Free Web Hosting Forum
(#1 (permalink))
Old
Junior Member
Wayne is on a distinguished road
 
Posts: 4
Join Date: May 2009
Default How to link phpbb3 to Website Forum Tab - 06-03-2009, 05:24 AM

I have uploaded and installed phpBB3 and I have had a play with it so I have a little bit of an idea how to get around in it. What I want is to be able to do is go direct to my forum page when I click on the Forum menu tab on my website. Is that possible? Please help.

My Website address is

www.dietingandhealth.com.au

Last edited by Wayne; 06-03-2009 at 06:13 AM.
Reply With Quote
(#2 (permalink))
Old
Senior Member
FnCool is on a distinguished road
 
Posts: 904
Join Date: Feb 2009
Location: Barrie On CA
Default 06-03-2009, 03:38 PM

change this line:
Code:
<li><a href="1_4_Forum.html">Forum</a></li>
to this:
Code:
<li><a href="phpBB3/index.php">Forum</a></li>
Reply With Quote
(#3 (permalink))
Old
Junior Member
Wayne is on a distinguished road
 
Posts: 4
Join Date: May 2009
Default Can not find this. - 06-04-2009, 07:30 AM

I have looked in the "Edit HTML Source" on the Layout Design Page (Edit Template) and the Forum Page and I can not find a line like that. Here is a copy of the code from Edit Template and after that is the code from the Forum Page. I hope this may help.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>


<meta http-equiv="content-type" content="{%MetaCharset%}" />
<meta name="description" content="{%MetaDescription%}" />
<meta name="keywords" content="{%MetaKeywords%}" />
<title>{%MetaTitle%}</title>


<meta name="Author" content="Erwin Aligam - ealigam@gmail.com" />


<link rel="stylesheet" href="images/FreshMedia.css" type="text/css" />


</head>
<body>
<!-- wrap starts here -->
<div id="wrap-out">
<div id="wrap"><!--header -->
<div id="header">
<h1 id="logo-text"><a href="http://dietingandhealth.com.au/">{%WebsiteName%}</a></h1>
<p id="intro">{%WebsiteSlogan%}</p>
<div id="nav">
<ul>
{%menu_start=1%}
<li><a href="{%menu_href%}">{%menu_display%}</a></li>
{%menu_end=1%}
</ul>
</div>
<!--header ends--></div>
<!-- content-wrap starts -->
<div id="content-wrap">
<div id="main"><a name="TemplateInfo"></a>
<h2><a href="http://dietingandhealth.com.au/">{%name%}</a></h2>
<p>{%content%}<br /><!-- main ends --></p>
</div>
<!-- sidebar starts -->
<div id="sidebar">
<h3><span style="font-size: x-small;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </span><a href="http://dietingandhealth.com.au/"><span><span style="font-size: x-small;">{%paste_bookmark%}</span></span></a><a href="http://dietingandhealth.com.au/"><br /><span style="font-size: x-small;">{%paste_adds%}</span></a><a href="http://dietingandhealth.com.au/"></a><br /><a href="http://dietingandhealth.com.au/"><span style="font-size: x-small;">{%paste_epharmacy%}</span></a><a href="http://dietingandhealth.com.au/"><span style="font-size: x-small;">{%paste_skinb5%}</span></a><a href="http://dietingandhealth.com.au/"><span style="font-size: x-small;">{%paste_10-min-core-strength%}</span></a><a href="http://dietingandhealth.com.au/"><span><span style="font-size: x-small;">{%paste_fit-quip%}</span></span></a><br /><a href="http://dietingandhealth.com.au/"><span><span style="font-size: x-small;">{%paste_home-pharmacy%}</span></span></a><a href="http://dietingandhealth.com.au/"><span><span style="font-size: x-small;">{%paste_body-building%}</span></span></a><a href="http://dietingandhealth.com.au/"><span><span style="font-size: x-small;">{%paste_mother-nature%}</span></span></a><br /><a href="http://dietingandhealth.com.au/"><span><span style="font-size: x-small;">{%paste_muscle-surf%}</span></span></a><br /><a href="http://dietingandhealth.com.au/"><span><span style="font-size: x-small;">{%paste_pro-active%}</span></span></a><br /><a href="http://dietingandhealth.com.au/"><span style="font-size: x-small;">{%paste_adds-4%}</span></a></h3>
<h3><!-- sidebar ends --><!-- content-wrap ends--><!-- footer starts here -->
<div id="footer-content">
<div class="col2 float-centre">
<p>&nbsp;&nbsp;<a href="http://dietingandhealth.com.au/"><span style="font-size: small;">{%paste_go-to-top%}</span></a><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;< span style="font-size: xx-small;">{%WebsiteFooter%}<br />&nbsp;&nbsp;&nbsp;Powered by: </span><a href="http://www.hosting24.com/"><span style="font-size: xx-small;">Best Web Hosting</span></a><span style="font-size: xx-small;"> and </span><a href="http://www.000webhost.com/affiliate-program"><span style="font-size: xx-small;">Affiliate Programs Directory</span></a><span style="font-size: xx-small;">. Created with </span><a href="http://www.000webhost.com/website-builder"><span style="font-size: xx-small;">Free Website Builder</span></a></p>
</div>
</div>
</h3>
</div>
<!-- footer ends here --><!-- wrap ends here --></div>
</div>
<!-- footer ends here --><!-- wrap ends here --></div>
</body>
</html>



<span style="font-size: large;"><a href="http://www.dietingandhealth.com.au/phpBB3/index.php"><strong>Forum Link</strong></a>&nbsp; <font size="2">Clicking on this link will take you to our discussion Forum.</font></span>
Reply With Quote
(#4 (permalink))
Old
Bad Karma[CORE]'s Avatar
Direct Admin
Bad Karma[CORE] is on a distinguished road
 
Posts: 5,924
Join Date: May 2008
Default 06-04-2009, 10:46 AM

You canīt edit the nav tabs that link to the subpages. The code that would need editing doesnīt show up in the template and therefore canīt be edited. As i said before, your probably best shot is either putting a link to your forum on the page or use some "regular" template that can be fully edited (though that required html knowledge)
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com