MyBB Community Forums

Full Version: "Profilefields On Postbit 1.0" stopped working from 1.65 to 1.66
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I need this plugin, however it stopped working with MyBB 1.6.6.

http://mods.mybb.com/view/profilefields-on-postbit

What has changed that it no longer works? why are plugins so finicky? :|

Thanks in advance!
Open plugin file and find;
function fieldsonpostbit_show($post)
and Change it into;
function fieldsonpostbit_show(&$post)
Hands down! Rep +1


Oops, spoke too soon Sad Plugin still dead.
Try this at the end of the function.

Return $post;
Maybe it uses nested quotes (I don't have the plugin). Try looking in your board settings for Posting options and set allowed number of nested quotes a bit higher. Like 10.
(2012-05-10, 09:35 AM)Frank.Barry Wrote: [ -> ]Try this at the end of the function.

Return $post;

It was already there...

(2012-05-10, 12:05 PM)Leefish Wrote: [ -> ]Maybe it uses nested quotes (I don't have the plugin). Try looking in your board settings for Posting options and set allowed number of nested quotes a bit higher. Like 10.

Doesn't use...

Is there any place in the Community where we can learn what changed internally between versions so we can update plugins?
i also can't get this to work, I have installed and activated it, but no settings what so ever appear. I shall uninstall it.
Really frustrating. If I knew what changed in MyBB, I'd gladly do the code edit myself, but no one cares to tell.
(2012-05-15, 09:18 PM)Sector Wrote: [ -> ]Really frustrating. If I knew what changed in MyBB, I'd gladly do the code edit myself, but no one cares to tell.

check the dev site (http://dev.mybb.com/)
Thanks, man. But I can't see anything about what specific changes they make between versions :|
Pages: 1 2