Is there a way to link back to my website homepage from the phpbb forum? When I am on there I can't get back to my site.
My site is www.mydutchoven.com
www.mydutchoven.com/Forum
Is there a way to link back to my website homepage from the phpbb forum? When I am on there I can't get back to my site.
My site is www.mydutchoven.com
www.mydutchoven.com/Forum
There are a number of ways to do this, and depends on the template/ style being used.
The easiest is a text link in the main menu.
this example is for the prosilver style other style may be different.
To do this go to styles/prosilver/template look for a file named overall_header.html open this in your text editor, look for the line
before this line addCode:<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
it should look something like this ( Change the red items to suit )Code:<li class=""><a href="http://mywebsite.com/" title="Main Site">Home</a></li>
if done correctly you should have it looking like this DemoCode:<li class=""><a href="http://angies-cyberscripts.com/" title="Main Site">Home</a></li> <li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
Thx I will try it and hopefully it will work :)
I did this like you said, but I still didn't get a home link.
I have tried editing both pro silver and sub silver nothing worked. I tried editing with crimson editor and uploading with filezilla and editing directly in the cpanel. None of this gave me a home page link. Any other ideas?
From the pro silver templates folder download the file overall_header.html then go HERE and send it to me i'll do the edits test and send back to you. please state what URL and text you wish in the link.
When I tried to send you the info I got this message
Notice: Undefined offset: 2 in /home/anonymo/public_html/angies-cyberscripts.com/FormTool2/process.php on line 296
Warning: Cannot modify header information - headers already sent by (output started at /home/anonymo/public_html/angies-cyberscripts.com/FormTool2/process.php:296) in /home/anonymo/public_html/angies-cyberscripts.com/FormTool2/process.php on line 333
Sorry about that, wasn't thinking the form won't except html and htm pages it blocks certain formats for security. zip the file and try again.
Thank you so much!! I appreciate the help. It is there now!
There are currently 1 users browsing this thread. (0 members and 1 guests)