MyBB Community Forums

Full Version: rules plugin active
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Plugin Rules does not work . I just upload that files and when I went to the plugin for active purpose then it shoes...

i share it below as a picture

[attachment=25075]
Which rules plugin is this please?

~ David
(2011-12-20, 07:18 PM)vernier Wrote: [ -> ]Which rules plugin is this please?

~ David

Sir i have not a link but i share it
Will try it out, 1 second.

~ David
Just tested it and it's working fine, have you checked you have uploaded the files to the correct directorys in your file?

Should be:

inc/languages/english/rules.lang.php
inc/plugins/rules.php
inc/plugins/support_class/include.php

For inc/plugins/support_class/include.php if the support_class directory does not exist, upload the whole directory.

I just tested it on my forum and it sees to be working just fine Smile

~ David

You're using this plugin: http://mods.mybb.com/view/rules right ?

The plugin comes with the support_class folder which should be uploaded in ./inc/plugins/ folder.
Edit : not seen previous responses ...

open plugin file (rules.php) in a code editor (eg. notepad++) ; on line 15 find below
require_once MYBB_ROOT."inc/plugins/support_class/include.php";

change to below line , save the file and re-upload to use
require_once MYBB_ROOT."/inc/plugins/support_class/include.php";

Actually the plugin is fine, just tested and its working. You just need to upload the missing folder.
^ well, it is possible that I've mistaken Smile
it is little mistakeConfused.

YaldaramShy ranjanBig Grin vernierRolleyes thanks