MyBB Community Forums

Full Version: Guest warn - 3rd version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Screenshots


Description

Show an elegant warn for all guest of your forum.

Features (from 3rd version)

- Add an elegant warn in all pages of your forum for guests.
- Removable warning.
- jQuery effects (without conflicts).
- Warn editable.
- Warn CSS editable.

What has changed respect the second version?

- Plugin fixed
- Guests can remove the warn.
- You can edit all CSS proprieties by acp.
- jQuery effects.
- Most stable version.

Installation:

For the installation you must load the file of the folder "Upload" in the directory of the forum and activate it from the acp.

And.... Done!!!

Upgrade:


Deactivate the plugin. Delete the file of the folder "Upload" by directory of the forum and load the file of the folder "Upload" in the directory of the forum and activate it from the acp.

And.... Done!!!

Next version?

- Language pack (coming soon).

Have fun!


MyBB Compatibility: 1.4;1.6
Plugin Version: 3.0
Author: Clear



Visit also: MyBB Clear Vision and Auto Redirect
it has a bug the delete button in the posbit will dis appear if this mod is enabled
It has a jQuery so it might be conflicting with Prototypes. Add the following code in headerinclude template;
<script type="text/javascript">jQuery.noConflict();</script>
nice idea

from 1st edition when i load in my forum why google will crawl these ???
(2012-06-25, 04:06 PM)Yaldaram Wrote: [ -> ]It has a jQuery so it might be conflicting with Prototypes. Add the following code in headerinclude template;
<script type="text/javascript">jQuery.noConflict();</script>

strange because noConflict I had already made​​!
still the delete button disappears
any help?
Hey, I'm having some trouble with this plugin. When it's enabled it conflicts and stops other plugins from working, although I have the "<script type="text/javascript">jQuery.noConflict();</script>" at the bottom of the headerinclude template, yet to no avail.

Any ideas?