Richie
Not New Member
^ Yes, That's My Fugly Face!
Posts: 35
Richie said 2 great things
|
Post by Richie on Apr 6, 2010 15:14:23 GMT -8
Code Title: Disable Invisible Option In Profiles Location: Main Footers Description: This Will Remove The Option To Stay Invisible From The Modify Profile Page, Except For The Main Admin. Code: <script type="text/javascript"> <!-- /* Disable Invisible Option In Profiles, Except For "admin" By Son Of Exodia */ /* May Be Reposted With This Header In Tact. */
if(document.modifyForm && pb_username!="admin"){ document.modifyForm.invisible.parentNode.parentNode.parentNode.style.display="none"; document.modifyForm.invisible.value="0"; } //--> </script>
|
|
Dr. Z
Not New Member
[Sj1:0]
Posts: 4
Dr. Z said 0 great things
|
Post by Dr. Z on Dec 7, 2010 14:21:50 GMT -8
thanks !
|
|
snow
Not New Member
Posts: 1
snow said 0 great things
|
Post by snow on Aug 18, 2015 5:32:55 GMT -8
Does this code still work to this day? I tried it for a forum I just created less than a week ago and it did nothing... I have the plugin but staff members are still able to use it and are hiding themselves, making the forum look abandoned...
|
|
|
Post by Wormopolis on Sept 3, 2015 19:28:10 GMT -8
This code was written for the v4.5 software and proboards is now on v5. the elements this code looks for dont exist anymore. your vest bet would be to remove the option from the forum template so they dont have access to it.
|
|
Richie
Not New Member
^ Yes, That's My Fugly Face!
Posts: 35
Richie said 2 great things
|
Post by Richie on Sept 9, 2015 15:04:55 GMT -8
|
|
|
Post by Wormopolis on Sept 18, 2015 6:42:59 GMT -8
Even Better!
|
|
Seniade
Not New Member
Posts: 1
Seniade said 0 great things
|
Post by Seniade on Aug 29, 2016 16:49:13 GMT -8
I was hoping to use this plug in on a board I'm helping to Admin on, and the link says "Error cannot find item". Does anyone have a new link to this plugin or is it just gone all together?
|
|
|
Post by Wormopolis on Sept 30, 2016 16:06:18 GMT -8
Looks like Richie deleted it
|
|