Feature requests » Some smaler changes

added on Apr 8, 2007 by Zappu
May I ask you to do some changes to the source code? I would like to have my own header and footer to get the script in
line with my general layouts, therefor some code changes are needed and some additional files must be added. Ok, I have
created 5 additional files - specially for seo optimization as also the link exchange is part of this :) - , but maybe
you could add them to the config, which will make it easier, and btw. the link to linkex is fine, but couldn't you
change the a-tag to target=_blank?

Additional files:
title.php
keywords.php
description.php
header.php
footer.php

Code changes:
<title>".file_get_contents('title.php')."&raquo;
".$params{'title'}."</title>\n\t\t<meta http-equiv=\"KEYWORDS\"
content=\"".file_get_contents('keywords.php')."\">\n\t\t<meta
http-equiv=\"DESCRIPTION\"
content=\"".file_get_contents('description.php')."\">\n\t\t<script

<body>".file_get_contents('header.php')."\n\t\t<div

</div>".file_get_contents('footer.php')."\n\t</body>

and last but not least, if would be great if the style definitions are placed within a style.css as it does not makes
changes easy at the moment

regards
Zappu
added on Apr 8, 2007 by Zappu
Forgotten, please add also a variable for the cookie name, as just / will overwrite a lot of cookies :)
added on May 7, 2007 by v0id
Hey.

Thanks for the suggestions. And sorry for the late reply.

The cookie path has been changed, so it should not overwrite other cookies. Good finding!

About the additional files, it's a good idea, but I'll still wait before implementing it, since I think I have some
other options which perhaps could be better. It's still on the drawing board :)

Again thanks for the input, and sorry about the late reply.

- v0id

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.