Bug Some shout are not displayed

Status
Not open for further replies.

Eda

Customer
Ok its been a while im having this issue but i never found time to scearch/explain

My vbshout works fine most of the time but it appears that if some users are logged for long period on forum, they cannot shout anymore.

When i check database it appears that missing shouts are saved but under userid 0:
userid.webp

I know that vbulletin made change on session saving around the version 5.1.2 may be it could have an impact ?
 
Are the users using the "Remember Me" checkbox?

Well, i dont know if my visitors who are experiencing this issue are using this checkbox, but for my part, i am always using this checkbox.

Most of my users are regular visitor and session time in my configuration is set to 900 sec. Si i think they all check this option.

I'll try to see if this happens if i dont use the option.

Also if this could help you, when im login out and then log in im still experiencing this issue. I have to clear my browser cache to be able to use chatbox again.
 
Login to your AdminCP -> Styles & Templates -> Style Manager -> Edit Options -> Edit Templates -> header template

Find
Code:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>

Replace with this code:

Code:
<label for="cb_cookieuser_navbar"><input type="hidden" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" checked="checked"/> <vb:comment>{vb:rawphrase remember_me}</vb:comment></label>

Note this is for vb4 will be different in vb5 so you will need to check first

Warning: Always backup db first and save all templates before any chances are made
 
Ok, i have moded my template to precheck remember-me on login.

Time will tell if this work.

Thank you for the investigation.
 
For the time being I'll close this ticket, if you continue to experience this issue please start a new ticket. Thanks!
 
Status
Not open for further replies.

Legacy vBShout

vBulletin 5.0.x vBulletin 5.1.x vBulletin 5.2.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
268
Customer rating
0.00 star(s) 0 ratings
Back
Top