The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I just saw this yesterday
I need to find the minumum post to view members profile, I could have swear I saw it by HellSatan or MIST (note to mist, I am almost done)
I have implemented minimum for members list , but need to add that same for profile, I saw it in a thread yesterday. I have searched about 30 different ways with no luck, Thanks, midz :bunny: |
#2
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=48610" target="_blank">https://vborg.vbsupport.ru/showt...threadid=48610</a>
You want that? |
#3
|
|||
|
|||
Nope, but thanks.
I saw hell Satan I think mention and give the code for a small hack that puts a minimum post required to view memeber profiles. thanks |
#4
|
||||
|
||||
Try this:
Run this query: [SQL]INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,optioncode,displayorder) VALUES (NULL,7,'Minmimum Posts to view Profiles','profileminposts','0','Here you enter the number of posts a user must have before he/she can view a members profile.','','6'); [/SQL] Now open member.php, and find: PHP Code:
PHP Code:
Code:
Sorry you need at least $profileminposts posts before you can view this members profile. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|