MyBB Community Forums

Full Version: OUGC Custom Reputation - Can't view any threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Setting "First Post Only" to "No" in the OUGC Custom Reputation plugin will redirect any thread you try to view to a blank page. 

In order to install the plugin on 1.8 you will need to download PluginLibrary and change the compatibility in both files from 16* to 18*. Then you may successfully Install and Activate without issue. After that, you must then download this version of OUGC Custom Reputation because the other releases are buggy. The plugin will then work as intended until you set "First Post Only" to "No", then you won't be able to view threads. The plugin author, Omar G., does not provide free support for his plugins so I am wanting to know if anyone else has had this issue before, either with an earlier version, or this one, and has successfully fixed and if you could share it please. Thank you.
if there is a fatal error like below
Fatal error: Call to a member function get_input() on a non-object in  ~\inc\plugins\ougc_customrep.php on line 536
then change code in line 528 to
global $db, $thread, $mybb;
(2014-10-07, 06:07 PM).m. Wrote: [ -> ]if there is a fatal error like below
Fatal error: Call to a member function get_input() on a non-object in  ~\inc\plugins\ougc_customrep.php on line 536
then change code in line 528 to
global $db, $thread, $mybb;

Thank you.

It wasn't a fatal error but that fixed it. Thank you.
I will release a fixed version tonight, thanks.