View Full Version : indicate existence of comments on calendar?
squeejee
03-15-2005, 12:41 PM
Hi,
I was wondering how hard it would be to have some indication in the calendar (i.e. number in red) that there are comments for the image on a particular day. Any suggestions?
Thanks.
raminia
03-15-2005, 08:29 PM
Your answer: not to hard!
you should modify the calander addon to make it behave as you like.
you should use a query like this
select count(*) as count from pixelpost_comments where id = $image_id
and if the count > 1 then override the style of the day $image_id has appeared.
need some scripting experince, hope you have it.
squeejee
03-16-2005, 09:59 AM
Nope, no coding experience here unfortunately. :( Thanks very much for the reply anyway.
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.