I want to install a visitor tracking system on my site, and it's all installed, but I need to put a php include on the pages i want tracked....all of them
What file in Serendipity would I be able to put this in so it would automatically generate all pages with the code inside?
Where do I put this?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Where do I put this?
The best file for this would in 0.7.1 be the 'serendipity_genpage.inc.php' file. In 0.8 this is the 'include/genpage.inc.php' page.
Or you put it inside your templates directory 'layout.php' file.
Regards,
Garvin
Or you put it inside your templates directory 'layout.php' file.
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:
Yes, right. If no layout.php is in your folder, Serendipity uses the templates/default/layout.php. You can copy that file over to templates/yourtemplate/layout.php and there make the adjustments.
Be warned that in 0.8 this will lead to an "old way compatibility" mode. There the proper way to do what you want is to create a file templates/yourtemplate/config.inc.php where you can make the tracking stuff. So remember that when you'll upgrade to 0.8.
Regards,
Garvin
Be warned that in 0.8 this will lead to an "old way compatibility" mode. There the proper way to do what you want is to create a file templates/yourtemplate/config.inc.php where you can make the tracking stuff. So remember that when you'll upgrade to 0.8.
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/