|
#1
|
|||
|
|||
|
indicate existence of comments on calendar?
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. |
|
#2
|
||||
|
||||
|
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.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#3
|
|||
|
|||
|
Nope, no coding experience here unfortunately.
Thanks very much for the reply anyway.
|
| Post Reply |
| Thread Tools | |
|
|