removing this

ante101

Member
Registered
Joined
May 3, 2022
Messages
12
Points
13

Reputation:

hi guys
how may i remove this :
download.png
 

ante101

Member
Registered
Joined
May 3, 2022
Messages
12
Points
13

Reputation:

thank you , thats what i want !
Screenshot_1.png


if i want change FORUMS to "site" ?
IF i want change this also ? i mean by change removing help policy ...
Screenshot_2.png
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,072
Points
173

Reputation:

thank you , thats what i want !
View attachment 32449

if i want change FORUMS to "site" ?
IF i want change this also ? i mean by change removing help policy ...
View attachment 32450
ante1011. goto /admin.php?options/groups/basicBoard/
emtry Home page URL:

2.edit
PAGE_CONTAINER

Less:
            <div class="p-footer-row-opposite">
                <ul class="p-footer-linkList">
                    <xf:if is="$xf.visitor.canUseContactForm()">
                        <xf:if is="$xf.contactUrl">
                            <li><a href="{$xf.contactUrl}" data-xf-click="{{ ($xf.options.contactUrl.overlay OR $xf.options.contactUrl.type == 'default') ? 'overlay' : '' }}">{{ phrase('contact_us') }}</a></li>
                        </xf:if>
                    </xf:if>

                    <xf:if is="$xf.tosUrl">
                        <li><a href="{$xf.tosUrl}">{{ phrase('terms_and_rules') }}</a></li>
                    </xf:if>

                    <xf:if is="$xf.privacyPolicyUrl">
                        <li><a href="{$xf.privacyPolicyUrl}">{{ phrase('privacy_policy') }}</a></li>
                    </xf:if>

                    <xf:if is="$xf.helpPageCount">
                        <li><a href="{{ link('help') }}">{{ phrase('help') }}</a></li>
                    </xf:if>

                    <xf:if is="$xf.homePageUrl">
                        <li><a href="{$xf.homePageUrl}">{{ phrase('home') }}</a></li>
                    </xf:if>

                    <li><a href="{{ link('forums/index.rss', '-') }}" target="_blank" class="p-footer-rssLink" title="{{ phrase('rss')|for_attr }}"><span aria-hidden="true"><xf:fa icon="fa-rss" /><span class="u-srOnly">{{ phrase('rss') }}</span></span></a></li>
                </ul>
            </div>
 

Linda

Well-known member
Registered
Joined
Oct 22, 2021
Messages
110
Points
38

Reputation:

If you want to remove the copyright with later:

Code:
.p-footer-copyright
{
display: none;
}
 

ante101

Member
Registered
Joined
May 3, 2022
Messages
12
Points
13

Reputation:

Linda

Well-known member
Registered
Joined
Oct 22, 2021
Messages
110
Points
38

Reputation:

i just add to the file ?
ante101Search for "extra.less" in the style (Templatename) properties and add it to the last line. Pay attention to the format
If you use the default theme it should work.
 

ante101

Member
Registered
Joined
May 3, 2022
Messages
12
Points
13

Reputation:

Search for "extra.less" in the style (Templatename) properties and add it to the last line. Pay attention to the format
If you use the default theme it should work.
Lindaprnt.sc/UYM_ffy_pkE7

very clean , what about adding "me some thing" !
 
Top