MyBB Community Forums

Full Version: Plugin's Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I Currently Need Help With Two Different Plugins.

The First Is The Additional Groups Images. Made By The Wonderful Mr.CraKteR.

http://mods.mybboard.net/view.php?did=355

I have upload the usergroupai.php as told in the readme. I got to...

Admin CP -> Plugin Manager ->Activate Plugin

MyBB Tells Me That "The plugin has sucessfully been activated"
But when i go on one of my threads...

http://www.habboskyradio.net/forum/showthread.php?tid=1

The images do not appear. I have uploaded the files...

http://www.habboskyradio.net/forum/image...s/english/

Do I need To Move Them. Any Help Would Be Great!!

Second I was trying to do a permissions box like the one on Vbulliten.
I have not found many plugins but I did stumble on to this one...

http://mods.mybboard.net/view.php?did=227

I CHMOD forumdisplay.php and showthread.php to 777.
I recive the following error when trying to activate it in plugin manager...


Warning: per_activate(./inc/adminfunctions_templates.php) [function.per-activate]: failed to open stream: No such file or directory in /home/habbosky/public_html/forum/inc/plugins/per.php on line 49

Warning: per_activate(./inc/adminfunctions_templates.php) [function.per-activate]: failed to open stream: No such file or directory in /home/habbosky/public_html/forum/inc/plugins/per.php on line 49

Fatal error: per_activate() [function.require]: Failed opening required './inc/adminfunctions_templates.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/habbosky/public_html/forum/inc/plugins/per.php on line 49

Any Help On Either Plugin Would Be Much Appricated.

Thanks In Advanced.
For the first plugin ([usergroup]), have you asigned a groupimage for each group ?
Umm Soz To Be A Noob But Can U Give Me A Link To The MyBB Wiki Page Or Somthing

Soz I Just Realised I Havnt. Whats Do I Enter As The Path?

images/OrangeIce/groupimages

like that?
First Problem SOLVED. If anyone could help with the second that would be great. Smile
That second plugin is for MyBB 1.0.x. We're in series 1.2.x. The plugin needs to be updated.
LegosJedi Wrote:That second plugin is for MyBB 1.0.x. We're in series 1.2.x. The plugin needs to be updated.

Yes that second plugin needs updating
Anyone Know Where I Can get This Script From That Supports 1.2.x
I've updated it, will contact Zaher when he returns about it. Hopefully he won't mind that i did it without his permission.

Install Notes ::

* Upload per.php into your inc/plugins/ folder
* Upload perm.php into your forum_root
* CHMOD showthread.php & forumdisplay.php to 777
* Activate plugin
* CHMOD showthread.php & forumdisplay.php to 644

Uninstall Notes ::

* CHMOD showthread.php & forumdisplay.php to 777
* Deactivate Plugin
* Remove inc/plugins/per.php & perm.php
* CHMOD showthread.php & forumdisplay.php to 644
Thanks Lex- For Converting It. Ive Done What You Said But I Still Carnt Get It To Show Up.

http://www.habboskyradio.net/forum/showthread.php?tid=1

On Admin CP It Says That Its Activated. Im Puzzeled

Maybe There Was A Database Change Or Somthing?
Check your templates (forumdisplay & showthread) if {$perm} is present. In showthread it should be above the {$footer} and in the other one (forumdisplay) under {$threadlist} . Some other guy had the same problem with another plugin, his templates weren't with {} around the vars, so the templatechanges couldn't be made.
Pages: 1 2