How to Change the Footer
*Note: I noticed that when I was creating forums, that the date kep saying it was created on Dec 31, 1969. However, when I add a topic, it gives the correct date.
Requirements
You need to make sure you have the correct set up and that you can login to the admin panel.
Instructions
1. Login to your admin panel.
2. Go to Settings > Language Settings
3. Go to the Search for strings panel and type in "Your Company" so you can change the company name. You will see in the Language strings panel the search results. The one we are interested in is the "_copyright" key. Click on edit and type in your company name. If you're really into it, you can add more html links at the botom of the page.
Powered by Links- Dolphin version
To change or update the info for this part, you will need to go to Settings > Language. Do a search for "_powered_by_Dolphin" in the Search for Strings panel. Once located, it will give you the result where you can then edit the link information.
Footer Links Such As Links, News, Contact Us etc.
The file is located in templates\tmpl_uni\_footer.html on or about line 8. The file uses tokens, but you can also add your own html values as well. It looks like this:
...
<div class="bottomLinks">
__BMI_Links__
__BMI_News__
__BMI_ContactUs__
__BMI_About__
__BMI_Privacy__
__BMI_Termsofuse__
__BMI_FAQ__
__BMI_Feedback__
__BMI_Aff__
__BMI_Invitefriend__
__BMI_Bookmark__
</div>
...
Orca Footer is Different from the Dolphin Footer
One caveat, you will notice that the orca forum will not share the same footer text. You will need to go to orca\layout\uni\xsl\canvas.xsl on or about line 356 and update it. I am not sure how to change it from the admin panel.
The orca footer is a different footer than the one used by Dolphin.
Download(s)
N/A
Addendum
N/A

|