![]() |
How should I do this? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Development (https://community.mybb.com/forum-68.html) +---- Thread: How should I do this? (/thread-111368.html) |
How should I do this? - NiLord - 2012-01-09 Hello Mybb developers, long time no see you! I want to do a Mybb plugin but this one require something i've never done before with mybb. I need to manipulate the user's post and change some part of it. On the other hand I do need too the post ID... What do I need to do to get this information and change the post itself? RE: How should I do this? - labrocca - 2012-01-09 hook: postbit object: $post variable: $post['message'] |