Gossamer Forum
Home : Products : Links 2.0 : Discussions :

% on index page

Quote Reply
% on index page
is there a way to add the %cool sites to the index page? where would I add the <%percent%> command?


------------------
Quote Reply
Re: % on index page In reply to
Not that easy...you would have to define the tags for the cool links in your sub build_home_page routine in the nph-build.cgi file.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: % on index page In reply to
This is already done, when it builds the Cool Page. right, so all i have to do is copy the portion of the script to build this into the index page?

Marc
http://www.todayslearning.com
Quote Reply
Re: % on index page In reply to
Try it and see if it works...

You will have to define the variables (like $link_results) to tags in your sub site_html_home routine in the site_html_templates.pl. And you may have to re-define some of the variables in the copied codes, so that they will not conflict with current variables in the sub build_home_page routine.

Good luck.

BTW: In the future...this type of question should be asked in the LINKS MODIFICATION FORUM where code hacks and modifications are discussed.

Wink

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.