Dear ForceHSS,
Thank you very much for your information.
Yes I know it.
I open this thread because I really need help from others vBulletin teams. I already contact the
owner and I already create post question in there, you can see in here:
https://vborg.vbsupport.ru/showthrea...=247094&page=2
But I still don't get any answere. I create this topic because I really hope someone in here can help me to solve this problem.
Do you want to help me, please! I will pay for that.
I'm stuck in this part:
================================================== ==
in
editpost.php find
PHP Code:
if (!$postinfo['postid'] OR $postinfo['isdeleted'] OR (!$postinfo['visible'] AND !can_moderate($threadinfo['forumid'], 'canmoderateposts')))
and replace with
PHP Code:
if (!$postinfo['postid'] OR $postinfo['isdeleted'])
then find
PHP Code:
if (!$threadinfo['threadid'] OR $threadinfo['isdeleted'] OR (!$threadinfo['visible'] AND !can_moderate($threadinfo['forumid'], 'canmoderateposts')))
and replace with
PHP Code:
if (!$threadinfo['threadid'] OR $threadinfo['isdeleted'])
================================================== ==
The
editpost.php hack don't work. User should can edit their own thread in moderated queue, But when I try it, after submit the thread --the user can't edit their own thread in moderated. When I try to press the edit button I got this message:
could not find phrase 'nopermission'.
Many thanks
v123