![]() |
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) |
Let's do this again
PHP Code:
PHP Code:
|
that didn't work so let's simplify the original code
PHP Code:
PHP Code:
|
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:
|
ok so how do i get it to show
PHP Code:
PHP Code:
PHP Code:
|
Lol now you are confusing me.
What you will want is: PHP Code:
PHP Code:
|
Talk about over-thinking things :)
PHP Code:
|
Quote:
|
win for the overthinking :p your code never worked :(
but PHP Code:
|
So you give up? I am sure one of my codes worked ;)
|
All times are GMT. The time now is 11:12 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|