| www.simball.de | Links mods | Spanpages Mod - non-english | 

Gossamer-Threads - Links 2.0 Mod

Altavista Style Span Pages Mod - for templates and non-english

This mod allows you to use the Altavista Style Span Pages Mod from hostglobal.com with templates and non-english mod.

Note: The non-english mod must have been installed before.

See it in action: here. Instructions in a text file: follow this.


Step 1:

File: nph-build.cgi

Backup your nph-build.cgi. Than replace the original sub with the following:

code:


Step 2:

File: category.html

In the category.html template delete the following:

code:


<p align=center>
<%if prev%>
<small><a href="<%prev%>">Prev <%build_links_per_page%></a></small>
<%endif%>
<%if next%>
<small><a href="<%next%>">Next <%build_links_per_page%></a></small>
<%endif%>   
</p>
And add the following instead of it:

code:


<%if prev%>
<%prev%>
<%endif%>

<%if next%>
<%next%>
<%endif%>

That's it. Enjoy it. For installation of modifications please visit the webservices.


AnzeigeWebmasterplan

Problems with installing or questions, visit the Gossamer-Threads Support Forum.


| Top