I want to intergrate a forum and place an external link along the navbar right after "submit a new story"
How do I do that?
Please help And I don't have a meta file in my default template file. How do I get one>
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| How to put external link in the navbar |
| |||
|
Adding any link to the navbar isn't too bad of a process. Open /templates/{your template}/header.tpl : Code: After the {/if} statement and before the </ul> Code: <li><a href="/forum/">Forum</a></li> I did this on my ProductJump site for the "Contact" link. If you put it within the {if $user_authenticated eq true} {else} {/if} in header.tpl, it would either show up if someone is logged in, or not logged in. Granted, this is a direct and easy way to add a link, and certainly not the "official" method.
__________________ Lee HQ Network/Product Jump http://www.productjump.com -- My Pligg site http://www.hqnetwork.com -- Pligg Hosting |
| |||
|
As far as META data, you should edit /templates/meta.tpl To Edit the Description: Code: {if $meta_description neq ""}
<meta name="description" content="{$meta_description}" />
{else}
<meta name="description" content="This is the description of my site" />
{/if}
Code: {if $meta_keywords neq ""}
<meta name="keywords" content="{$meta_keywords}" />
{else}
<meta name="keywords" content="keywords go here,best,practices,widgets,games" />
{/if}
__________________ Lee HQ Network/Product Jump http://www.productjump.com -- My Pligg site http://www.hqnetwork.com -- Pligg Hosting |
| ||||
|
moving this thread to "customization assistance" where it belongs.
__________________ Visit PliggPro the official Pligg Mods & Template Shop! |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there a Digg style external link icon? | kinglouse | General Help | 1 | 12-10-2007 08:48 AM |
| [SOLVED] How to make external story link to be direct without going through out.php | doit | General Help | 3 | 06-08-2007 09:49 PM |
| Adding a "add this story to pligg" link on external stories | AzHousePro | General Help | 2 | 05-29-2007 06:49 AM |
| Title link to external site? | aero | Modification Tutorials | 5 | 01-03-2007 12:34 PM |
| External Link? | kevinrstruck | General Help | 3 | 08-15-2006 11:09 PM |




Linear Mode

