Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Install and Upgrade Help => Topic started by: geminiguy on September 16, 2008, 12:26:19 AM

Title: show new posts, 1.1.6. upgrade related
Post by: geminiguy on September 16, 2008, 12:26:19 AM
 Hi, just a quick question. Last night, I upgraded from 1.1.5 to 1.1.6 and have two members mentioning that the "show new posts since last visit" link does not seem to be working.
I know sometimes this is often related to an issue with a 3rd party theme but, they say the same is happening using the smf default theme now?
I have not chanced to see this for myself yet, and did a search but may not have typed the search terms correctly?

Just wondering if there have been any similar issues yet? If so, could I get the links to the posts so I can referrence them once we know if this  more than just a fluke ;)

Thank you
Title: Re: show new posts, 1.1.6. upgrade related
Post by: Scarlet Tree on September 16, 2008, 04:15:41 AM
An installed mod, affects your default theme too.
I got no problems at all with the 1.1.6 upgrade (and I can't remember something similar around), so I suggest you to enable (if you haven't done it yet) the error logging and see what kind of issue is related to "show new posts".
Title: Re: show new posts, 1.1.6. upgrade related
Post by: geminiguy on September 16, 2008, 09:02:55 AM
 good point, I'll do that.... thanks
Title: Re: show new posts, 1.1.6. upgrade related
Post by: geminiguy on September 16, 2008, 09:54:32 AM
 ok, now 4 members mentioning same issue... even using the default smf theme (but that is 1.1.5 core) is there a new default smf 1.1.6 core theme? could this be the issue?
and, one of those members mentioned that the "mark all as read" button does'nt seem to work, (yes, I have the option enabled)

should I try reset all options? from the admin panel?
Title: Re: show new posts, 1.1.6. upgrade related
Post by: Adish - (F.L.A.M.E.R) on September 19, 2008, 10:11:54 PM
Can you list all the mods which you are using ?
Title: Re: show new posts, 1.1.6. upgrade related
Post by: trentmeyer23 on September 20, 2008, 05:53:24 AM
Hi guys hope this is the right place to post this. But myself and all our members are having the same problem, with new posts not being shown, and have for quite some time now. Hope someone can help. Thanks heaps in advance.

We are using Version 1.1.6, with the Enterprise (1.1) theme.

Our mod packs are:
1. YouTube BBCode 2.3
2. Disable Right click 2.0
3. Change_Poster_Of_Topic_And_Message 1.0
4. Anti-Bot Clock 1.0
5. SMF Gallery Lite 1.8.3
6. SMF 1.0.14 / 1.1.6 Update 1.0
7. FontandSizeDropdown_1.2 1.3
8. Karma Buttons 1.0
9. Thumbs Up (for 1.1.4 - 1.1.5) 1.44
10. Topic_Locked_Message 1.0
11. Avatar on Member List 1.0
12. User Email System 1.3
13. Auto Embed Video/Audio Clips 3.0
14. Clickable Avatars 1.0.1
15. Mod Hide Post 1.1
16. Signature Settings Mod 1.1
17. Pm_Informer 1.0
18. Member Awards 1.0.2
19. SMF Staff Page 1.6
Title: Re: show new posts, 1.1.6. upgrade related
Post by: trentmeyer23 on September 21, 2008, 07:38:56 AM
can anyone help with this please?
Title: Re: show new posts, 1.1.6. upgrade related
Post by: greyknight17 on September 21, 2008, 11:05:37 AM
Does the Show All Unread feature work? The unread posts since last visit may not work if they are set to be logged in forever. If they go to show all unread, it should display those missing posts now.

