The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
What the code should do is:
If they are NOT original_poster OR are NOT a_moderator: Error message (that's simplified cos i left out the check to make sure they have permission to edit their own posts) |
#12
|
|||
|
|||
Let's do this again
PHP Code:
PHP Code:
|
#13
|
||||
|
||||
that didn't work so let's simplify the original code
PHP Code:
PHP Code:
|
#14
|
|||
|
|||
Now let's add the moderator part. Let's simplify by making the above into 1 condition, so:
PHP Code:
PHP Code:
1. Can NOT edit, is NOT moderator, this will give: PHP Code:
2. Can edit, is NOT moderator, this will give: PHP Code:
3. Can NOT edit, is moderator, this will give: PHP Code:
Now let's see the same with an AND: PHP Code:
1. Can NOT edit, is NOT moderator, this will give: PHP Code:
2. Can edit, is NOT moderator, this will give: PHP Code:
3. Can NOT edit, is moderator, this will give: PHP Code:
Quote:
|
#15
|
||||
|
||||
ok so how do i get it to show
PHP Code:
PHP Code:
PHP Code:
|
#16
|
|||
|
|||
Lol now you are confusing me.
What you will want is: PHP Code:
PHP Code:
|
#17
|
|||
|
|||
Talk about over-thinking things
PHP Code:
|
#18
|
|||
|
|||
Quote:
|
#19
|
||||
|
||||
win for the overthinking your code never worked
but PHP Code:
|
#20
|
|||
|
|||
So you give up? I am sure one of my codes worked
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|