| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
myfa1z
Joined: 17 Aug 2007 Posts: 27
|
Posted: Tue Aug 21, 2007 12:51 pm Post subject: Link Exchange in PHPBB ? |
|
|
Hi
I'm newbie in this phpbb script, and when i building a site or blog, i always do link exchange with another site, but in phpbb i don't understand how to put our friend or our patner link in phpbb script, may be you can help me how to do link exchange in phpbb, or may be you can help me with mod infromation to put other site link, in front of forum phpbb.
Thanks for your help again. |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
Posted: Wed Aug 22, 2007 9:14 am Post subject: Re: Link Exchange in PHPBB ? |
|
|
Given that massive links exchange are not as worth as they used to, especially with Google, you can add links directly in phpBB templates.
You can add links in the footer in overall_footer.tpl, which is pretty much HTML.
About the navigation link, it's a bit more complex, because you'll need to edit more than one template to add the home link before the forum index one.
The most important ones would be index_body.tpl, viewforum_body.tpl and viewtopic_body.tpl.
For example in the subsilver's viewforum_body.tpl, you'll find :
| Code: | | <span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span> |
You can hard code your home link like this :
| Code: | | <span class="nav"> <a href="http://www.example.com/" class="nav">home</a> -> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span> |
To add the home link.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |