How to remove the delete cookies link?
4 posters
Page 1 of 1
Re: How to remove the delete cookies link?
Hi,
Go to "Administration Panel ~> Display ~> Templates ~> General ~> index_box", find this piece of code:
Save, then publish template.
Go to "Administration Panel ~> Display ~> Templates ~> General ~> index_box", find this piece of code:
- Code:
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Save, then publish template.
Re: How to remove the delete cookies link?
If you don't want to edit the template post your forum url and I can show you how to remove it with CSS.
Re: How to remove the delete cookies link?
Of course, it's possible via CSS STylesheet too. To make that box disappear with a simple CSS code, go to "Administration Panel ~> Display ~> Pictures and colors ~> Colros ~> CSS Stylesheet" and add this code:
- Code:
.main-box.clearfix{
display: none !important;
}
Re: How to remove the delete cookies link?
Please change the title of your topic, that is related to
your question/issue, so that other users will be able to find their
question/issue using the search engine.
You can remove the cookies link here:
Administration Panel > General > Forum > Configuration
Cookies deletion link: No
your question/issue, so that other users will be able to find their
question/issue using the search engine.
You can remove the cookies link here:
Administration Panel > General > Forum > Configuration
Cookies deletion link: No
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: How to remove the delete cookies link?
this WORK ! thanks so muchCassius Dio wrote:Of course, it's possible via CSS STylesheet too. To make that box disappear with a simple CSS code, go to "Administration Panel ~> Display ~> Pictures and colors ~> Colros ~> CSS Stylesheet" and add this code:
- Code:
.main-box.clearfix{
display: none !important;
}
thanks all
WAGABONDI- Forumember
- Posts : 81
Reputation : 1
Language : albania
Re: How to remove the delete cookies link?
Topic Solved & Locked
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.
Similar topics
» Delete Cookies link returns maintenance page
» Delete Cookies link returns maintenance page
» Delete Forum Cookies
» trying to delete forum, but delete link doesn't appear
» Remove Enlarge/Reduce image link
» Delete Cookies link returns maintenance page
» Delete Forum Cookies
» trying to delete forum, but delete link doesn't appear
» Remove Enlarge/Reduce image link
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum