Page 1 of 1

Accessing the archives

Posted: Tue Jun 03, 2008 9:41 am
by yellowled
I'll cut it short. Does:

Code: Select all

{$serendipityBaseURL}{$serendipityRewritePrefix}archives
bring me to the archives page in any s9y installation, with or without URL rewriting? If not: How can I do that?

YL

Re: Accessing the archives

Posted: Tue Jun 03, 2008 10:35 am
by garvinhicking
Hi!

No. 'archives' can be renamed through permalinks.

You need a config.inc.php to access the function. Have a look at the archives sidebar plugin which PHP $serendipity variable you need to utilize.

Regards,
Garvin

Re: Accessing the archives

Posted: Tue Jun 03, 2008 12:19 pm
by yellowled
garvinhicking wrote:You need a config.inc.php to access the function. Have a look at the archives sidebar plugin which PHP $serendipity variable you need to utilize.
Thanks, will do :-)

YL