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

edited April 2011 in Vanilla 2.0 - 2.8
[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.
Tagged:

Comments

  • link for website is yamiyakuza.com it will be under the forums tab. im using the lastest vanilla code
  • That's pretty easy to do dude. If you are using a custom theme, just edit the default.master.tpl file in the views folder to add it.

    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



  • there is no default.master.tpl file in my themes folder :s
  • AgustinAgustin New
    edited April 2011
    @ntuyelik

    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 i just didnt know which file to edit
  • but then again im more of a graphic designer then web designer
  • That's what we're here for.
  • Thanks Runic, You are great, thank for the help

Sign In or Register to comment.