The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi,
Ok, I have this code currently in the NewThread Template and wish to ONLY show the message to users with a total post count less than 5. As you can guess, it currently shows to all users regardless of their post count. PHP Code:
|
|
#2
|
|||
|
|||
|
How can i use this? Copy and paste to newthread template?
|
|
#3
|
|||
|
|||
|
Yes, but it's not my idea or code.
https://vborg.vbsupport.ru/showthread.php?t=111942 If you know how to make it check the user has less than x posts, please share. |
|
#4
|
||||
|
||||
|
Code:
$vbphrase[total_posts_x] Code:
$vbulletin->userinfo['posts'] |
|
#5
|
|||
|
|||
|
Perfecto Dismounted! Thanks
|
![]() |
|
|