The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Disable Member Homepage Profile Option based on Post Count or Usergroup by BOP5 Details »» | ||||||||||||||||||||||||||||||||
Disable Member Homepage Profile Option based on Post Count or Usergroup by BOP5
Developer Last Online: Aug 2023
Brought to you by BirdOPrey5
www.Qapla.com Update Version 1.7 -
Update Version 1.5 - This upgrade will disable links to homepages for users who may have entered a homepage before this mod was installed. As usual it will also block new members from entering a homepage based on the rules you set (post count or usergroup.) This mod will remove the option to allow members to post a "Homepage" URL in their profile based on post count and/or usergroup id. In addition you can disable it for everyone if you want. This is often requested because some admins feel some members join their forum only to place links to their own pages and never contribute to the forum. This will require users attain a minimum post count before posting- or stop them from using a homepage altogether. You may override these settings by specifying immune usergroups- usually admins and maybe mods. This has been tested on 4.0.8, 4.1.11, and 4.1.12. It should work on other 4.0/4.1 versions as well. It will not work on 3.8, I have a 3.x version available in the 3.8 mods section. If you have a heavily customized style then it is possible this mod will not work at all- it works based on automatic template edits and if the right default code isn't there nothing will happen. This is not a "bug." If you have a customized style try it first, if it doesn't work see the manual edits in Post #12 of this thread. Install as normal, full instructions included in text file inside zip. Contains: No files to upload, 4 plugins, 2 phrases, some new options. You can change the default messages by editing the two phrases. See screenshots for details. Live Demo: www.qapla.com/mods/ (but you will need to register to see it in action.) ------------------------------------------------------ Please "Mark as Installed" if you use this. Donations always appreciated. :up: Nominate MOTM if you LOVE it! Download Now
Screenshots
Show Your Support
|
6 благодарности(ей) от: | ||
Canadianbacon, LOGECT, Luca_ITA, nacaruncr, Watersoul, Welshy2008 |
Comments |
#42
|
||||
|
||||
Can anyone confirm this working on 4.1.10 please?
|
#43
|
|||
|
|||
yes it does have it myself
|
Благодарность от: | ||
BirdOPrey5 |
#44
|
||||
|
||||
Updated to Version 1.7
Includes FreshPrince's suggestion to delete Homepages of (perm) banned users. Also updated code to work with primary or secondary groups. Also made it easier to pick immune usergroups. |
#45
|
|||
|
|||
thanks for the update
|
Благодарность от: | ||
BirdOPrey5 |
#46
|
|||
|
|||
Quote:
Settings: Enable Block Member Homepages: Yes Minimum Post Count: 10 Don't Allow Member Homepages: Yes Usergroup Override: Check two of private user groups Delete Homepage on Ban: Yes My goal is to only have Home Page links display for two usergroups only, which I checked in the Usergroup Override. Do you have a manual template edit code to only display to usergroups 9 & 10? Your help would be appreciated. |
#47
|
||||
|
||||
First- Turn the option to "Don't Allow Member Homepages" to No.
Then in the manual template edit instructions edit the line: Code:
<vb:if condition="$vbulletin->userinfo['posts'] < 10"> Code:
<vb:if condition="is_member_of($bbuserinfo, 9, 10)"> Then, if it works, please "Mark as Installed" in the top post. |
#48
|
|||
|
|||
I installed this... however I had to go the 'manual template edits' route to set the limit.
You however neglected to mention what manual template edits we need to make to disable homepages for people who have already put one in before the mod was installed. This isn't working by default so if you could share the manual template edit to accomplish that, that would be awesome! |
#49
|
||||
|
||||
Disabling homepages for people who have already entered it shouldn't need manual template edits. They are done by code that should work regardless of your style.
|
#50
|
|||
|
|||
Installed, and working great!
But now I see a few spammers are dumping links into the biography and other profile fields. Is there a way to turn off the biography, location, interests, occupation, ICQ UIN, Yahoo ID, and other such fields for a particular user group? (I want the Registered users group in my forum to be extremely limited - once I know a user is not a spammer, I promote that user to an Approved user group that has normal forum privileges). Alternatively, is there a way to prevent links or web addresses in those fields? |
Благодарность от: | ||
BirdOPrey5 |
#51
|
||||
|
||||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|