If you don't know already, yes - you can get MyAlerts working with MyBB 1.8. It requires you to edit three things.
First of all, if you don't have it already, grab a fresh copy of MyAlerts here:
https://github.com/MyBBStuff/MyAlerts
Click the "Download Zip" button on the right side.
Extract to an empty area, don't upload yet. We've got some work to do!
OPEN
inc/plugins/myalerts.php
FIND
'compatibility' => '16*',
CHANGE TO
'compatibility' => '*',
OPEN
jscripts/myalerts.js
FIND
jQuery.noConflict();
REMOVE
jQuery.noConflict();
(you should already have this in your headerinclude. it does not need to be parsed more than once.)
Now, upload the files. Once your done, head over to your Admin CP and activate the plugin.
Once activated, pay a visit to your current theme templates.
You are looking for:
Home » Template Sets » -YOUR CURRENT TEMPLATE- » Ungrouped Templates
When you're there, find the headerinclude template, and open it up.
FIND
REMOVE
You should already be set up with jQuery ver=1800 in the upper part of the template.
MyAlerts should be working fine from this point on. It is for me.
Time to go get MentionMe working now. If I did not post this in the correct category, please move it. If this has already been posted somewhere, feel free to delete it. I started skimming through threads looking for the most active work on the plugin, and noticed someone mentioning it worked but the notification window wouldn't appear. This is a simple javascript edit.
EDIT:
Mention me works fine in 1.8. Just change the compatibility.
inc/plugin/MentionMe/mention_install.php
https://github.com/WildcardSearch/MentionMe
First of all, if you don't have it already, grab a fresh copy of MyAlerts here:
https://github.com/MyBBStuff/MyAlerts
Click the "Download Zip" button on the right side.
Extract to an empty area, don't upload yet. We've got some work to do!
OPEN
inc/plugins/myalerts.php
FIND
'compatibility' => '16*',
CHANGE TO
'compatibility' => '*',
OPEN
jscripts/myalerts.js
FIND
jQuery.noConflict();
REMOVE
jQuery.noConflict();
(you should already have this in your headerinclude. it does not need to be parsed more than once.)
Now, upload the files. Once your done, head over to your Admin CP and activate the plugin.
Once activated, pay a visit to your current theme templates.
You are looking for:
Home » Template Sets » -YOUR CURRENT TEMPLATE- » Ungrouped Templates
When you're there, find the headerinclude template, and open it up.
FIND
<script type="text/javascript">
if (typeof jQuery == \'undefined\') {
document.write(unescape("%3Cscript src=\'http://code.jquery.com/jquery-1.7.2.min.js\' type=\'text/javascript\'%3E%3C/script%3E"));
}
</script>
REMOVE
You should already be set up with jQuery ver=1800 in the upper part of the template.
MyAlerts should be working fine from this point on. It is for me.
Time to go get MentionMe working now. If I did not post this in the correct category, please move it. If this has already been posted somewhere, feel free to delete it. I started skimming through threads looking for the most active work on the plugin, and noticed someone mentioning it worked but the notification window wouldn't appear. This is a simple javascript edit.
EDIT:
Mention me works fine in 1.8. Just change the compatibility.
inc/plugin/MentionMe/mention_install.php
https://github.com/WildcardSearch/MentionMe