Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - helluvaguy

Pages: [1] 2 3 4
1
Discussion & Troubleshooting / last commented image listing
« on: June 06, 2003, 04:19:16 PM »
Quote from: V@no
...but for now, here is my example.php file:
http://come.no-ip.com/example.phps

I'm using your file but all text is displayed bold. I tried to find where you set that but couldn't find it. Could you help me?

2
Discussion & Troubleshooting / uploading pictures for another user
« on: June 05, 2003, 10:32:15 AM »
Wouldn't it be possible to put a user selector dropdown menu on the uploadpage, only visible to the admins, to choose to which user a pic will be 'related' ?

3
Mods & Plugins (Releases & Support) / [Mod] Photo Of The Day
« on: May 11, 2003, 07:57:54 PM »
Am I guessing right, that
Code: [Select]
c.cat_id != 2would exclude category 2 and
Code: [Select]
c.cat_id > 4would exclude categories 1, 2 and 3?

4
Quote from: V@no
yes, its working in a different way ;)

Meaning :?:

5
By the way is ths mod compatible with v@nos [Mod] Let visitors to chose how to sort images(date,name,..) ?

6
Mods & Plugins (Releases & Support) / [Mod] Photo Of The Day
« on: May 11, 2003, 01:47:04 PM »
This is exactly what I didn't wanna do. I want to keep the category public but exclude the pics from appearing in the mod.

I'm not very good at all with SQL, but I thought it could be possible to integrate something that tells the SQL query to get every category, except the ones with 'cat_id xyz'.

7
This is a really fine mod, thx.

I was just wondering, if this one "bug" is happening only to my or if others experience the same thing.

When I'm changing the sortorder for a category in the ACP, this categorie "jumps" to the 1st place on this level, eventhough it was last in the list before.

Can anyone tell me something about that.

8
Mods & Plugins (Releases & Support) / Exclude Pics from POTD Mod
« on: May 11, 2003, 10:01:50 AM »
I was wondering, if it would be possible to exclude pics from one or two specific categories from being displayed in the POTD mod.

9
Discussion & Troubleshooting / "x Bilder erwarten Freigabe" on indexpage?
« on: February 28, 2003, 07:11:59 PM »
Bin ich wirklich der einzige, der an soetwas Interesse hätte? 8O

----------------------------------------------------------------------------

Am I really the only one, who is interested in something like this? 8O

10
Mods & Plugins (Releases & Support) / [Mod] Toplist altered
« on: February 26, 2003, 09:31:01 PM »
OK, all you have to do is insert the following code
Code: [Select]

                         <tr>
                            <td class="head1" valign="top" colspan="5">{lang_top_image_comments}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1" align="center"><b>1</b></td>
                            <td valign="top" class="row1">{image_comments_1}</td>
                            <td valign="top" class="row1">{image_comments_user_1}</td>
                            <td valign="top" class="row1">{image_comments_cat_1}</td>
                            <td valign="top" class="row1" nowrap>{image_comments_number_1}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2" align="center"><b>2</b></td>
                            <td valign="top" class="row2">{image_comments_2}</td>
                            <td valign="top" class="row2">{image_comments_user_2}</td>
                            <td valign="top" class="row2">{image_comments_cat_2}</td>
                            <td valign="top" class="row2" nowrap>{image_comments_number_2}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1" align="center"><b>3</b></td>
                            <td valign="top" class="row1">{image_comments_3}</td>
                            <td valign="top" class="row1">{image_comments_user_3}</td>
                            <td valign="top" class="row1">{image_comments_cat_3}</td>
                            <td valign="top" class="row1" nowrap>{image_comments_number_3}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2" align="center"><b>4</b></td>
                            <td valign="top" class="row2">{image_comments_4}</td>
                            <td valign="top" class="row2">{image_comments_user_4}</td>
                            <td valign="top" class="row2">{image_comments_cat_4}</td>
                            <td valign="top" class="row2" nowrap>{image_comments_number_4}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1" align="center"><b>5</b></td>
                            <td valign="top" class="row1">{image_comments_5}</td>
                            <td valign="top" class="row1">{image_comments_user_5}</td>
                            <td valign="top" class="row1">{image_comments_cat_5}</td>
                            <td valign="top" class="row1" nowrap>{image_comments_number_5}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2" align="center"><b>6</b></td>
                            <td valign="top" class="row2">{image_comments_6}</td>
                            <td valign="top" class="row2">{image_comments_user_6}</td>
                            <td valign="top" class="row2">{image_comments_cat_6}</td>
                            <td valign="top" class="row2" nowrap>{image_comments_number_6}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1" align="center"><b>7</b></td>
                            <td valign="top" class="row1">{image_comments_7}</td>
                            <td valign="top" class="row1">{image_comments_user_7}</td>
                            <td valign="top" class="row1">{image_comments_cat_7}</td>
                            <td valign="top" class="row1" nowrap>{image_comments_number_7}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2" align="center"><b>8</b></td>
                            <td valign="top" class="row2">{image_comments_8}</td>
                            <td valign="top" class="row2">{image_comments_user_8}</td>
                            <td valign="top" class="row2">{image_comments_cat_8}</td>
                            <td valign="top" class="row2" nowrap>{image_comments_number_8}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1" align="center"><b>9</b></td>
                            <td valign="top" class="row1">{image_comments_9}</td>
                            <td valign="top" class="row1">{image_comments_user_9}</td>
                            <td valign="top" class="row1">{image_comments_cat_9}</td>
                            <td valign="top" class="row1" nowrap>{image_comments_number_9}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2" align="center"><b>10</b></td>
