Author Topic: IF ENDIF Paging/Pagingstats funktioniert nicht in 1.7.4  (Read 41456 times)

0 Members and 1 Guest are viewing this topic.

bildergallery

  • Guest
IF ENDIF Paging/Pagingstats funktioniert nicht in 1.7.4
« on: October 27, 2006, 04:34:53 AM »
hallo zusammen,
ich installierte mir die neue version 1.7.4

wichtig, diese installation ist ohne mods

ich benutze folgendes

Code: [Select]
                {if paging}
                  <table width="100%"  border="0" cellpadding="5" cellspacing="0" class="tableframe">
                    <tr>
                      <td align="center" class="row2">{paging}</td>
                    </tr>
                  </table>
                  <br />
                {endif paging}

wieso wird mit der if tags dies nicht ausgeblendet > hintergrund???

siehe beispiel bild
« Last Edit: November 13, 2006, 06:58:57 AM by ivan »

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: IF ENDIF in search.html
« Reply #1 on: October 27, 2006, 09:23:34 PM »
verstehe nicht ganz..
{if paging}
im search.html?

was hat dies eigentlich da verloren?
komme nicht ganz mit
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: IF ENDIF in search.html broken in 1.7.4
« Reply #2 on: October 28, 2006, 12:55:31 PM »
hast Du das Problem auf deiner Seite?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Re: IF ENDIF broken/funktioniert nicht in 1.7.4 > search.html
« Reply #3 on: October 30, 2006, 09:36:56 AM »
Suche in search.php nach

Code: [Select]
"search_user" => format_text(stripslashes($org_search_user), 2),
und füge darunter ein

Code: [Select]
"paging" => "",
"paging_stats" => "",

Dann sollte es funktionieren.
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Re: IF ENDIF broken/funktioniert nicht in 1.7.4 > search.html
« Reply #4 on: November 02, 2006, 10:10:57 AM »
Ja, wird in der neuen Version gefixt. Beim Update auf 1.7.1 wurde etwas am Template-Parser geändert.

Gruß Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline thehammer

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • DigitalWhisper
Re: IF ENDIF broken/funktioniert nicht in 1.7.4 > search.html
« Reply #5 on: December 24, 2006, 12:18:09 AM »
Suche in search.php nach

Code: [Select]
"search_user" => format_text(stripslashes($org_search_user), 2),
und füge darunter ein

Code: [Select]
"paging" => "",
"paging_stats" => "",

Dann sollte es funktionieren.

I dont understand your language but I understand  :lol: :lol:,
my question is: in the future release this modification will be inserted  as "default" or every time we must change this code?

Thanks....

PS: if you use the english is better for everyone... :wink:

Offline shadowhunter

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • Fotogalerie & Fotocommunity scluzern.com
Re: IF ENDIF Paging/Pagingstats funktioniert nicht in 1.7.4
« Reply #6 on: January 30, 2008, 11:42:16 PM »
Hallo!

Ich habe zudem das selbe Problem mit einem anderen Bug:

   {if thumbnails}  ....  {endif thumbnails}

Es wird mit den if tags nicht ausgeblendet

Suche in search.php nach
Code: [Select]
"search_user" => format_text(stripslashes($org_search_user), 2),
und füge darunter ein
Code: [Select]
"thumbnails" => "",
Liebe Grüsse
Jones