![]() |
|
#1
|
|||
|
|||
|
Quote:
|
|
#2
|
|||
|
|||
|
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? |
|
#3
|
||||
|
||||
|
Admin CP => vBa CMPS => Edit Modules => Welcome Block => Show User Rank
Do you have that option turned on? |
|
#4
|
|||
|
|||
|
Quote:
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. |
|
#5
|
||||
|
||||
|
Try looking in your 'adv_portal_welcomeblock' template for this code:
Code:
<if condition="$bbuserinfo['reputationdisplay'] OR $bbuserinfo['rank']"> Code:
<if condition="$bbuserinfo['reputationdisplay'] OR ($bbuserinfo['rank'] AND $mod_options['portal_welcome_rank'])"> Code:
<if condition="$bbuserinfo['rank']"> Code:
<if condition="$bbuserinfo['rank'] AND $mod_options['portal_welcome_rank']"> |
|
#6
|
|||
|
|||
|
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.
|
|
#7
|
|||
|
|||
|
test
|
|
#8
|
|||
|
|||
|
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:
Code:
http://forum.mandriva.org.pl/http://forum.mandriva.org.pl/images/stars/5.gif Code:
http://forum.mandriva.org.pl/images/stars/5.gif |
|
#9
|
|||
|
|||
|
I am having the same issue that Sir Yaro is having above.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|