PDA

View Full Version : Calender Addon Help


floime
03-21-2007, 04:17 PM
HI, I use pielpost for about a week and i am very happy with the software.

I use the light my dark (German)template (http://pixelpost.org/v1/index.php?x=downloads&details=91) and i modified it a little bit (and I`m not done yet). But i can`t get the calender addon use, i don`t no why. i use pixelpost 1.5 and the calender addon 1.1.6.

i added in image_template.html the code an i copied the calender.php in the addon folder.

I don`t think there is a problem with the templeta, i laso tried other templates, but i cant see anywhere a calender. i don`t know what to do. maybe you can help. :-)

MfG Florian

ps: my hp adress is www.fallenpieces.de

jdleung
03-21-2007, 05:06 PM
floime, have you add the tag <SITE_CALENDAR> in image_template.html?
if you do, please give more info about the installation.

floime
03-21-2007, 05:20 PM
hi, yes, i have this tag in image_template :

<div id="calendar">
<SITE_CALENDAR>
</div>

i thought this is enough (and the calender.php in the addon folder)

maybe i forgot something realy stupid ? i don`t know :-(

Dennis
03-21-2007, 08:20 PM
I opened your site but was unable to find this code:

<div id="calendar">
<SITE_CALENDAR>
</div>

Dkozikowski
03-21-2007, 08:37 PM
Have you enabled the calendar setting in the admin panel under Options >> Templates?

floime
03-21-2007, 09:01 PM
Have you enabled the calendar setting in the admin panel under Options >> Templates?

Pixelpost Calendar (calendar - version 1.1.6) - status: ON

yes, it`s on and now i put the calender tag at the beginnig of the page , but nothing appears.

MfG floime

Dkozikowski
03-21-2007, 11:03 PM
Yes, the addon is "ON" but there is another setting in the admin panel.

Goto your Admin panel, goto the Options tab and then to the Templates sub-menu. The last item on this page is for the calendar and it must be enabled.

jdleung
03-22-2007, 02:56 AM
yes, follow dwilkinsjr'w word.

there are 3 options,
Horizontal, Normal, Don't use a calendar.

if you're not using GeoS category addon, please set "geos_cat=0" in the calendar.php. I somehow set this default "geos_cat=1". but this setting will not the make the calendar out of work.

or you can redownload the addon, I had uploaded the new one.

floime
03-22-2007, 05:13 AM
WOW

Thank you very much!

I think i wouldn`t found it alone!

MfG floime

floime
04-17-2007, 07:18 PM
Hi, now i have a new problem with this calender addon.

i changed the template and now... look yourself @

i want the nubers go over the hole withe stuff and if you go with the courser over one day with a pic.. you should see the, that there is a pic.. like th enormal addon, but in this template "sugar" nothing happens.

i hope you can image what i want ;-)

MfG floime

GeoS
04-17-2007, 09:50 PM
Copy CSS definition, for calendar feature, from old template CSS file to the new one.

floime
04-18-2007, 04:12 PM
Copy CSS definition, for calendar feature, from old template CSS file to the new one.

I've allready done it, but nothing happens because these are the same
definitions.


#calendar {
width: 720px;
padding: 10px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
letter-spacing: 5px;
margin-left: 0px;
}

MfG floime

austriaka
04-19-2007, 06:30 AM
I see no <div id="calendar"> in your source code, only this:
<div id="image-menu">
<div class="menu">

<table class="table-calendar" cellspacing="0"><tbody><tr><td class="td-calendar-days-imagefound">

you can try to change your css to this:
table.table-calendar {
width: 720px;
padding: 10px;
...
}

Since you have a fixed width for that, you can also define a width for "table.table-calendar td" (3%).
Showing on which day an image was posted works ok, if you hover a day, it is a link and a tooltip shows up if an image was posted on this day.
If you want to have a more remarkable style for those days, give td.td-calendar-days-imagefound another colour for example

KArin

floime
04-20-2007, 02:07 PM
ok, i forgot the <div ..> </div> now i aded it but it didnt look much better.
it works with another template, but not with this one. you cant see on which day, images are posted. and in the other template, it looked a lot nicer, there where little boyes around the day and so on...

MfG floime

Connie
04-20-2007, 02:22 PM
It is,

http://www.fallenpieces.de/templates/sugar/image_template.html contains the tag now and the calendar is there

I saw it;=)