Gossamer Forum
Home : Products : Links 2.0 : Customization :

Error In Yahoo Mod

Quote Reply
Error In Yahoo Mod
I have installed this Yahoo Mod:
http://cgi-resource.co.uk/pages/scripts/gbtemplate1.zip

I thought I had worked everything out but apparently I am not too bright.

Getting this error:

Unkown Tag: db_build_root_url

Any ideas?

Thank you!

Quote Reply
Re: Error In Yahoo Mod In reply to
On which page are you getting the error?

Glenn

Links 2 Mods Site:
http://cgi-resource.co.uk/pages/links2mods.shtml
Quote Reply
Re: Error In Yahoo Mod In reply to
 
Thank you..

http://www.catalogs-for-free.com/links




Quote Reply
Re: Error In Yahoo Mod In reply to
Open the pages in a text editor near the top change the stylesheet link. <link REL=STYLESHEET TYPE="text/css" etc...

Glenn

Links 2 Mods Site:
http://cgi-resource.co.uk/pages/links2mods.shtml
Quote Reply
Re: Error In Yahoo Mod In reply to
Thanks again..

which pages in particulr need changing?



Quote Reply
Re: Error In Yahoo Mod In reply to
The ones with the incorrect tag in them.

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Quote Reply
Re: Error In Yahoo Mod In reply to
Just realized even if you tell me what pages to edit I am not sure what to do. Here is what the "add.html" template says. What exactly do I change it to? If there are choices, please give me best scenario.

<link REL=STYLESHEET TYPE="text/css" HREF="<%db_build_root_url%>links.css">

Quote Reply
Re: Error In Yahoo Mod In reply to
Just get rid of the db_ bit of the tag.

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Quote Reply
Re: Error In Yahoo Mod In reply to
Ok guys I know I am driving you nuts but please take the time to tell a dummy how to do this. I am lost.

You said "Just get rid of the db_ bit of the tag."
But that confuses me since the tag says:

<link REL=STYLESHEET TYPE="text/css" HREF="<%db_build_root_url%>links.css">


Quote Reply
Re: Error In Yahoo Mod In reply to
<link REL=STYLESHEET TYPE="text/css" HREF="<%db_build_root_url%>links.css">


...should be...

<link REL=STYLESHEET TYPE="text/css" HREF="<%build_root_url%>links.css">


Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Quote Reply
Re: Error In Yahoo Mod In reply to
Thank you!

When I click on http://www.catalogs-for-free.com/cgi-bin/links/add.cgi it gives me this error:

Unkown Tag: site_ttle

Can you tell me where to track it down?

Also, I am going to be the only one adding links to this so what template do I edit to delete features like "Add" "Modify" and "Random Link"?

And finally...will this add the sub categories and if not, what add-on do I use to do do?

Thanks again guys

Quote Reply
Re: Error In Yahoo Mod In reply to
In add.html change

<%site_ttle%>

to

<%site_title%>


To get rid of the Add/Modify/Random links you will need to edit each template in the /templates directory and remove the links you don't want.

Yes this mod will add the sub-categories to your main page as long as you follow the instructions correctly.

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Quote Reply
Re: Error In Yahoo Mod In reply to
Look in the "new" template file you've added with this modification...

change <%site_ttle%> with <%site_title%>.

Looks like glennu did not carefully de-bug his MOD files before releasing them...hehe!

Regards,

Eliot Lee
Quote Reply
Re: Error In Yahoo Mod In reply to
I cannot believe the great support you guys give..

I looked at the source because I couldn't see that adjustments to the css were making any difference.

As you can see I am missing a "/" somewhere. Where do I fix it?

<link REL=STYLESHEET TYPE="text/css" HREF="http://www.catalogs-for-free.com/linkslinks.css">

Quote Reply
Re: Error In Yahoo Mod In reply to
 
You should check $build_root_url in links.cfg


Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/