 |
 |
 |
 |
#115800 - 05/09/04 08:01 AM
Re: design question
|
Member
Registered: 01/31/03
Posts: 118
|
Thanks CTM, when I view the board,
It starts with recent visitors, with a white link and a blue background. *Good*
Newsfader, dark blue background, light blue link, *bad*
Forum, same background as recent visitors, white text. *good*
Statistics, dark blue background with a dark blue link, *bad*
Authority list, dark blue background with a dark blue link, *bad*
Or at least this is the way I seem them and others have said they seen them... I'm just trying to get complete color scheme... Thanks!
I also tried to add the header text for Left Nav into the header for my board in conjunction with Right Nav and it put a Top, Right, and Bottom table in the top middle in the header part of the board. That didn't quite work like I thought it would...
_________________________
-GATOR
"Pain is temporary, Pride is forever"
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#115802 - 05/09/04 09:09 AM
Re: design question
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
for statistics, in ubb_statistics.cgi, find: <font size="$vars_style{TextSize}" face="$vars_style{FontFace}" color="$vars_style{CategoryStripTextColor}">
<b><a href="$ULTIMATEBB{"ubb=statistics"}">$vars_wordlets{statistics_header}</a></b></font>replace with: <b><a href="$ULTIMATEBB{"ubb=statistics"}"><font size="$vars_style{TextSize}" face="$vars_style{FontFace}" color="$vars_style{CategoryStripTextColor}">
$vars_wordlets{statistics_header}</font></a></b>then in public_forum_summary.pl, find: <font size="$vars_style{TextSize}" color="$vars_style{CategoryStripTextColor}" face="$vars_style{FontFace}"><b>
<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=authority">$vars_wordlets{auth_list}</a></b></font>replace with: <b><a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=authority">
<font size="$vars_style{TextSize}" color="$vars_style{CategoryStripTextColor}" face="$vars_style{FontFace}">$vars_wordlets{auth_list}</font></a></b>that should fix both of them
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|