Quote:
Originally Posted by Neptun
thanksss that you like my idea
i have changed the code now with the "read more" instead of the "(more) and have put a little center & b to this - a change the text size of the discription - it looks really perfect now
perfect hack  now its perfect for me  and it looks really professional now
thx for your help 
|
Glad you like it
Quote:
Originally Posted by iamspookysdaddy
Okay this is very good. This blocks guest from seeing....Can you please advise for code to allow certain user groups to see. Sorry I do not know code but can apply your advice.
Thank you this is a most important modifcation!
Installed and Nominated!:up:
|
Thanks for the nomination that's unexpected for such a small mod
For usergroups you'd do something like this:
PHP Code:
if(is_member_of($vbulletin->userinfo, 1, 2, 3)) {
Replace the guest code with that. 1, 2, 3 being the usergroup numbers. This should also work for secondary usergroups