Calendar Plugin
-
Guest
Calendar Plugin
Hi, i have a little question about the buttons at the calendar plugin. The forward button will be displayed every time. How can i manage that the forward button will not be displayed if the next month has no entries. Like this: http://blog.s9y.org/. Thanks for your help!
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Calendar Plugin
The forward arrow will be shown as long as there is a single entry that is set in the future of any next month.
If you give me the URL to your blog I can check it out. It seems that you have one entry in the future (even if it'S an entry for next year it will show the forward button for all months to come until that date).
Best regards,
Garvin
If you give me the URL to your blog I can check it out. It seems that you have one entry in the future (even if it'S an entry for next year it will show the forward button for all months to come until that date).
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Are you sure about that? I can imagine no other way you would get arrows from the future, only if any entry is set in the future.
Please provide a dump of your serendipity_entries SQL table, or take the blog online - I cannot you further without this information, as it works for me.
Regards,
Garvin
Please provide a dump of your serendipity_entries SQL table, or take the blog online - I cannot you further without this information, as it works for me.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Guest
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
But it could be that a draft entry was made in November, December or any month later than that?
You can execute this MySQL query:
This will give you the maximum and minimum timestamps serendipity uses for showing the calendar icons.
If you have not made any entry (which you are only saying right now...) then the calendar arrows will be shown from LAST year to NEXT year! Make a first entry, then the arrows will adjust to your entry.
Best regards,
Garvin
You can execute this MySQL query:
Code: Select all
SELECT MAX(timestamp) AS max, MIN(timestamp) AS min FROM serendipity_entries
If you have not made any entry (which you are only saying right now...) then the calendar arrows will be shown from LAST year to NEXT year! Make a first entry, then the arrows will adjust to your entry.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Guest
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
I already gave you the easiest solution if you read through my whole answer:
Garvin
In german:If you have not made any entry (which you are only saying right now...) then the calendar arrows will be shown from LAST year to NEXT year! Make a first entry, then the arrows will adjust to your entry.
Regards,Du hast nie gesagt, dass Du in Deinem Blog noch keine Einträge hast!Wenn das so ist, zeigt s9y immer die Kalenderpfeile von letztem Jahr bis nächstes Jahr an. Erstell einfachen einen Blog-Eintrag, und die Kalendar-Pfeile werden sich danach ändern.
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Guest
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Okay, ich dachte, Deine "Seite 1 von 0, 0 Einträge" bezöge sich auf Dein ganzes Blog.
Dann musst Du mal phpMyAdmin installieren (falls niht schon geschene) und folgende SQL Abfrage ausführen:
Dann mit dem Ergebnis hierhin zurückkommen. Da Dein blog leider nicht online ist, kann ich zusätzliche Tests zur Fehlersuche ja leider nicht durchführen. 
Viele Grüße,
garvin
Dann musst Du mal phpMyAdmin installieren (falls niht schon geschene) und folgende SQL Abfrage ausführen:
Code: Select all
SELECT MAX(timestamp) AS max, MIN(timestamp) AS min FROM serendipity_entries
Viele Grüße,
garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Die IP die Du nennst ist eine Private IP, die man im Internet nicht aufrufen kann...
Ich müsste die Seite sehen um was zu dem "schmäler werden" sagen zu können...
Viele Grßüe,
Garvin
Ich müsste die Seite sehen um was zu dem "schmäler werden" sagen zu können...
Viele Grßüe,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Guest
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Bei der Artikelform klingt das bei mir danach, dass Du ungültiges HTML Code in einem Artikel drin hast. Jag Deine Seite mal durch einen HTML-Validator. Ohne Zugriff zum Blog kann ich Dir da leider nichts zu sagen...mach mal nen Screenshot und schick mir Quelltext von dem HTML und CSS (benutze sowas wie http://nopaste.php-q.net/, also nicht HTML/CSS hier rein koopieren)
Hast Du denn die obige SQL-Abfrage mal ausgeführt?
Viele Grüße,
Garvin
Hast Du denn die obige SQL-Abfrage mal ausgeführt?
Viele Grüße,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/