how remove change language link

Hi, i know maybe its wrote in the forum but i check a lot of post and it only talk about the footer link that include about us, contact us.....

Me i want to edit and remove some link linke Change template and Change language...

so what is the file i need to edit?

 

thx

Quote · 22 Jan 2014

Check settings, languages in your admin panel

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 22 Jan 2014

I know that but i dont see any setting for REMOVE language change or disable user change language

Quote · 22 Jan 2014

You will need to modify code to remove those links.

To remove the language switcher edit templates\base\scripts\BxBaseMenuBottom.php

At about line 26 look for this.

$sContent .= $this->getSwitcherLanguage();

Comment it out like so.

//$sContent .= $this->getSwitcherLanguage();


To remove the template switcher edit templates\base\scripts\BxBaseMenuBottom.php

At about line 27 look for this.

$sContent .= $this->getSwitcherTemplate();

Comment it out like so.

//$sContent .= $this->getSwitcherTemplate();

https://www.deanbassett.com
Quote · 22 Jan 2014

thx a lot :)

very helpful

Quote · 22 Jan 2014

Actually you don't need to do a code change to remove the template switcher. To remove that just turn off the option to allow members to switch templates in admin.

administration/templates.php?mode=settings

https://www.deanbassett.com
Quote · 22 Jan 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.