PDA

View Full Version : Calender Help


5head
06-30-2006, 07:23 AM
Hi everyone.

Im very sorry if this is a very newb question. I dont know much about editting websites, but I ended up creating a simple site for my pictures at 5head.net using pixelpost. I'll be leaving for France on Monday, and I wanted to dedicate my entire site to my trip there. I was wondering if anyone can help me create a calender like this: http://www.pixelpost.org/v1/index.php?x=downloads&details=154

http://img.photobucket.com/albums/v511/Longn614/1952d425.jpg

Exactly like that, but the thumbnails the same size as the one currently on my website. I want to be able to document my trip daily. Thanks again!

5head
06-30-2006, 07:47 AM
OK I was able to upload the addon. But it doesnt look the way I want it to. How do I have the actual month named and have the days in each month? Is it possible for mine to look like the pic I posted? Or is it something I need to try and creat on my own. Again I dont know how to be creative and create my own stuff. Im not good at all this scripting stuff, so any help would greatly be appreciated. Thanks!

jdleung
06-30-2006, 12:39 PM
How do I have the actual month named and have the days in each month?

$use_lang_var = 0; // set it to "1" if you want to use the language-variables from the active language file

month_calendar addon only shows months but not days. if you want to shows days in each month, try the site calendar.:)

you'd better post your link here for the designing the look.

5head
06-30-2006, 07:18 PM
5head.net

So I add $use_lang_var = 1 in the lang-english.php file right? Do you know what area I put it into?

Do you know where i can get the site calender? I tried searching the addons on pixelpost's website.

Thanks for the tips!

jdleung
07-01-2006, 01:29 AM
just open the addon file month_calendar.php, and you can find the line near the beginning. need no add it yourself.

$use_lang_var = 0; // set it to "1" if you want to use the language-variables from the active language file

and you can also change your month_calendar width by the following line.
$calendar_width = '100%'; //define the width of calendar.( "%" or "px" )

the site calendar addon is bundle with your pp. and I mofidied a new version.

just have a look at my signature below :cool: