PDA

View Full Version : How do I remove th EE tag line on bottom?


hullodare
15th of May 2005 (Sun), 15:39
I would like to remove the tag line on the bottom of the home page on my EE setup where it says, "Gallery pages created by Exhibit Engine 1.5 RC 4". How do I do that? I have looked in the forum but I can't seem to locate any info on removing that. Thank you.

malum
16th of May 2005 (Mon), 07:06
I don't think you are supposed to. At least that bit of the code has "do not remove this bit of code" written above it.

tommykjensen
16th of May 2005 (Mon), 07:19
I would like to remove the tag line on the bottom of the home page on my EE setup where it says, "Gallery pages created by Exhibit Engine 1.5 RC 4". How do I do that?

You find a different gallery software to use that allows You to not credit the author!

hullodare
16th of May 2005 (Mon), 22:29
No offense intended here folks. I wanted it off the home page....not all the other pages.

EricKonieczny
17th of May 2005 (Tue), 06:18
Create your own home page then and have links the galleries, About, Contact info and etc. It would only have to be a simple few pages and the get more detailed as you go. They can be simple HTML or you can go with PHP or some other langauage and get more detailed.

Check out some of the cutomized EE and Blog sites.

Just do a search through here.

HMetal
17th of May 2005 (Tue), 16:03
I would like to remove the tag line on the bottom of the home page on my EE setup where it says, "Gallery pages created by Exhibit Engine 1.5 RC 4". How do I do that? I have looked in the forum but I can't seem to locate any info on removing that. Thank you.
The source code clearly states "don't touch this code block" on calls to the version output function.

Any PHP programmer or hacker can do what you want quite easily and I won't tell you outright how to do it, but I have done it as an exercise of proof (but added it back after proving it could be done). The function that controls this is ee_version(). It is possible to remove software/version information completely, or remove it only in certain places (such as you want, only on the Exhibitions index page). I really wouldn't advise this since Pekka deserves to be recognized for his work.

I'll leave it as an exercise for you to figure out since I don't want to support this kind of activity. Don't blame me when and if you break Pekka's terms of usage or copyright.

iceman
17th of May 2005 (Tue), 19:25
I think I remember a similar discussion where it was suggested that it could be removed for a fee to Pekka. In other words, purchasing a commercial license.

This sounded like a reasonable request.

Iceman;)

hullodare
17th of May 2005 (Tue), 22:39
Thanks for all the advice everyone. You have convinced me that it should stay on the index page and all the pages as well. I LOVE EE very dearly and will keep it as is.