
ChetW
Staff

Jul 12, 2006, 2:56 PM
Post #6 of 6
(1755 views)
Shortcut
|
|
Re: [KrazyKat] Creating a Links page
[In reply to]
|
Can't Post
|
|
Hi KrazyKat, Thanks for the update. :) What you could do to fix this is created a stripped down printer friendly styled "links.shtml" template file, then direct the links section "printer friendly" page to the new template you have created. To do this follow the steps below: - Make a copy of the template file that creates your "links.shtml" page, lets call this file "printer_links.html". - Open your new "printer_links.html" file and remove all the uneeded information (i.e page header, and navigation), when you are happy with the changes save your file. - Upload this new "printer_links.html" file into the /templates/ directory on your server. - Next open the actual template file that creates your "links.shtml" page, and find this following bit of code:
<a href="$art_printer_url$">Printer friendly page</a><br/> Change this code to:
<a href="/cgi-bin/artman/exec/search.cgi?search=1&perpage=X$template=templates/printer_links.html">Printer friendly page</a><br/> Notice the X in the code above, you will want to change this X to the number of articles perpage to be displayed. For example replacing the X with 10 would display 10 articles per page. Does this make sense KrazyKat? You might want to give this a try and see how it works for you! If you have any further questions please don't hesitate to ask. Cheers, Chet Woodside - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|