MyBB Community Forums

Full Version: 1.4.10 Wont mark as read
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Just upgraded to 1.4.10 from 1.2 and everything seems to run smoothly. However, posts will not mark as read. Not after reading them, not after clicking any of the various "mark as read" buttons.

Any ideas?
What's your URL?? Are all your templates default??
(2009-12-03, 10:38 PM)MattRogowski Wrote: [ -> ]What's your URL?? Are all your templates default??

I've tried it in both the default template and a template I d/l from the mod section (MyFedora). It works on neither.

www.gypsyknights.net
Your templates are not default as the footer is still the 1.2 style, they're not all set to the default 1.4 versions of the templates. You'll need to go to ACP > Templates & Style > Templates > go through each template set, expand all the template groups and if there are any with a green name click Options > Revert to Original. The main problem is probably the headerinclude template which is loading the wrong javascript, so it's not going to work.
If I remember right, you can create a new theme based off the MyBB Default Theme (or Master). That would be a theme with all the 1.4 templates. I think...
(2009-12-04, 08:11 AM)MattRogowski Wrote: [ -> ]Your templates are not default as the footer is still the 1.2 style, they're not all set to the default 1.4 versions of the templates. You'll need to go to ACP > Templates & Style > Templates > go through each template set, expand all the template groups and if there are any with a green name click Options > Revert to Original. The main problem is probably the headerinclude template which is loading the wrong javascript, so it's not going to work.

Ok... did that. Indeed, I deleted the MyFedora theme completely, took it to the Default Theme and did those things.

Still doesnt seem to be working.
You haven't done the headerinclude:

<script type="text/javascript" src="http://www.gypsyknights.net/jscripts/prototype.lite.js?ver=1212"></script> 
<script type="text/javascript" src="http://www.gypsyknights.net/jscripts/moo.ajax.js?ver=1212"></script> 
<script type="text/javascript" src="http://www.gypsyknights.net/jscripts/general.js?ver=1212"></script> 
<script type="text/javascript" src="http://www.gypsyknights.net/jscripts/popup_menu.js?ver=1212"></script>

Some of those files don't exist in 1.4 and the versions are still 1212
(2009-12-04, 02:00 PM)MattRogowski Wrote: [ -> ]You haven't done the headerinclude:

<script type="text/javascript" src="http://www.gypsyknights.net/jscripts/prototype.lite.js?ver=1212"></script> 
<script type="text/javascript" src="http://www.gypsyknights.net/jscripts/moo.ajax.js?ver=1212"></script> 
<script type="text/javascript" src="http://www.gypsyknights.net/jscripts/general.js?ver=1212"></script> 
<script type="text/javascript" src="http://www.gypsyknights.net/jscripts/popup_menu.js?ver=1212"></script>

Some of those files don't exist in 1.4 and the versions are still 1212

Ah... ok. Do I need to delete those out? There is a "revert" button associated with that (that I could locate).
Yes, click the Revert button, you need to do that for every single template that has a green name, otherwise it isn't the 1.4 version of the template and you'll have other things not working.
(2009-12-04, 02:09 PM)MattRogowski Wrote: [ -> ]Yes, click the Revert button, you need to do that for every single template that has a green name, otherwise it isn't the 1.4 version of the template and you'll have other things not working.

Got it. Ok... here is what I have done (maybe I'm missing something). I went to ACP. Then to Templates & Style. Then to Templates. There are two options: Default Templates and Global Templates. Within Default Templates I have expanded each category (several were green) and Reverted them. They are no longer green.

Within Global Templates, I cannot find a revert option, so I have not changed those.

The problem still appears to be the same. Am I missing something?
Pages: 1 2 3