Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Recent activity doeas not work with Vanilla Default multitheme
tmilovan
New
Recent activity plugin does not shows on Vanilla Default multitheme or with Embed Friendly that comes with vanilla 2.0.14 installation. However, it works fine with included default theme.
Tagged:
0
Comments
Any help from a Vanilla dev please?
@Todd @digibomb @Tim @Mark @Lincoln
The code is pretty simple:
Are there any errors?
Can you check to see if it's even finding the RecentActivity module?
Can you output something to make sure the plugin is triggering?
Btw, what's wrong with the Base_Render_Before()? I'm not used to Vanilla/Garden at all, but I'd like to make this plugin right.
Thanks for you answer!
- You should probably lower() your $Controller variable before comparing it in InArrayI().
- $Sender->AddModule(), not addModule()
Vanilla Forums COO [GitHub, Twitter, About.me]
define('DEBUG', TRUE);
at the top of your index.php. This turns on strict mode. Also, change$Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';
to$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
in your conf/config.phpThis will enable full screen detailed error messages.
Vanilla Forums COO [GitHub, Twitter, About.me]
I'm desperate, any idea about how to make it work everywhere?
Vanilla Forums COO [GitHub, Twitter, About.me]