The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Thanks for the replies guys, I actually managed to do it a week or so ago (forgot to update here since I've been busy and working on a games wiki section which will also end up using this, so I kinda forgot about this thread )
Basically, what I did, was duplicate editpost.php, and called it wikiedit.php. Then, from the wikiedit.php file I removed all of this; PHP Code:
PHP Code:
with this; PHP Code:
I did have it do that any member could edit the first post, but decided to only allow it to people with over 15 posts (which is obviously what the is_member_of($vbulletin->userinfo, 4, 1, 3, 8, 2) bit is for) I'm sure there's a better way of doing it, but I'm just happy I managed to get it working You can see the thread at the bottom of this page comes up as a "WikiEdit" post - http://www.nintendolounge.com/forum/...er=desc&page=3 |
#12
|
||||
|
||||
very cool. Great idea to put a notice with new edit link in it... Solves the issue I was having with quick edit permissions and looks great on your forum. :up:
|
#13
|
||||
|
||||
Removing the delete permission checks is very unwise.
|
#14
|
||||
|
||||
If the entire if ($_REQUEST['do'] == 'deletepost') is removed how could anyone delete a post even if they tried?
|
#15
|
||||
|
||||
It isnt removed, thats just the permission check. The delete code is way further down.
|
#16
|
|||
|
|||
Quote:
Quote:
PHP Code:
Is it ok to just delete that then? |
#17
|
||||
|
||||
I would think it is safer to delete it than leave it.
|
#18
|
|||
|
|||
Hehe yeah Well I've deleted it now. Just thought there might be a safer way to disable it in the code or something, feels a bit weird deleting so much
|
#19
|
|||
|
|||
Hello,
is this possible in vb 4 ? Would be great ! |
#20
|
||||
|
||||
It is possible using the same basic procedures... a lot of file edits... I am working on trying to make this into a mod for VB4... no promises...
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|