![]() |
Link to site please.
|
PM sent.
|
Sorted on the users site. For future reference, I changed repeat; to background-repeat:repeat-x;
|
Thanks. One more question.. I added the ID #s including the admin. But the background image shows itself to a few registered users. The rest is default.. with no bg image. Some registered members have the New bg and some don't. Weird.
Any thoughts? Maybe I need to update in maintenance? |
I dunno, if they are not the userid's you set, There is no reason for the BG to show on them.
|
Quote:
Quote:
I notice this only effects the old members, new members have no problems. If anyone else is coming across this please let me know. Great Mod. |
That is because this is for users, not usergroups. :) So it is showing for those users. But you can change:
Code:
<vb:if condition="in_array($post['userid'], array(2,5,6,7,))"> Code:
<vb:if condition="is_member_of($post, 2,5,6,7)"> |
All done Ozzy. :D thank you.
|
Not a problem, glad to help. :)
|
I had a question, is it also possible to change the background color for some users, so for by example user id 1, background color white, and user id 2, background color white.
|
Not at this time, sorry. But I do intend on doing a different version, which may allow that.
|
I have actually found out a way to do it, still thanks ! :)
<vb:if condition="in_array($post['userid'], array(X,X,X))"> <div class="postbody_specific_user"> <vb:elseif condition="in_array($post['userid'], array(X,X,X))" /> <div class="postbody_specific_user"> <vb:else /> <div class="postbody"> </vb:if> |
Ahhh good deal, glad you got it the way you want. :)
|
All times are GMT. The time now is 02:48 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|