PDA


View Full Version : Link To Us


Snowy
06-26-2004, 09:06 PM
What is suposed to happen when you click this as mine does nothing apart from take me to a blank page?

pbjunkie
06-26-2004, 11:04 PM
Mine just blinks and end up back at the same page?

Brian
06-26-2004, 11:56 PM
If you have a look at the setting that enables this option...


Enable Link To Us Page?
This option will enable the "Link To Us" page. Please note that you will need to modify your "adv_links_linktous" template and add your own content/instructions on linking to your site.



;)

Snowy
06-27-2004, 11:53 AM
If you have a look at the setting that enables this option...


Enable Link To Us Page?
This option will enable the "Link To Us" page. Please note that you will need to modify your "adv_links_linktous" template and add your own content/instructions on linking to your site.



;)

Well for people who do not know html it may be easier to add an example page that they can modify, also adding this to the install instructions may help.

Can you provide an example template for us?

Thanks

Brian
06-27-2004, 07:34 PM
Well this right here will create a blank table for you to insert the information:


<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <tr> <td class="tcat"><span class="smallfont"><strong>Link To Us</strong></span></td> </tr> <tr> <td class="$getbgrow" width="100%"> <!-- Content goes here --> </td> </tr></table><br />Then you could just replace the '<!-- Content Goes Here -->' part with whatever instructions you would like to give somebody who wishes to add a link to your site on theirs. Here's an example of someone who has a Link to Us page active as well:http://differentdawn.com/links/misc.php?do=linktous (http://differentdawn.com/links/misc.php?do=linktous )

Snowy
06-27-2004, 11:54 PM
my html skills are not so great. I would love to have a page like they have, good work