Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 29. Mar 2024, 17:59

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 20. Dec 2006, 18:43 
Offline

Joined: 20. Dec 2006, 13:05
Posts: 3
V1.5.5 with $show_count_views=false

In the Top10 screen the spacer between the first and second item is missing when show_count_views is configured as false. The result looks as follows:
Code:
DownloadsRating | Votes | Newest comments
i.s.o.
Code:
Downloads | Rating | Votes | Newest comments


Caused by a bug in printtop10.inc.php
Code:
            if ($show_spacer == true) {
                echo " | ";
                $show_spacer = true;
            }
change (in 3 locations) to
Code:
            if ($show_spacer == true) {
                echo " | ";
            }
            $show_spacer = true;


Top
 Profile  
 
 Post subject:
PostPosted: 22. Dec 2006, 18:43 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Right - I'll fix this in the next version too

The fix you made does work for your setup only!
because the other 2 fixes are for the other | that are displayed.

I'll recheck this and fix this for the next version ;).

thanks for reporting.

/Michael


Top
 Profile  
 
 Post subject:
PostPosted: 22. Dec 2006, 21:01 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
It's now fixed - my latest comment was not correct - your changes where right - only at the last one not needed - I removed it there ;).

Thanks again,
Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy