Current date/time is April 19th 2024, 9:10 am

Search found 1 match for 101212

Remove the forum wrapper?

It's possible, go to your Admin panel -> Display -> Colors -> CSS Stylesheet
Add this line:
Code:

.bodyline {
background-color: none !important;
border: none !important;
border-radius: none !important;
}


It's the fastes way to remove it, but if you want you can look up for .bodyline in your CSS and delete background-color: #101212; and the rest what I mentioned above.

The easiest way to remove those links is by adding this to your CSS:
Code:

a[href="/search?search_id=activetopics"]
{ display: none;}
a[href="/memberlist?mode=today_posters"]
{ display: none;}
a[href="/memberlist?mode=overall_posters"]
{ display: none;}
a[href="/?mode=delete_cookies"]
{ display: none;}



But, if you want harder way to do it, you can by going to your Admin Panel -> Display -> Templates - General and look for index_box and click on edit (yellow thing).
Then find this code:
Code:
    <ul>
                <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
      <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 -->
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
   <!-- END switch_delete_cookies -->


And remove it, save changes and click on + to publish (confirm) it.
by EndlessDream
on October 31st 2015, 2:19 am
 
Search in: Scripts Problems Archives
Topic: Remove the forum wrapper?
Replies: 7
Views: 695

Back to top

Jump to: