How to Change the "Your Company" or Bottom Part of a Dolphin Page
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>
...
To change the "Your Company", you need to do this:
1. Login to admin
2. Go to Settings > Language Settings
3. Do a search for _copyright
4. In the results, you will be able to edit the copyright to your own.
Save and refresh.
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.
Powered By Links - Orca version
At the footer are the powered by links. These links can be edited from the following locations and are respective to their sections.
groups\orca\layout\uni\xsl\canvas.xsl or or about line 354
<div class="bottomPowered">Powered by <a href="http://www.boonex.com/products/dolphin/">Dolphin Smart Community Builder</a>   <a href="http://www.boonex.com/products/orca/">Orca Interactive Forum Script</a>   <a href="http://www.boonex.com/products/ray/">Ray Community Widget Suite</a></div>
inc\admin_design.inc.php or or about line 473
Powered by <a href="http://www.boonex.com" target="_blank">Dolphin Smart Community Builder</a> |
orca\layout\uni\xsl\canvas.xsl or or about line 354
<div class="bottomPowered">Powered by <a href="http://www.boonex.com/products/dolphin/">Dolphin Smart Community Builder</a>   <a href="http://www.boonex.com/products/orca/">Orca Interactive Forum Script</a>   <a href="http://www.boonex.com/products/ray/">Ray Community Widget Suite</a></div>
Download(s)
N/A
Addendum
N/A

|