• Page 1 of 1
  • 1
Forum moderator: bigblog  
How to get rid of the log in links
Elva
Posts: 18
Reputation: 0

Message # 1 | 1:00 PM
I am using design # 1807 and cannot find where this bit is located (screenshot). The "Log in / Sign Up" link etc are visible in the middle of my frontpage. I don't want anyone to see this.
Attachments: 5326525.png (5.6 Kb)
Good
Posts: 365
Reputation: 12

Message # 2 | 10:38 AM
As usual, login / sign up part is in Design > Design Management > GLOBAL BLOCK > Top part of the website.
Elva
Posts: 18
Reputation: 0

Message # 3 | 8:10 PM
Quote Good ()


Thanks for the reply! I removed everything related to log in / log out there and still it shows. I also looked under the block parts and there's nothing. Unless I am missing something....

<header class="header">
<div class="logo-b">
<div class="container">
<?if($SEARCH_FORM$)?>
<div class="header-srch">
$SEARCH_FORM$
</div>
<?endif?>

</div>
<div class="mobile-menu-list">
<div class="container clr">
<div class="share-links material-icons">share</div>
<div class="show-menu material-icons" id="show-menu">menu</div>
<div class="show-registration material-icons" id="show-registration">person</div>
<?if($SEARCH_FORM$)?>
<div class="show-search material-icons" id="show-search">search</div>
<div class="search-m-bd" id="search-m-bd">$SEARCH_FORM$</div>
<?endif?>
</div>
</div>
</div>

<div class="main-menu">
<div class="container">
<div class="site-name"><a class="logo-lnk" href="$HOME_PAGE_LINK$" title="Home">$SITE_NAME$</a></div>
<nav id="catmenu">
<!-- <sblock_nmenu> -->
<?if($NMENU_1$)?><!-- <bc> -->$NMENU_1$<!-- </bc> --><?endif?>
<!-- </sblock_nmenu> -->
<div class="clr"></div>
</nav>
</div>
</div>



<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- If you want to use this, just copy and paste one of the script tags into your own html pages-->
<script src="https://dipped.dev/static/plugins/discordwidget/index.js"></script>
</head>


</header>
Good
Posts: 365
Reputation: 12

Message # 4 | 5:02 AM
Elva, It is a part of the template, you have to look for this code and remove it in all template.
Code

<div class="sidebox">
                        <div class="inner">
                            <div style="text-align:center;"><?if($USERS_ON$)?>
                    <?if($USER_LOGGED_IN$)?>
                    <span><!--<s5212>-->Welcome<!--</s>-->, <a href="$PERSONAL_PAGE_LINK$">
                    <b>$USERNAME$</b></a>!
                    </span>
                    <?else?>
                    <span><!--<s5212>-->Welcome<!--</s>-->, <b>$USERNAME$</b>!</span>
                    <?endif?>
                    <br><?endif?>
                    <?if($USERS_ON$)?>
                    <?if($USER_LOGGED_IN$)?>
                    <a title="My profile" href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a>
                    |
                    <a title="Log out" href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a>
                    <?else?>
                    <a title="Sign Up" href="$REGISTER_LINK$"><!--<s3089>-->Sign Up<!--</s>--></a>
                    |
                    <a title="Log In" href="$LOGIN_LINK$"><!--<s3087>-->Log In<!--</s>--></a>
                    <?endif?>
                    <?endif?>
                            </div>
                        </div>
                        <div class="clr"></div>
                    </div>
Good
Posts: 365
Reputation: 12

Message # 5 | 5:16 AM
For a quicker way, it is using the Skeleton feature, but it is not recommended as it will erase all prior modifications made to the template.

If you still wish to proceed, please follow the steps below. Be sure to back up your current template before continuing.

1. Access the 1807 Skeleton code via the link below.
2. Locate and delete the specified code above.
3. Click Create Template to overwrite the existing template.

https://yourwebsiteaddress.com/panel/?a=tmaker&kz=1807
Post edited by Good - Tuesday, 2024-11-05, 5:17 AM
Elva
Posts: 18
Reputation: 0

Message # 6 | 8:53 AM
Quote Good ()


This did the trick, thank you! <3
  • Page 1 of 1
  • 1
Search: