Remove these ''texts''. How to do it?
4 posters
Page 1 of 1
Remove these ''texts''. How to do it?
First of all thx for all your replies in this support section, you are doing a great job!
now to my question
How do I remove these 3 ''texts areas''? I want to have a ''cleaner'' approach. If I remove them I would also like to keep the spacing so the menu buttons doesn't get to close to the forum menu. The spacing should be the same, i just want to remove the texts.
now to my question
How do I remove these 3 ''texts areas''? I want to have a ''cleaner'' approach. If I remove them I would also like to keep the spacing so the menu buttons doesn't get to close to the forum menu. The spacing should be the same, i just want to remove the texts.
Re: Remove these ''texts''. How to do it?
Can you send us the forum URL please?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Remove these ''texts''. How to do it?
Hello,
Go to: ACP > Display > Templates > General > index_body
find this: {BOARD_INDEX} and add below it:
Then go to template named index_box and find:
Then go to CSS and add:
Go to: ACP > Display > Templates > General > index_body
find this: {BOARD_INDEX} and add below it:
- Code:
<div class="linksopa">
- Code:
</div>
Then go to template named index_box and find:
- Code:
<span class="gensmall">{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br />
</span>
- Code:
<div class="linksopa"><span class="gensmall">{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br />
</span></div>
Then go to CSS and add:
- Code:
.linksopa{opacity:0;}
Last edited by Luffy on December 26th 2014, 5:40 pm; edited 1 time in total
Re: Remove these ''texts''. How to do it?
I'm sorry where to i find ACP?
(Edit:) nvm i found it. just a sec
(Edit:) nvm i found it. just a sec
Re: Remove these ''texts''. How to do it?
Thx for all you support man!
It removed everything but not the:
View post since last visit
view your post
view unanswered post
In the upper right corner (see picture)
It removed everything but not the:
View post since last visit
view your post
view unanswered post
In the upper right corner (see picture)
Re: Remove these ''texts''. How to do it?
Yeah that's in the index_box template. Go edit it and find this:
- Code:
<td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
- Code:
<div class="linksopa"><td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td></div>
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Remove these ''texts''. How to do it?
For some reason it didn't work. But it doesn't matter, those links are pretty useful after all and I think I will keep them for now.
Thx a lot for your help man! you guys are really professional!
You can archive this
Happy holidays!!
Thx a lot for your help man! you guys are really professional!
You can archive this
Happy holidays!!
Re: Remove these ''texts''. How to do it?
Try placing this code into your CSS Stylesheet: (Administration Panel => Display => Pictures and Colors => Colors => CSS Stylesheet [Tab] )
- Code:
.gen, .genmed, .gensmall {
display: none;
}
Re: Remove these ''texts''. How to do it?
Ramdaman wrote:Try placing this code into your CSS Stylesheet: (Administration Panel => Display => Pictures and Colors => Colors => CSS Stylesheet [Tab] )
- Code:
.gen, .genmed, .gensmall {
display: none;
}
Yes but that will remove them completely. He just wanted to remove them and keep the distances. That is why i made it with the templates so i add them all under one element and hide them with opacity 0. The display none and especially for gensmall it will make some other link to disappear also.
Re: Remove these ''texts''. How to do it?
Edward Kenway wrote:Thx for all you support man!
It removed everything but not the:
View post since last visit
view your post
view unanswered post
In the upper right corner (see picture)
This simple script will remove as per your above links, and will also remove the following:
* Today's active topics
* Today's top 20 posters
* Overall top 20 posters
* Delete the forum cookies
Go to "Administration Panel > Display > Colors > CSS Stylesheet".
- Code:
ul.linklist {
display: none;
}
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
Similar topics
» Remove this
» Published texts
» Modifying Texts in Toolbar
» Modify or translate the toolbar texts
» Why do You have to Pay to Remove Ads?
» Published texts
» Modifying Texts in Toolbar
» Modify or translate the toolbar texts
» Why do You have to Pay to Remove Ads?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum