Hello,
I have some small questions regarding some plugins.
1.) I use Staticpages. I want to display "normal" links in the sidebar staticpages menu as well, is this possible? If not, is there a plugin just
displaying llinks in a navigation style?
2.) Where can I edit the "entry written" date-format shown in an entry?
3.) I use an additional navigation in my theme andreas 09 (http://www.bb0.de). I managed to edit the other navigation items, but I'm unable to find out how to edit the first (Homepage).
3b.) When I click a navigation point, the link works, but the menuitem is not selected
4.) The auto backup feature is working sometimes, sometimes not, are there any known issues/requirements?
5.) The format options are not available when creating an entry with opera 9. is there any plugin for opera?
thank you,
ITS
Various Plugin Questions
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Various Plugin Questions
Hi!
You can try to use the "linklist" plugin, or even put manual HTML into a HTML nugget plugin.

It's a bit tricky to do that, maybe you can find a theme which does that. Or post that question in the 'Themes' section of this forum.
Sadly I don't use Opera, so I don't know which editors it supports. I know that Opera had been lacking JavaScript capabilities that were required for WYSIWYG up to at least Opera 8.
Best regards,
Garvin
No, that sidebar plugin does not allow for customized content easily. You would have to edit the serendipity_plugin_staticpage.php file directly to add anything to it.1.) I use Staticpages. I want to display "normal" links in the sidebar staticpages menu as well, is this possible? If not, is there a plugin just
displaying llinks in a navigation style?
You can try to use the "linklist" plugin, or even put manual HTML into a HTML nugget plugin.
You can edit your entries.tpl file and search for "DATE_FORMAT" or "DATEFORMAT". That refers to a constant in the language files, but you can replace it directory to use %Y-%m-%d etc. modifiers, like:2.) Where can I edit the "entry written" date-format shown in an entry?
Code: Select all
{$dategroup.date|@formatTime:"%Y-%m-%d"}
You can do that by editing the index.tpl file:3.) I use an additional navigation in my theme andreas 09 (http://www.bb0.de). I managed to edit the other navigation items, but I'm unable to find out how to edit the first (Homepage).
Code: Select all
<a class="current" href="{$serendipityBaseURL}">{$CONST.HOMEPAGE}</a>
That's because there is no "active link" detection in the index.tpl file.3b.) When I click a navigation point, the link works, but the menuitem is not selected
It's a bit tricky to do that, maybe you can find a theme which does that. Or post that question in the 'Themes' section of this forum.
Sadly the backup plugin takes up a lot of CPU cycles, RAM and HDD space. Depending on the load of your server it might not complete. Sadly I didn't develop this plugin (because I always thought it wouldn't work), so I can't offer help, I'm sorry.4.) The auto backup feature is working sometimes, sometimes not, are there any known issues/requirements?
Are you using an WYSIWYG editor? If so, are you using the default WYSIWYG editor, or a plugin?5.) The format options are not available when creating an entry with opera 9. is there any plugin for opera?
Sadly I don't use Opera, so I don't know which editors it supports. I know that Opera had been lacking JavaScript capabilities that were required for WYSIWYG up to at least Opera 8.
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:
Hi!
The other external WYSIWYG editors (available via spartacus) all have their strengths, but none of them has the tight integration with the serendipity media manager like the default one.
Best regards,
Garvin
Hm, that's bad. I thought if you were using a different one, that might be the trouble.Yes, I'm using the default WYSIWYG editor and the newest opera. Are there other editors with the same capability?
The other external WYSIWYG editors (available via spartacus) all have their strengths, but none of them has the tight integration with the serendipity media manager like the default one.
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/