Gossamer Forum
Home : Products : Links 2.0 : Customization :

MY LINKS II: (Cont'd)

(Page 2 of 3)
> > > >
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
A point of clarification...Yes, I do have many different URL tags based on different processes through my site. The tag I am using in my MY Links templates was <%LinkURL%> to switch between the detailed view if it is detailed and regular URL if there is no detailed view.

What I think theguy was trying to write is <%URL%> NOT <URL>.

Wink

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------




[This message has been edited by Eliot (edited December 02, 1999).]

[This message has been edited by Eliot (edited December 02, 1999).]
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Thanks very much to widgetz and Elliot. My FishHoo! is working beautifully. I am now happy and can move on to another project, continueing to be a pain in the butt.

------------------
Will
Webmaster
FishHoo! Search index for Fishermen
www.fishhoo.com
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Widgetz,
I'm still having a small problem with the non-templates form. The link that was just added doesn't show in site_html_my_add. Also it doesn't show the link just deleted in site_html_my_delete. This is what I have as site_html_my_add.

Code:
sub site_html_my_add {
my $tags = shift;
print qq~
<html>
<head>
<title>title</title>
<body>
if (${$tags}{'links'}) {
print qq~${$tags}{'links'}~;
}
else {
print qq~No Jokes!~;
}
print qq~
</body>
</html>
~;
}

What should it look like?
thanks.
-Greg

[This message has been edited by Gregorio (edited December 05, 1999).]
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
it should be

Code:
sub site_html_my_add {
my %rec = @_;
print qq~
<html>
<head>
<title>Added</title>
</head>
<body>
<font face="verdana, arial" size="2">
You Added $rec{'Title'}!
</font>
</body>
</html>
~;
}

same goes for site_html_my_delete..

jerry
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
That works great. Thanks a lot. 1 more question. I have 2 links programs running on my site. If I ran two of these scripts, would the cookies interfere with each other? Thanks again.
-Greg
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
yea it would.. cause there are probably multiple IDs..

the most likely reason you have more than one copy of links running is cause they have different fields.. so it's not easy to fix this problem unless you rename a bunch of subroutines on one side..

jerry
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
is it possible to add a link outside links data?
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
you'd have to store the links data SOMEWHERE!

jerry
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Will anyone be posting the finished code and instructions for the rest of us to try?
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Widgetz finished mylinks.cgi about 2 weeks ago. Go to the first post on this page, click the link, and there are plenty of instructions on the page that comes up.
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Would like to know if someone will post instructions, etc., seeing as everything is spread throughout so many posts.
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
If Widgetz doesn't mind, I am willing later this week to post some instructions on my site. I know that Widgetz is really busy. But this is his Mod.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Hope he doesn't mind. That would be great.
By the way, Eliot, you have implemented some very nice little features on your site. Are you willing to share a few of them?

[This message has been edited by Blakew (edited December 08, 1999).]
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Hi Elliot!

If you are permitted to put the instructions up on your site I would appreciate being informed.

Followed the thread all the way through, but would find it easier to follow a set of instructions versus the forum.

------------------
www.nzcid.godzone.net.nz
New Zealand Christian Internet Directory




Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
It is really up to Widgetz since it is his Mod.

Wink

Blakew,

Most of the Mods are located in the Resource Center. There are few customization I have made with the search.cgi, which I cannot let people use based upon request of the programmer who assisted me.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Widgetz,
Is it all right?
Are you there?
Thanks.
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
I'm posting again in hopes that Widgetz will see this and reply.
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Will it still be possible to post the instructions?
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
I would surely love to see these instructions too, as probably many users would... Smile

Regards
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
i'm not a perl programer and i was able to get it to work. if you guys just go thru the other thread i'm sure you will be able to do it. if you need any help, we will be happy to help you. good luck!!!
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Since it's all spread over a bunch of posts, with corrections later on, I'd really appreciate if complete instructions could be publicly made available here! Thanks!
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
I posted the same message one week ago. No luck yet.
Eliot, is there still a possibility that you will make the instructions available?

[This message has been edited by Blakew (edited December 14, 1999).]
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
Not until Widgetz has given permission to do so.

Wink

As theguy mentioned, the best thing to do is go through the following Thread:

www.gossamer-threads.com/scripts/forum/resources/Forum3/HTML/004046.html

and try inserting the codes yourself.

If you have problems, either post them in this Thread or create a new Thread.

Wink

Regards.

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
I've started trying to implement My Links. I've downloaded what appears to be the current script from Widgetz site, have configured it, have created the necessary template pages, have set up the link to call mylinks.cgi, but am unclear as how to code the template pages. Can you help me Eliot?
Thanks.

------------------
www.webcamsearch.com

[This message has been edited by Blakew (edited December 20, 1999).]
Quote Reply
Re: MY LINKS II: (Cont'd) In reply to
When I click on "Add My Links", I receive the following message:
"Undefined subroutine &main::get_date called at site_html_templates.pl line 31.

------------------
www.webcamsearch.com
> > > >