wanna put a text field near by welcome to the community.

Hi frnz,

I wanna put a text field near by welcome to the community and want to change the text welcome to the community. i read in forum can change that text in language setting. but in my language setting does not have any setting like that. or I look in a wrong place?? where can I find it??

and how to put a text field instantly near to that text??

any help will be appreciated..

regards,

riffaz....

Quote · 15 Dec 2011

in templates/base/script/BxBaseIndexPageView.php at line 450.

find $sPromoLink

below it you can edit it the way you want.

Good luck.

so much to do....
Quote · 15 Dec 2011

tq.. im trying....

Quote · 15 Dec 2011

yah.. its working.. tq  

if I want to edit that text field css where can I edit it??

Quote · 16 Dec 2011

in index.css at line 91. you will get something like this

 

#indexPhotoLabel div.sys_title

#indexPhotoLabel div.label_thumb {

font-size:24px;

color:#333;

in this code remove the comma and try this

#indexPhotoLabel div.sys_title {

color: red;

etc........

}

#indexPhotoLabel div.label_thumb {

font-size:24px;

color:#333;

It should work but never tried.

Good luck.

so much to do....
Quote · 16 Dec 2011
 
 
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.