Author Topic: top 100 beste bilder / top 100 pictures  (Read 7176 times)

0 Members and 1 Guest are viewing this topic.

Offline slime

  • Full Member
  • ***
  • Posts: 155
    • View Profile
top 100 beste bilder / top 100 pictures
« on: May 06, 2006, 01:34:00 AM »
gibt es eine möglichkeit statt 10 top bildern 100 beim aufrufen der seite zu sehen ???
Hoffe mir kann jemand helfen !!
Danke für jede antwort !
« Last Edit: May 08, 2006, 12:39:13 AM by kai »

Offline slime

  • Full Member
  • ***
  • Posts: 155
    • View Profile
Re: top 100 beste bilder
« Reply #1 on: May 06, 2006, 01:57:39 PM »
top 30 würden mir auch schon reichen !!!

Offline RoadDogg

  • Sr. Member
  • ****
  • Posts: 488
    • View Profile
    • Düsipixel
Re: top 100 beste bilder
« Reply #2 on: May 07, 2006, 07:34:16 PM »
templates/yourtemplatepack/top.html

Dort die TOPs einfach weiterführen, von denen du mehr angezeigt bekommen haben möchtest. Z.B. für TOP HITs

Code: [Select]
   <tr>
                            <td valign="top" class="row2" align="center"><b>10</b></td>
                            <td valign="top" class="row2">{image_hits_10}</td>
                            <td valign="top" class="row2">{image_hits_user_10}</td>
                            <td valign="top" class="row2">{image_hits_cat_10}</td>
                            <td valign="top" class="row2" nowrap>{image_hits_number_10}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1" align="center"><b>11</b></td>
                            <td valign="top" class="row1">{image_hits_11}</td>
                            <td valign="top" class="row1">{image_hits_user_11}</td>
                            <td valign="top" class="row1">{image_hits_cat_11}</td>
                            <td valign="top" class="row1" nowrap>{image_hits_number_11}</td>
                          </tr>

Das dann eben so weiterführen.

In der top.php muss dann das jeweilige LIMIT hochgesetzt werden. Dort sind Kommentare wie "// Hits", woran du erkennst, um welche es sich handelt. Zum Beispiel für HITs von standard
LIMIT 10";
in LIMIT 100";  ändern

Mit der Galerieversion 1.7 geht das so. Viel Glück ;)
For support requests please don´t forget link to your Gallery/to phpinfo.php
Code: [Select]
<?
phpinfo()
?>
safe_mode must turned OFF
Please check Error Messages

Offline IWS_steffen

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • Kreuzfahrtschiffe gestern und heute
Re: top 100 beste bilder
« Reply #3 on: May 07, 2006, 11:13:25 PM »
Cool  :D

danke für den Tipp. Dass das so einfach geht wußte ich auch noch nicht.

Genial... Gruß Steffen

Offline slime

  • Full Member
  • ***
  • Posts: 155
    • View Profile
Re: top 100 beste bilder / top 100 pictures
« Reply #4 on: May 08, 2006, 04:12:34 AM »
was genau muss ich jetzt ändern bei mir klappt das irgentwie nicht bitte helft mir

Offline slime

  • Full Member
  • ***
  • Posts: 155
    • View Profile
Re: top 100 beste bilder / top 100 pictures
« Reply #5 on: May 08, 2006, 01:52:46 PM »
hat doch geklappt ich weiß nicht was ich gestern falsch gemacht habe aber wo ich es heute nochmal probiert habe hat alles geklappt...perfect Danke !!!

Offline slime

  • Full Member
  • ***
  • Posts: 155
    • View Profile
Re: top 100 beste bilder / top 100 pictures
« Reply #6 on: May 09, 2006, 01:29:47 AM »
bitte helft mir noch einmal ein habe ich noch vergessen ....wie änder ich die zahl in der überschrieft...da wo steht wenn man top bilder aufruft ""10 Bilder mit der höchsten Bewertung""weil da muss ja jetzt stehen top 50 bilder .... bitte helft mir

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: top 100 beste bilder / top 100 pictures
« Reply #7 on: May 09, 2006, 06:05:41 AM »
Hallo,

in lang/your language/main.php

Code: [Select]
//-----------------------------------------------------
//--- Top Images --------------------------------------
//-----------------------------------------------------
:wink:

Gruß
Kurt

Offline slime

  • Full Member
  • ***
  • Posts: 155
    • View Profile
Re: top 100 beste bilder / top 100 pictures
« Reply #8 on: May 10, 2006, 01:55:25 PM »
thanks