2 Minor Problems

Hi Boonsters, can anyone help with a simple problem?

The join and login buttons are not very viewable and i have used firebug to inspect the element and its showing up properley so what is making this button be like this ??

.sys_tm_actions .bigJoinButton {
color:#990000;

see here >>> http://carpbook.co.uk/

Also the forums have the L tags showing (please dont tell me to compile lang as have done this)

see here >>> http://carpbook.co.uk/forum/

Any help would be really appreciated

Quote · 15 Jun 2010

So what you need don't understand you ?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 15 Jun 2010

I need help to get rid of the problems

Quote · 15 Jun 2010

For the buttons. White text on a white background. You need to override the text colors in the proper location.

top_menu.css

.sys_tm_actions .bigJoinButton {
color:#F7F34A;
}

.sys_tm_actions .bigLoginButton {
color:#FFA500;
}


As for the forums. I will tell you to compile them. Becuse that is what is wrong. Now how did you compile? Compiling from admin->module->orca forum will not compile the forum.

You need to be logged in as admin, and go to the main page of the forum itself http://carpbook.co.uk/forum/ and click the Compile Language:en which must be done for the default UNI template first then any custom templates.


If your getting a error of any kind when you do that, or nothing happens then tell us that. Because as a stands now, they are not so either your compiling in the wrong place, or something is going wrong when you try it.


https://www.deanbassett.com
Quote · 15 Jun 2010

Hi deano in my css top_menu files for both base and tmpl_black i have this

}
.sys_tm_actions .bigJoinButton {
color: #990000;
}
.sys_tm_actions .bigLoginButton {
color: #009900;
}

now that is not showing so i cannot find out what is going on :(

I have compiled the language both ways like you said, it says successfull but nothing changes in my black template :(

Quote · 16 Jun 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.