Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Tag <%title%>

Quote Reply
Tag <%title%>
I need to modify the tag <%title%>

Which file contains the code?

Michael

--
Michael Skaide

http://www.cycle24.de

Quote Reply
Re: [Michael Skaide] Tag <%title%> In reply to
Go to Build Options in the admin.cgi script.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [AnthroRules] Tag <%title%> In reply to
What I mean is not defined in the build options.

I mean the tag <%title%> which shows at the detailed pages the
CATEGORY: TITLE: in the header row

I need to change this to CATEGORY: without TITLE

Michael

--
Michael Skaide

http://www.cycle24.de

Quote Reply
Re: [Michael Skaide] Tag <%title%> In reply to
Hi Michael,

Ehm not sure if u mean this but i give it a try....

Ok use <%header%> instead of <%title>.
Then u go to database/category and modify your cats. U have to put in a title in the header section.

Hope this solve your problem:)...

Regards Startpoint.
Quote Reply
Re: [startpoint] Tag <%title%> In reply to
Startpoint,

<%title%> is a linked title

I need to know the file where this tag is coded

Michael

--
Michael Skaide

http://www.cycle24.de

Quote Reply
Re: [Michael Skaide] Tag <%title%> In reply to
Hi,

In the Links directory in Build.pm, look almost exactly half way down in sub build_detailed and you'll see:

my $title = build ('title_unlinked', "$cat_name/$link->{Title}");
my $title_l = build ('title_linked', "$cat_name/$link->{Title}");

I think that maybe what you are looking for?

Last edited by:

RedRum: Oct 4, 2001, 6:29 AM
Quote Reply
Re: [RedRum] Tag <%title%> In reply to
Look right at the bottom of that file for the subs that build the linked title and unlinked title

Last edited by:

RedRum: Oct 4, 2001, 6:30 AM