MyBB Community Forums

Full Version: [For 1.4 & 1.6] SCD Hide From Groups
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Thanks.
Dylan did you update the version to work with 1.6.2 ?
No, my server at home is currently down for repairs, it'll be a few days before I can update anything.
Ok. I will be waiting.
I cannot get this to fail on a fresh install of 1.6.2. Can you PM me access to your ACP and I'll take a look... it has to be messed up settings or a conflicting plugin.
is the latest version 1.6 compatible?
Yes, tested in 1.6.2 and works just perfect. Thanks Dylan


I only have a problem: the append text (Register) is not shown at the end of the displayed text
When using Preparser Cache plugin (http://mybbhacks.zingaburga.com/showthre...497&page=3), hidden content is not showing up even to registered users nor OP :/

May this be fixed or is there something wrong about Preparser Cache plugin?
I do not guarantee that my plugins are compatible with those written by other people. However, you can try this:

In my plugin file change:
$plugins->add_hook("parse_message_start", "scd_hide_fg_parse_message");
$plugins->add_hook("parse_message_end", "scd_hide_fg_parse_append");
$plugins->add_hook("parse_quoted_message", "scd_hide_fg_parse_reply");

To:
$plugins->add_hook("parse_message_start", "scd_hide_fg_parse_message", 1);
$plugins->add_hook("parse_message_end", "scd_hide_fg_parse_append", 1);
$plugins->add_hook("parse_quoted_message", "scd_hide_fg_parse_reply", 1);

If that doesn't correct it, change the 1s to 100s and check again.
Thanks, but than didn't solve it, and it just happens on one forum.

Maybe I configured something wrong...

Pd: Is this plugin suppose to hide first post content only?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15