Thread Rating:
  • 9 Vote(s) - 2.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nitemares Mod List
#11
Tried your plugin.
For some reason you can't activate it and deactivate it twice in a row. I tried it on 1.02 Mybb, Mysql 5, PHP 4, Windows.
What seems to be happening is that when it's first activated, it's duplicating (in the database) the template 'footer' but it's adding extra slashes before the quotes marks " when it's been duplicated.
Try deactivating your plugin, then going to the db and removing any dupilcate copies of the footer template. Activate your mod, check the changes, deactivate, and reactivate and it shouldn't do anything... at least it didn't for me.

But the biggest problem is that the code to make the table didn't work for me. It needed ` to surround column names, not '. I did a find/replace between the two and it seemed to work.
Updated Site!
My mods
1.1: MyBB Zip Installer, Easy Install v2.0, Cash/Points plugin, PayPal/Subscriber, Reply by email, Advanced Plugins
#12
hmm, well thats why its only a beta, thanks for the responce, i'll get to work on it tommorow
My mods
-Emergency Message System
-Ad Managment System
-Avatar caption
#13
Great job with the mods. They'll come in handy Smile
#14
There are 2 settings

Quote:Emergency Message System (1 Settings)
Settings for the EMS plugin.

Emergency Message System (6 Settings)
Settings for the EMS plugin.
Do I have to use both.



Quote:Display to groups:
Select groups numbers to display message to, seperated by a comma, or do display to every group, enter the word ALL capital letters
I don't want all the people to see. I only want Unactivated Memmbers to see the message

And also I cannot change font color etc...
#15
I deactivated the plugin and activated again later now I have 3 settings
Quote:Emergency Message System (1 Settings)
Settings for the EMS plugin.
Emergency Message System (1 Settings)
Settings for the EMS plugin.
Emergency Message System (6 Settings)

Help!!! what!s gonna happen everytime deactivate an activate.. I will have more option

It doesn't deletes the setting automatically had to delete manually
#16
first off the settings bug is known, i will have it fixed soon

as for the fon't color, i think your problem might be in the quotes try changing your " to a '.

and the user groups, for unregistered users/guest, you enter the usergroup 1, if you want poeple that have registered but not activated there account yet, you enter the user group 5.


to fix the settings bug:

open the file EMS.php

find the line:
	$db->query("DELETE FROM ".TABLE_PREFIX."settings WHERE name IN('mess_stat', 'mess_mess', 'mess_bw', 'mess_alert', 'mess_pop', 'mess_group')");
	$db->query("DELETE FROM ".TABLE_PREFIX."settinggroups WHERE name='Emergency Board System'");

replace it with:
	$db->query("DELETE FROM ".TABLE_PREFIX."settings WHERE name IN('mess_stat', 'mess_mess', 'mess_bw', 'mess_alert', 'mess_pop', 'mess_groups')");
	$db->query("DELETE FROM ".TABLE_PREFIX."settinggroups WHERE name='Emergency Message System'");
My mods
-Emergency Message System
-Ad Managment System
-Avatar caption
#17
nitemare Wrote:first off the settings bug is known, i will have it fixed soon

as for the fon't color, i think your problem might be in the quotes try changing your " to a '.

and the user groups, for unregistered users/guest, you enter the usergroup 1, if you want poeple that have registered but not activated there account yet, you enter the user group 5.

Thanx bug fixed. I still cannot use <font> <b> etc. even I donot use quotation
#18
When I use space between the sentences by pressin ENTER the popup message don't show
#19
the pop message is untested, i'm really no good with java, if somebody can find a fix for this bug, please let me know, same with the other one
My mods
-Emergency Message System
-Ad Managment System
-Avatar caption
#20
I've updated the Ad managment plugin, lots of new features, hopefuly bug free, if you find one please report it here
My mods
-Emergency Message System
-Ad Managment System
-Avatar caption


Forum Jump:


Users browsing this thread: 3 Guest(s)