MyBB Support

Can't edit posts in this area

Submitted by JMPRockFm, , Thread ID: 4695

Thread Closed

RE: Can't edit posts in this area

JMPRockFm
Suh Dude
Level:
0
Reputation:
13
Posts:
147
Likes:
4
Credits:
24
OP
13-06-2015, 02:11 PM
#6
11-06-2015, 03:15 AM
Mr_Joker Wrote:
What version of MyBB are you using?
1.6
11-06-2015, 03:42 AM
Hug Wrote:
11-06-2015, 12:49 AM
JMPRockFm Wrote:
11-06-2015, 12:11 AM
Hug Wrote:
This is due to HideIP

I know you have that plugin, COrrect?

Edit the plugin and comment these two lines:




Code:
$plugins->add_hook("editpost_start", "hideip_edit");
$plugins->add_hook("xmlhttp", "hideip_qedit");

I did what you said and now the hide doesn't show the hide tags, also how do you comment it out I hope i'm doing it correct because its keep giving me errors

Okay, change


Code:
$plugins->add_hook("editpost_start", "hideip_edit");
$plugins->add_hook("xmlhttp", "hideip_qedit");

to


Code:
//$plugins->add_hook("editpost_start", "hideip_edit");
//$plugins->add_hook("xmlhttp", "hideip_qedit");

Thank you it's fixed now Smile

Users browsing this thread: 1 Guest(s)