vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > Bugs & Issues > Bugs From 2.0 RC2

Reply
 
Thread Tools Display Modes
  #1  
Old 08-13-2005, 04:30 PM
jlaine jlaine is offline
Junior Member
 
Join Date: Oct 2004
Posts: 5
Default Re: Logged in the Portal but shows i'm not

Quote:
Originally Posted by brad007
thanks for all that, i'll look it up tonight.

one more problem, i have read the FAQ on this but i didnt quite understand it.
i just enabled the User CP block on the homepage and it cant find the rank image which is in /forum/images/ranks/admin.gif, instead it looks for it in /images/ranks/admin.gif.

can you please explain a bit more in detail what i have to update that?

thanks
Indeed, I'm having this issue also apparently.
Reply With Quote
  #2  
Old 08-15-2005, 02:40 AM
jlaine jlaine is offline
Junior Member
 
Join Date: Oct 2004
Posts: 5
Default Re: Logged in the Portal but shows i'm not

This doesn't apply to any FAQ resolutions - those that are posted that involve images don't apply to these particular images. This would be a bug apparently - as you do have a string replace code present for this very item inside welcomeblock.php

Suppose we could type in the full URL to all the user rank images - but if so it would make sense to eliminate that string too since it doesn't seem to be serving it's purpose?
Reply With Quote
  #3  
Old 08-15-2005, 02:18 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Logged in the Portal but shows i'm not

Admin CP => vBa CMPS => Edit Modules => Welcome Block => Show User Rank

Do you have that option turned on?
Reply With Quote
  #4  
Old 08-20-2005, 06:39 PM
jlaine jlaine is offline
Junior Member
 
Join Date: Oct 2004
Posts: 5
Default Re: Logged in the Portal but shows i'm not

Quote:
Originally Posted by Brian
Admin CP => vBa CMPS => Edit Modules => Welcome Block => Show User Rank

Do you have that option turned on?
I shut it off and then the red 'x' syndrome is prevalent (apparently when you shut it off, it doesn't get fully shut off?)

I don't like leaving it on because the higher member ranks have multiple images that are too wide for the sidebar (or I need to find a way to cluster them closer together - they seem heavily spaced out). But if you shut it off you are graced with the broken images it appears.

I don't think I've touched anything in the system itself other than adjusting settings - I've done some small modifications to vB itself - but none of them should be pertinent to this situation.
Reply With Quote
  #5  
Old 08-21-2005, 03:31 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: User Rank Images

Try looking in your 'adv_portal_welcomeblock' template for this code:
Code:
<if condition="$bbuserinfo['reputationdisplay'] OR $bbuserinfo['rank']">
Replace with this:
Code:
<if condition="$bbuserinfo['reputationdisplay'] OR ($bbuserinfo['rank'] AND $mod_options['portal_welcome_rank'])">
Then find two instances of this code:
Code:
<if condition="$bbuserinfo['rank']">
Replace each with this:
Code:
<if condition="$bbuserinfo['rank'] AND $mod_options['portal_welcome_rank']">
And that should take care of the problem.
Reply With Quote
  #6  
Old 08-22-2005, 06:54 PM
jlaine jlaine is offline
Junior Member
 
Join Date: Oct 2004
Posts: 5
Default Re: User Rank Images

I would say you are right - that shut them off entirely.

Thanks Brian - your continued support like this is the reason I bought the gallery software.
Reply With Quote
  #7  
Old 11-01-2005, 12:04 AM
tommyxv tommyxv is offline
Member
 
Join Date: Feb 2005
Posts: 52
Default Re: User Rank Images

test
Reply With Quote
  #8  
Old 04-30-2006, 08:49 AM
Sir_Yaro Sir_Yaro is offline
Junior Member
 
Join Date: Apr 2006
Posts: 3
Question Re: User Rank Images

Hi.
I've problem with user rank image as well.
Code seems to be all right. As far as I know error is somewhere in variable $bbuserinfo[rank].
Quote:
<div align="$stylevar[right]" style="margin-top:5px; margin-bottom:5px">$bbuserinfo[rank]</div>
Place for user rank image is empty because of wrong image address:
Code:
http://forum.mandriva.org.pl/http://forum.mandriva.org.pl/images/stars/5.gif
instead of
Code:
http://forum.mandriva.org.pl/images/stars/5.gif
And I've no idea why its duplicated....
Reply With Quote
  #9  
Old 09-20-2007, 05:48 PM
manofphat manofphat is offline
Junior Member
 
Join Date: Feb 2007
Posts: 6
Default Re: User Rank Images

I am having the same issue that Sir Yaro is having above.
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


All times are GMT -4. The time now is 10:36 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.