Accessing the archives

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Accessing the archives

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Accessing the archives

Post 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
# 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/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Accessing the archives

Post 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
Post Reply