Remove top menu and login/member section

Dolphin 6.1.4 - How can I remove the top menu (links etc.) together with the Join - Member and panel section?

I just want the home menu and .swf promo banner.

Thanks in advance,

Stuart

There are none so blind as those that will not see.
Quote · 30 Oct 2008

you need just to remove in /templates/tmpl_uni/_header.html

<div class="topestMenu">
__TOP_Links__
__TOP_News__
__TOP_ContactUs__
__TOP_About__
__TOP_Privacy__
__TOP_Termsofuse__
__TOP_FAQ__
__TOP_Feedback__
__TOP_Aff__
__TOP_Invitefriend__
__TOP_Bookmark__
__switch_lang_block__
</div>

Regards

Artur

Quote · 30 Oct 2008

Many thanks Artur, Can you tell me how I can remove the Join Member from that block?

Stuart

There are none so blind as those that will not see.
Quote · 30 Oct 2008

you need to edit templates/tmpl_uni/functions.php

function HelloMemberSection()

just remove <a href="<?= $site['url'] ?>join.php"><?= _t( '_Join Now Top' ) ?></a>

Regards

Artur

Quote · 30 Oct 2008

.

Well, the file is actually located in templates/tmpl_uni/scripts. And if you want to remove both functions completely, the join now and also the login text that appears on the upper right of the homepage, then just delete this entire div here, same file same section, as mentioned by ArturA. First rename the original file to something like old_functions.php just to be safe.

.

?>
<div class="topMemberBlock">

<div class="no_hello_actions">
<a href="<?= $site['url'] ?>join.php"><?= _t( '_Join Now Top' ) ?></a>
<a href="<?= $site['url'] ?>member.php" onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( '<?= $site['url'] ?>member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location )  );return false;"><?= _t( '_Member Login' ) ?></a>
</div>

</div>
<?

.

.

Greetings from Germany

Quote · 9 Mar 2009

Many thanks for that!

.

Well, the file is actually located in templates/tmpl_uni/scripts. And if you want to remove both functions completely, the join now and also the login text that appears on the upper right of the homepage, then just delete this entire div here, same file same section, as mentioned by ArturA. First rename the original file to something like old_functions.php just to be safe.

.

?>
<div class="topMemberBlock">

<div class="no_hello_actions">
<a href="<?= $site['url'] ?>join.php"><?= _t( '_Join Now Top' ) ?></a>
<a href="<?= $site['url'] ?>member.php" onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( '<?= $site['url'] ?>member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location )  );return false;"><?= _t( '_Member Login' ) ?></a>
</div>

</div>
<?

.

.

Greetings from Germany

There are none so blind as those that will not see.
Quote · 26 Mar 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.