forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: Titooy on October 29, 2003, 09:26:50 pm

Title: Problem when there's no pic title
Post by: Titooy on October 29, 2003, 09:26:50 pm
When there's no picture title, the download info doesn't appear on the thumbnail page...
Title: Problem when there's no pic title
Post by: moorey on October 30, 2003, 02:59:19 am
http://coppermine.sourceforge.net/faq.php?q=howtoask#howtoask
Title: Problem when there's no pic title
Post by: Titooy on October 30, 2003, 11:02:00 am
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fmembres.lycos.fr%2Ftitooy%2Fcpgbug1.jpg&hash=13cd4c840fb42d819e4586cc2dd7e53f33e279a7)
Title: Problem when there's no pic title
Post by: Joachim Müller on October 30, 2003, 11:07:47 am
seems like you haven't read or understood what moorey was suggesting: I therefor quote the part from the faq moorey was refering to
Quote
If you have a question, make sure you provide as much information as possible:
  • a link to your gallery is most often the only way to help - provide it with your question, or even better: edit your profile on the support board and enter the url of your page there!
  • when addressing server issues, make sure to provide information on your server (OS, server, PHP version, mySQL version, gd lib version, safe mode on/off?). Most information can be retrieved by phpinfo()
  • if it's a client issue, give us information at least to your client's OS and browser
  • Give us a screenshot, if necessary
  • use a proper subject line: state in the subject line what your question is actually about! Most supporters are reluctant to answer to a posting that has a silly subject line like "I have a question" or "Install problem" or "feature request" or "help me pleeeeaaaase"[/list:u]
Now there's a screenshot, but what about a link?

GauGau
Title: Problem when there's no pic title
Post by: Titooy on October 30, 2003, 11:14:09 am
Quote from: "gaugau"
Now there's a screenshot, but what about a link?


My album is offline so I couldn't provide a link... but since I use an unmodified version of RC2, I presume that you would be able to test it by yourself...


[Edit]
You can see it on your own demo :

http://coppermine.sourceforge.net/demo/thumbnails.php?album=1
No title --> No download info

http://coppermine.sourceforge.net/demo/thumbnails.php?album=2
Title --> Download info
[/Edit]
Title: Problem when there's no pic title
Post by: Joachim Müller on October 30, 2003, 11:22:38 am
OK, I see.
As this feature has been introduced by Tarique only lately I'll assign it to him

GauGau
Title: Problem when there's no pic title
Post by: Tarique Sani on October 30, 2003, 01:44:40 pm
I fixed this in Devel as well as stable looong back(well soon after RC2 release) . Can someone please confirm that it is fixed

Hmm... It is very important to start trackers on every confirmed bug
Title: Problem when there's no pic title
Post by: Titooy on October 30, 2003, 02:00:51 pm
is it place where I can download the whole Devel or should I download it via the CVS repository ?
Title: Problem when there's no pic title
Post by: Joachim Müller on October 30, 2003, 06:20:46 pm
@Tarique: I can not confirm this is fixed: I tested it on my test install (dev version, checkout from this week) and there's no breadcrumb where it's supposed to be. I'll do a new checkout/install when I come home tonight and post the result.

@Titooy: Do not download the dev version, unless you're comfortable with beta software. I suggest you'll wait for a fix (which will be available soon).

GauGau
Title: Problem when there's no pic title
Post by: Tarique Sani on October 31, 2003, 03:03:08 am
Quote from: "gaugau"
@ there's no breadcrumb where it's supposed to be.


Where exactly? lets start a new thread on this
Title: Problem when there's no pic title
Post by: Tarique Sani on October 31, 2003, 03:20:19 am
Can't find the thread where I had posted this BUT
Code: [Select]
                       $caption = ($rowset[$key]['title']||$rowset[$key]['hits']) ? "<span class=\"thumb_title\">".$rowset[$key]['title'].(($rowset[$key]['title'])?"-":"").sprintf($lang_get_pic_data['n_views'], $rowset[$key]['hits'])."</span>" : '';
this line479 in the functions.inc.php which is there in devel as well as stable is the fix for the bug.

CVS Comment in stable shows that I had fixed this on 16th October!

ah! the pleasures of CVS :)