R_J
AdminR_J Admin
-
Re: Sample forum data
This one is really great! (View Post)1 -
Re: Hide 'Draft Saved' pop-up?
Not sure, but it might be that a popup without text will not be displayed. Try creating a custom translation string for "Draft saved at %s": <?php$Definition['Draft saved at %s'… (View Post)1 -
Re: Plugins for custom themes [RESOLVED]
If you have created the theme hooks file after you have created the theme, it might be acache issue. Try if deleting the theme related files in /cache already helps (View Post)3 -
Re: Any plugin conversion tool available/necessary for Vanilla 2.5?
I strongly agree that this is a better approach. Here is my contribution for the addon.json update: https://github.com/R-J/addonjsonexporter The plugins setting screen shows a dropdown with all avail… (View Post)6 -
Re: Moderator and Admin can view Inbox of any user
Search your /conf/config.php for $Configuration['Conversations']['Moderation']['Allow'] = true;. If you find it, change true to false. If you do not find it, add $Config… (View Post)2