<td valign="top" class="row2">{image_comments_10}</td>
                            <td valign="top" class="row2">{image_comments_user_10}</td>
                            <td valign="top" class="row2">{image_comments_cat_10}</td>
                            <td valign="top" class="row2" nowrap>{image_comments_number_10}</td>
                          </tr>

Where you put it, depends on where you would like it to appear - meaning:
if you want the comments to be on top of the Top10 page above all others, look for
Code: [Select]

                          <tr>
                            <td class="head1" valign="top" colspan="5">{lang_top_image_rating}</td>
                          </tr>
and add it before this.
 
If you want it to be below highest votes look for
Code: [Select]

                         <tr>
                            <td class="head1" valign="top" colspan="5">{lang_top_image_votes}</td>
                          </tr>
and add it before this.

If you want it to be below most votes, look for
Code: [Select]

                          <tr>
                            <td class="head1" valign="top" colspan="5">{lang_top_image_hits}</td>
                          </tr>
and add it before this.

If you want it below most hits, look for
Code: [Select]

                          <tr>
                            <td class="head1" valign="top" colspan="5">{lang_top_image_downloads}</td>
                          </tr>
and add it before this.

If you want it at the bottom, look for
Code: [Select]

                          <tr>
                            <td valign="top" class="row2" align="center"><b>10</b></td>
                            <td valign="top" class="row2">{image_downloads_10}</td>
                            <td valign="top" class="row2">{image_downloads_user_10}</td>
                            <td valign="top" class="row2">{image_downloads_cat_10}</td>
                            <td valign="top" class="row2" nowrap>{image_downloads_number_10}</td>
                          </tr>
and add it after this.

11
Mods & Plugins (Releases & Support) / [Mod] Toplist altered
« on: February 26, 2003, 08:05:37 PM »
What template are you using?

12
Templates & Styles (Requests & Discussions) / Änderung des Tabellenkopfs
« on: February 26, 2003, 02:21:45 PM »
Oops, hab ich wohl im Eifer des Gefechts übersehen... :oops:

..werde ich gleich mal oben ändern, für andere, die auch mal so was brauchen.

13
Mods & Plugins (Requests & Discussions) / Random Images of one category
« on: February 26, 2003, 12:59:17 AM »
Quote from: Bomba
1. what i want is to show on the index.php a line of 6 random images from that category.
Maybe it would help if you change the {random_image} tag to the {random_cat_image} tag. You'll probably have to specify the category to display, but i wouldn't know where to do that. sorry
 
Quote
2. and also i would like to put a text at the top of that category when people enter the category. for example:
"category name
 featuring the users: name1; name2; name3; ..." these names would be links to their profile pages
Why don't you just wright it in the description of that catogory, yourself?

14
I would prefer solution #2, because i use the gallery integrated into a phpBB2 forum, where the users access the user-profil from the phpBB2 and not the one from 4images.

Besides i think it would be much easier for most users to just change it without going to the user profil, eventhough it would mean a lot more work to programm it that way.

But you asked for opinons and this it mine... :)

15
Templates & Styles (Requests & Discussions) / Änderung des Tabellenkopfs
« on: February 26, 2003, 12:37:21 AM »
Wenn es um das Default-Template geht, mußt Du, um den oberen Teil der Tabelle herauszunehmen, diesen Teil des Codes
Code: [Select]
<table width="640" border="0" cellspacing="0" cellpadding="0" class="tablehead">
        <tr>
          <td colspan="4"><img src="{template_url}/images/header_top.gif" width="640" height="6" alt="" /></td>
        </tr>
        <tr>
          <td width="6"><img src="{template_url}/images/header_left.gif" width="6" height="60" alt="" /></td>
          <td width="405"><img src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></td>
          <td width="225" align="right">
            <form method="post" action="{url_search}">
              <table border="0" cellspacing="0" cellpadding="1">
                <tr>
                  <td>
                    <input type="text" name="search_keywords" size="15" class="searchinput" />
                  </td>
                  <td>
                    <input type="submit" value="{lang_search}" class="button" name="submit" />
                  </td>
                </tr>
                <tr valign="top">
                  <td colspan="2"><a href="{url_search}" class="smalltext">{lang_advanced_search}</a></td>
                </tr>
              </table>
            </form>
          </td>
          <td align="right" width="6"><img src="{template_url}/images/header_right.gif" width="6" height="60" alt="" /></td>
        </tr>
      </table>
aus folgeden Dateien löschen: categories.html, details.html, home.html, lightbox.html, member.html, postcard_create.html, register.html, search.html und top.html.

Um die Suchfunktion unter das Zufallsbild zu bekommen, suche in den eben genannten Dateien nach
Code: [Select]
{endif random_image}oder in einigen stattdessen
Code: [Select]
{endif random_cat_image} und füge direkt danach diesen Code ein
Code: [Select]
<form method="post" action="{url_search}">
              <table border="0" cellspacing="0" cellpadding="1">
                <tr>
                  <td>
                    <input type="text" name="search_keywords" size="15" class="searchinput" />
                  </td>
                  <td>
                    <input type="submit" value="{lang_search}" class="button" name="submit" />
                  </td>
                </tr>
                <tr valign="top">
                  <td colspan="2"><a href="{url_search}" class="smalltext">{lang_advanced_search}</a></td>
                </tr>
              </table>
            </form>
Das sollte das Ergebnis bringen, dass du haben willst.

Pages: [1] 2 3 4