View Full Version : Users can report their own posts
In vb 3 users can no longer report posts that belong to them, this was added for good reason. However some boards rely on this, because users can report their posts and request for them to be moved/deleted.
This is a one liner...
Open vBroot/report.php
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Thats it!
How can you move a post? I know you can move a thread. But I don't think you can move an individual post anywhere, can you? ;)
impossible mission III ...
Kentaurus
08 Mar 2004, 16:21
How can you move a post? I know you can move a thread. But I don't think you can move an individual post anywhere, can you? ;)
You can always edit the dateline of the post to change its position in the thread. Not that it is a good idea.....
I would never do that. The messages would be out of order if there was a conversation following it. ;)
But it would be nice to be able to move a post to another thread or forum if you wanted to. Sometimes they get posted in the wrong area. bira did a hack like that for vB2 a long time ago.
Giveit2u43
08 Mar 2004, 18:27
Only way I know of to move a post is by spliting that one post away into it`s own thread and then merging that new thread into the thread you want that post moved to..
How would you split it to it's own thread?
@Bob: the vb2 hack was by me ;)
I've planned to add that feature in my vb3 version as well, but time and the threaded mode system made that a bit harder
btw. @Brad: you may want to add the reportbutton back as well ;)
Oops! then the file I have is wrong. What I have is from a post by bira from a long time ago. Which hack did you have that in?
the advanced edit post hack :)
Ok, you mean where you could change the post number, right? bira did one where you could move posts just like you could move threads. That's the one I meant.
you cannot change the postnumber with my hack, but the threadid, and therefore change the thread the post belongs to ;)
That's what I meant, in a round-a-bout way. How come you didn't add that to the vB3 version? Or did I miss it?
as said it is harder to add it because of the threaded mode of vb3, but i'll add it in a future version :)
Great! I'll be looking forward to it. ;)
TechGuy
06 Apr 2004, 15:19
@Bob: the vb2 hack was by me ;)
I've planned to add that feature in my vb3 version as well, but time and the threaded mode system made that a bit harder
btw. @Brad: you may want to add the reportbutton back as well ;)
Ummm... is it just me, or is this hack completely useless without adding the button?
I'd really like to have this option at my board, but the image isn't in place.
I think something needs to be done with this line:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
in functions_showthread.php also, but I don't know what.
I'd really like to have this option at my board, but the image isn't in place.
I think something needs to be done with this line:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
in functions_showthread.php also, but I don't know what.
I tried to change it to
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
and it seems to be working ok, but I've never changed anything like this on my own so I'm not sure if I got it right.
TechGuy
08 Apr 2004, 06:22
I just set it to:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Seems to work fine. :)
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.