UBB.Dev
Posted By: ZoneX Who's Online gradient bar - 07/14/2001 2:52 PM
http://gamingrealm.co.uk/cgi-bin/ultimatebb.cgi

as you can see, behind all my category names, I have a gradient bar, i.e., an image background. the image is called "table.gif" . Now, where it says "Who's Online", there's no gradient. I've searched for ages, but can't get it workking. I'd appreciate any help. Thanks smile
Posted By: Thunder33 Re: Who's Online gradient bar - 07/14/2001 3:06 PM
open ubb_forum_summary.cgi

search:

##### Who's online? Code Block by Elliott "Borg" Brady
local($Online_Wording); local($Online_Details); local($replace); local(@nullit);
($Online_Wording, $Online_Details, @nullit) = &GetOnlineUsers($username);

my $ColSpan = 3;
$ColSpan++ if ($vars_display{ShowMods} eq 'yes');
$vars_display{ForumTotalOption} eq 'Both' ? ($ColSpan = $ColSpan + 2) : $ColSpan++;

$replace = qq~



$vars_wordlets_mods{whos_online_whos_online}










$Online_Wording



$Online_Details


~;
##### / Who's online? Code block by Elliott "Borg" Brady

you must making:



Thunder33
smile

[ July 14, 2001 08:13 AM: Message edited by: Thunder33 ]
© UBB.Developers