Did you both also try asking the users to clear all their temp and cookie files to see if it helps?
Title: Re: show new posts, 1.1.6. upgrade related
Post by: BHill on September 21, 2008, 11:59:44 AM
I am having this same problem with the "Show unread posts since last visit".  I have no mods installed.  The forum is fairly new.  I had a problem just yesterday with the server not loading right so I dumped the cookies and temp files yesterday afternoon.  The "Click here to try all unread topics" works to bring up the missing unread threads.  I haven't had any problems with the "Mark all topics as read" though (at least not that I am aware of).
Title: Re: show new posts, 1.1.6. upgrade related
Post by: greyknight17 on September 21, 2008, 12:07:06 PM
BHill, logout of your forum and then check back again later when there or new posts. Log back in and then click on the Show unread posts since last visit to see if it works.
Title: Re: show new posts, 1.1.6. upgrade related
Post by: BHill on September 21, 2008, 12:44:32 PM
Yes, it does seem to work after logging out and back in again.  Which brings up 2 questions:
1.  How do I fix that  OR
2.  How do I disable the "log in Forever" and make everyone log in when they come to the site?
Title: Re: show new posts, 1.1.6. upgrade related
Post by: greyknight17 on September 21, 2008, 12:51:41 PM
1. Nothing to fix. It's by design and is doing exactly what it says.
2. You can put it to 1 hour by default if you want. Open up /Themes/default/index.template.php:

Code (Search for) Select
<select name="cookielength">
<option value="60">', $txt['smf53'], '</option>
<option value="1440">', $txt['smf47'], '</option>
<option value="10080">', $txt['smf48'], '</option>
<option value="43200">', $txt['smf49'], '</option>
<option value="-1" selected="selected">', $txt['smf50'], '</option>
</select>


Code (Replace with) Select
<select name="cookielength">
<option value="60" selected="selected">', $txt['smf53'], '</option>
<option value="1440">', $txt['smf47'], '</option>
<option value="10080">', $txt['smf48'], '</option>
<option value="43200">', $txt['smf49'], '</option>
<option value="-1">', $txt['smf50'], '</option>
</select>
Title: Re: show new posts, 1.1.6. upgrade related
Post by: geminiguy on September 21, 2008, 11:48:43 PM
 Thank you greyknight... I think this is a logical answer and I'll get them to give it a whirl. ;)
Title: Re: show new posts, 1.1.6. upgrade related
Post by: geminiguy on September 21, 2008, 11:57:58 PM
 Oops, also forgot to answer the question about any mods I'm using / have installed.
The only two are the
SMF 1.0.13 / 1.1.5 / 2.0 b3 1 Update 1.0  and
SMF 1.0.14 / 1.1.6 Update 1.0

one I see which I have not applied is the
Are you Human? Anti-Bot registration check ver 1.3( This is prob one I should apply, correct?)
Title: Re: show new posts, 1.1.6. upgrade related
Post by: geminiguy on September 22, 2008, 12:28:40 AM
 greyknight... just one quick question though....
As far as using the "login forever" option is concerned... if we log back in under this option, will we continue to have this issue? I only ask as I'm sure I'm not the "only" lazy person on the forum with a short memory span :P
I know this is a feature many like to use. But, we are open to the suggestions of the support team here ;)

So, basically, just looking for the pros & cons of choosing login forever option

Thanks
Title: Re: show new posts, 1.1.6. upgrade related
Post by: trentmeyer23 on September 22, 2008, 04:54:12 AM
Quote from: greyknight17 on September 21, 2008, 11:05:37 AM
Does the Show All Unread feature work? The unread posts since last visit may not work if they are set to be logged in forever. If they go to show all unread, it should display those missing posts now.

Did you both also try asking the users to clear all their temp and cookie files to see if it helps?

The show all unread posts feature does not work, and there are plenty of posts showing new when i go through each forum and search, but i also do have a feeling that most users would be using the login forever option, any ideas?

And no we havent asked the users to clear cookies and temp files yet.
Title: Re: show new posts, 1.1.6. upgrade related
Post by: jrcarr on October 05, 2008, 12:03:34 PM
Whether someone chooses to stay logged in forever or not, they are not at the forum continuously.  Since the forum tracks when someone was last active, it shouldn't be hard to base this feature on a time difference between when they were last on the forum and the current time, instead of when they last logged in.

I have this same problem on my board and the large majority of users choose to stay logged in forever.

Jack
Title: Re: show new posts, 1.1.6. upgrade related
Post by: Nathaniel on November 05, 2008, 06:04:43 AM
I don't think this happens on all SMF 1.1.x installs, it seems to work properly on several SMF 1.1.6 websites for me. Actually one of them had this issue at one stage - it was fixed by a server move, so it may be an issues with your server configuration.

Anyway, I have bumped this, so hopefully some of the other SSers will have some more ideas. :)