Quote:
Originally Posted by beaner
I don't know, to remove a link should be trivial. I can't figure it out so asked the question to those with much more knowledge.
|
your question was interesting so i was just checking it out, i really have no experience with it but I was curious...I would assume editing the skin file in skin/ directory would do the trick or by adding a hook to it.
but includes/skin.php and skinTemplate.php are base template classes which you could technically alter also and I guess is more of a hacky way of doing it and would probably have universal effect for any skin you used.
In includes/Skintemplates.php it sets footer links you could probably comment out. Starting on line 360 if you //'viewcount' it will get rid of the view count, or you can comment out credits, etc. I think technically altering that stuff should be done in the skin file but whatever
It doesn't seem that dealing with the skins is something particularly simple to the average user or in general.