Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
i want to add a home link to my forums somewhere preferably under my banner
[URL=http://swiftkit.net][IMG]http://img818.imageshack.us/img818/2969/110415124259.png[/IMG][/URL]
keep in mind this is at the top of the page. I just dont know which file is the one that hosts the link urls any help will be appreciated.
keep in mind this is at the top of the page. I just dont know which file is the one that hosts the link urls any help will be appreciated.
0
Comments
If you don't know HTML, make a back up of the file first.
Look for something that looks like this:
<ul>
{dashboard_link}
{discussions_link}
{activity_link}
{inbox_link}
{profile_link}
{custom_menu}
{signinout_link}
</ul>
Just add the following where you want the link back to your site:
<li><a href="http://yamiyakuza.com">TEXT FOR THE LINK</a></li>
If you know HTML, you can even customize the headers and footers to match your site.
It's what I did on mine: http://forums.thevintagegamers.com
If you are using default theme copy the default master from /applications/dashboard/views/default.master.php to /themes/default/views/ and edit it there.
If the folder views does not exist, create it.
Thanks Runic, You are great, thank for the help