MyBB Community Forums

Full Version: MyAlerts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2014-01-19, 04:45 PM)Euan T Wrote: [ -> ]The header icon is accessed via the <myalerts_headericon> tag. If you paste the new code for the welcomeblock_member template, I can help direct you to how it should look Smile
Ok thanks i will pm you if i complete the new design, than i will ask you how to do that. very very thanks for your reply
1-How to enable default settings for all?
2-Is it possible to SMS notifications?
(2014-01-31, 07:06 AM)nokte Wrote: [ -> ]1-How to enable default settings for all?

ACP->configuration->Plugins->MyAlerts - then look for the link beneath MyAlerts plugin description.

(2014-01-31, 07:06 AM)nokte Wrote: [ -> ]2-Is it possible to SMS notifications?

No. Sorry.
SMS notifications would be possible with a modification to the plugin. You may be able to find a developer willing to make such a change - MyAlerts is released under the MIT license and so such edits are perfectly fine to make.
Im getting some goofyness from my header, the alerts are hidden and blah blah blah - I'm sure you've heard it before.

Is there a fix for hidden/weird looking alert notifications?
Hidden as in the dropdown shows then hides immediately? If so, check for a second myalerts.js in the headerinclude template.
What's the {$....} for it?

Cause it's not automatically showing on the header.
<myalerts_headericon>
Euan - what has actually changed in MyAlerts 1.05? Do I have to deactivate/uninstall at all?
Here are the changes since 1.04: https://github.com/euantorano/MyAlerts/c....04...1.05

There is a change to the alerts_settings table: https://github.com/euantorano/MyAlerts/c...3492a1dL68 You will need to update that. It doesn't look like there are other major changes so just replacing the files and updating the alerts_settings table structure should suffice.