"Do not display again button" how to re enable(without clear cache) or use it just as a close button...?
3 posters
Page 1 of 1
"Do not display again button" how to re enable(without clear cache) or use it just as a close button...?
Hello everyone again,
as tittle says i need to make the "Do not display again button" on pop up login window to work as a close button, so the member on the next refresh and after logout to can see again the login pop up window.
Until now i found that if you press the "Do not display again button" the only way to see again the login screen, is to clear the cache of the browser.
Also on this code
Any solution? My forum is hellasd3.4umer.com
as tittle says i need to make the "Do not display again button" on pop up login window to work as a close button, so the member on the next refresh and after logout to can see again the login pop up window.
Until now i found that if you press the "Do not display again button" the only way to see again the login screen, is to clear the cache of the browser.
Also on this code
- Code:
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
- Code:
<input type="button" class="button" onclick="self.close()" value="Close" />
Any solution? My forum is hellasd3.4umer.com
soamra- New Member
- Posts : 12
Reputation : 0
Language : greek
Re: "Do not display again button" how to re enable(without clear cache) or use it just as a close button...?
Bump ...Ange Tuteur any help?
soamra- New Member
- Posts : 12
Reputation : 0
Language : greek
Re: "Do not display again button" how to re enable(without clear cache) or use it just as a close button...?
Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead!
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: "Do not display again button" how to re enable(without clear cache) or use it just as a close button...?
Hello @soamra
Have you tried to disable your javascript codes? Or maybe erase all the changes you've done on your templates. I mean, you have edited the "Do not display" button via templates or javascript, so the easy and fast way is disable them or erase.
Have you tried to disable your javascript codes? Or maybe erase all the changes you've done on your templates. I mean, you have edited the "Do not display" button via templates or javascript, so the easy and fast way is disable them or erase.
Guest- Guest
Re: "Do not display again button" how to re enable(without clear cache) or use it just as a close button...?
Hi @soamra,
You can force the cookie to expire.
Go to Modules > JS codes management > new
You can force the cookie to expire.
Go to Modules > JS codes management > new
- Code:
if (my_getcookie('login_popup_closed')) {
document.cookie = 'login_popup_closed=0; path=/; expires=Thu, 01 Jan 1970 00:00:00 UTC;';
}
Re: "Do not display again button" how to re enable(without clear cache) or use it just as a close button...?
Again Ange Tuteur gave a solution. What can i say about this person, when he talks he gives a solution and not a notice...
THANK YOU man...
THANK YOU man...
soamra- New Member
- Posts : 12
Reputation : 0
Language : greek
Re: "Do not display again button" how to re enable(without clear cache) or use it just as a close button...?
You're welcome
Topic archived
Have a nice day. ^^
Topic archived
Have a nice day. ^^
Similar topics
» How to - Clear the cache & Cookies in Your browsers
» The new editor: Is there any way to enable "NON WYSIWYG display" as default?
» How to enable " Thanks " button in post
» i want to display the thanks button inmy forum
» Display [solved] button -> Didnt show up
» The new editor: Is there any way to enable "NON WYSIWYG display" as default?
» How to enable " Thanks " button in post
» i want to display the thanks button inmy forum
» Display [solved] button -> Didnt show up
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum