Change logo by changeing language

Hi everyone i need help...  is it posible when members change the language there also will change the site Logo?

Or could anyone help me to do a mod for this?

Pls help

 

regards

Quote · 16 Sep 2010

A simple check for which language is chosen can be done with $_GET

Open inc/design.inc.php

Search for

function getMainLogo()

Before the last return line inside this function, add some if statements to check which language is chosen to return the alternate image like this:

if($_GET['lang'] == 'tw') <-- tw is an example of the new language
return '<a href="' . BX_DOL_URL_ROOT . '"><img src="PUT_IMAGE_PATH_HERE" class="mainLogo" alt="logo" /></a>';

sup
Quote · 16 Sep 2010
 
 
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.