PDA

View Full Version : Addon: numberCalendar


mahe
09-18-2008, 08:20 PM
Despite a large number of calendar addons out there, I was unable to find one able to create the look I wanted, so I made my own. If I missed some addon that can replicate the looks and functions present in this, please let me know.

Description
This Pixelpost addon shows a compressed calendar with ’normal’ look without weekday names. Day entry title inserted as <href…> title attribute for dates with pixelpost entries. Start and end of month is padded with dummy numbers representing the last and first days of previous and next month respectively. Looks are highly customizable using CSS. XHTML 1.1 compliant.

http://www.pixelpost.org/extend/images/456

Download
http://www.pixelpost.org/extend/addons/numbercalendar/

Feedback and suggestions are highly appreciated.

Kind regards,
Mattias

PretorianetZ
10-06-2008, 02:52 PM
Hi I`m install your addon and receive error


- Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/pacateri/users/pacateri-art-nai/www/htdocs/gallery/addons/numbercalendar.php on line 207

I use Russian languge maybe it`s a problem for your addon ?

look at this - http://art-nail.biz/gallery/index.php - error on the top of the page

PretorianetZ
10-06-2008, 08:31 PM
line 205 - $next_image_id = $showimage;
line 206 - $next_browsing_month_day = "$next_year-$next_month";
line 207 - while (list ($img_id, $img_datetime) = mysql_fetch_row($query3)) {
line 208 - $next_image_id = $img_id;
line 209 - }