vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 01-17-2008, 09:52 PM
justchil justchil is offline
Junior Member
 
Join Date: Jan 2008
Posts: 17
Default Remove color usernames ONLY on Online Users module

I've been trying for a couple hours now... I can't figure out how to remove the color from the Online Users Module.

I'm looked at adv_portal_onlineusers and onlineusers.php and still can't figure it out. I only want the color stipped on the block/module but still present in the forums.
Reply With Quote
  #2  
Old 01-18-2008, 08:20 AM
justchil justchil is offline
Junior Member
 
Join Date: Jan 2008
Posts: 17
Default Re: Remove color usernames ONLY on Online Users module

back to try to figure this out again...
Reply With Quote
  #3  
Old 01-18-2008, 08:52 AM
justchil justchil is offline
Junior Member
 
Join Date: Jan 2008
Posts: 17
Default Re: Remove color usernames ONLY on Online Users module

I know I'm just missing something simple...

If I look in the adv_portal_online users template "$activeusers" is what outputs the users names.

Then I look in onlineusers.php and I see $activeusers = ''; This confused me at first but I'm getting it... however I can't find anything that supplies the user title "styles" in any shape way or form.
Reply With Quote
  #4  
Old 01-18-2008, 02:41 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Remove color usernames ONLY on Online Users module

So you're just trying to remove the username markup from the usernames listed in the online users module? If so, you should be able to do that by looking for this code in the modules/onlineusers.php file:
PHP Code:
$loggedin['musername'] = fetch_musername($loggedin); 
And replace with this:
PHP Code:
$loggedin['musername'] = $loggedin['username']; 
Reply With Quote
  #5  
Old 01-18-2008, 07:41 PM
justchil justchil is offline
Junior Member
 
Join Date: Jan 2008
Posts: 17
Default Re: Remove color usernames ONLY on Online Users module

I KNEW it had something to do with this but couldn't see what you've just shown me!

Thank you Brian you are a great help. I'm going to return some help by paying to remove my branding

Edit: Actually I was messing with the wrong line. This exactly what I need. Thanks!

Last edited by justchil; 01-18-2008 at 07:47 PM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Online users module question toejam "How Do I..." Questions 4 11-28-2007 01:47 PM
Remove Online Users: X 1349 "How Do I..." Questions 3 02-21-2007 05:11 PM
Scrollbox on Users Online Module? Strife "How Do I..." Questions 2 10-01-2006 03:34 PM
Need to alter the Online Users module christianb "How Do I..." Questions 1 09-17-2006 09:56 PM
Online Users Module Change Cadmus "How Do I..." Questions 5 09-07-2005 01:01 PM


All times are GMT -4. The time now is 10:17 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.