Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum
https://www.tinywebgallery.com/forum/

no comments when via top13
https://www.tinywebgallery.com/forum/viewtopic.php?f=5&t=19
Page 1 of 1

Author:  ThomasE [ 16. Aug 2005, 18:53 ]
Post subject:  no comments when via top13

Dont know if this is a bug or a feature that is disabled. When i go to the top13 page and then later go to an image from there i dont get any comments. Is this only on my site, bug or extra feature?

tnx for help! 8)

Author:  TinyWebGallery [ 17. Aug 2005, 08:55 ]
Post subject: 

Hi,

It's implemented like that. But I changed this in my local dev build because the top x does now do have latest comments as well ;).

look for the lines
---
if ($image != false && $twg_album != false && !$top10) { // imageview bottom navigation
print_big_navigation($twg_album, $album_enc, $image, $twg_rot, $current_id, $thumb_pic_size, $kwerte, $kindex, $dir);
// twg_shows comments
if ($show_comments) {
---
in the index.php and change it to

--
if ($image != false && $twg_album != false) { // imageview bottom navigation
if (!$top10) {
print_big_navigation($twg_album, $album_enc, $image, $twg_rot, $current_id, $thumb_pic_size, $kwerte, $kindex, $dir);
}
// twg_shows comments
if ($show_comments) {
--

Thats it ... :).

/Michael

Author:  ThomasE [ 25. Aug 2005, 01:03 ]
Post subject: 

Super! :P Tnx Michael. Sorry for the late response.
Many "cows loose" at work. Thanks for the code! :wink:

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/