inherit
47402
0
Jun 30, 2005 20:05:15 GMT -8
genocide313
The Antaonist
18
June 2005
genocide313
|
Post by genocide313 on Jun 21, 2005 10:38:32 GMT -8
is there a code to stop post modifications on one specific board?
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 21, 2005 10:56:02 GMT -8
Do you want to stop modifying by staff and members or just by normal members?
|
|
inherit
47402
0
Jun 30, 2005 20:05:15 GMT -8
genocide313
The Antaonist
18
June 2005
genocide313
|
Post by genocide313 on Jun 21, 2005 11:10:12 GMT -8
normal members, or is there a code where i can have "yes" or "no" and change it to whatever i want....like say if theres a code that stops everyone from modifying. and in order to give the moderators the ability to modify, i can jsut go to the code and change "no" to "yes" and then they cna modify..you know what i eman? if this is not possible, or you dont know where this code can be found, I'll jsut settle for the normal code..this just came to mind a minute ago.
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 21, 2005 11:34:03 GMT -8
Board Footer: <script type="text/javascript"> /* limit editing by elindir */ var mod = /user=( admin|user1|user2);/i; var a=document.getElementsByTagName('a'); for (e=0;e<a.length;e++) { if(!document.cookie.match(mod) && a[e].innerHTML.match(/modify.gif/i) && a[e].href.match(/action=modifypost/)){ a[e].style.display="none"; }} </script> The red is the list of users who can edit. Seperate each username by a "|" line
|
|
squalleh
inherit
-493159
0
Nov 26, 2024 23:59:04 GMT -8
squalleh
0
January 1970
GUEST
|
Post by squalleh on Jun 21, 2005 11:38:36 GMT -8
Board Footer: <script type="text/javascript"> /* limit editing by elindir */ var mod = /user=( admin|user1|user2);/i; var a=document.getElementsByTagName('a'); for (e=0;e<a.length;e++) { if(!document.cookie.match(mod) && a[e].innerHTML.match(/modify.gif/i) && a[e].href.match(/action=modifypost/)){ a[e].style.display="none"; }} </script> The red is the list of users who can edit. Seperate each username by a "|" line Just thought I'd also mention that while this will effectively stop most users from using powers on a particular board, it will not stop all. Disable JS or simply go to the URL and you've bypassed the whole thing.
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 21, 2005 11:40:41 GMT -8
Just thought I'd also mention that while this will effectively stop most users from using powers on a particular board, it will not stop all. Disable JS or simply go to the URL and you've bypassed the whole thing. Or just add &NOHEADERS=1 onto the end of the URL. You can get around almost any ProBoards code quite easily, but the trick is not letting normal members know that
|
|