PDA

View Full Version : Removing "eSyndiCat Directory Software"


alpalino
12-09-2006, 02:26 AM
How can i remove the text "eSyndiCat Directory Software" from the footer of the template?

Thanks.

Bangkok Bob
12-09-2006, 03:32 AM
Hi alpalino,

Instead of removing the text and link, have you considered joining the affiliate program (http://www.esyndicat.com/aff/) to earn commissions from the directory software, and thus monetize the link?

Just a thought.

Best regards,
Bangkok Bob

Greg
12-09-2006, 04:25 AM
alpalino also that link can't be removed if your using the free version.

alpalino
12-09-2006, 12:41 PM
No I am not using free version.

Also by mistake I removed the footer in admin section, and now the directory is not working at all. :(

Dave Baker
12-11-2006, 09:08 PM
Hello alpalino,
Also by mistake I removed the footer in admin section, and now the directory is not working at all.
Replace admin/footer.php in your directory with admin/footer.php from new version (if you use Pro2.*)
How can i remove the text "eSyndiCat Directory Software" from the footer of the template?
templates/yourTemplate/footer.tpl

Greg
12-11-2006, 09:24 PM
As Dave said footer.tpl
<div class="copyright">&copy; 2005-2006 Powered by <a href="http://www.esyndicat.com/">eSyndiCat Directory Software</a></div>
Remove that or alter with your site name etc...

alpalino
12-14-2006, 01:53 PM
Thanks for the replies. But I can't open footer.tpl file with dreamweaver. Any Suggestions?

empservices
12-22-2006, 11:21 AM
It's a simple text file .. use notepad ... quick change

Sergey Ten
12-22-2006, 06:56 PM
Hi, alpalino!

You coudl find it here:

templates/your_template/footer.tpl

twlada
02-18-2007, 12:12 PM
What about text "eSyndicat directory software" which is positiooned bellow the Site Title in ver. 2.1 Pro? How could it be removed?

Another thing: how could be removed the icon before http://?

Sincerely,
Vladimir

Dave Baker
02-19-2007, 03:49 PM
Hello Vladimir,
Please check this thread:
http://www.esyndicat.com/forum/showthread.php?t=8836&highlight=remove+esyndicat
Another thing: how could be removed the icon before http://?
Please describe in more detail where it's located.

Greg
02-19-2007, 04:25 PM
Another thing: how could be removed the icon before http://?

Sincerely,
Vladimir
Dave

I think he's talking about the favicon?
<link rel="shortcut icon" href="{$config.base}{$config.dir}{$config.admin}img/favicon.ico" />
I suppose you would just delete that line.
It's in your templates header.tpl Vladimir (between the head section at top.

twlada
02-21-2007, 08:41 PM
Yes, I was exactly talking about favicon. However, I don't like to delete anything. I put comment. Thanks.
And thanks to Dave for the link. It solved my problem.