navigation menu change more.png icon to text

Top Navigation menu more.png icon I want to remove the icon and have as text more

I also require to have no second row members menu  eg. but still sub menu items  show in top navigation menu

 

Any help would be appreciated.

 

Jennifer


Jennifer Bogan .. Acc. Dip. Psychology - EMAIL: jennifer.bogan@gmail.com
Quote · 7 Mar 2011

1. Open the templates/base/scripts/BxBaseMenu

2. Find these code lines:

$this->sCode .= <<<EOF
<td class="top" style="width:38px;">
<a href="javascript: void(0);" onclick="void(0);" class="top_link">
<span class="down"><img src="{$sMoreMainIcon}"/></span>
<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table id="mmm"><tr><td><![endif]-->
<div style="position:relative;display:block;">
<ul class="sub">
EOF;

 

and replace this code line there :

<img src="{$sMoreMainIcon}"/>

with :

More....

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 7 Mar 2011

Hello Sasha,

I have a custom template and it didn't work for me. I cut done the text in red and wrote "more" instead and it didn't work. What did I do wrong?

$this->sCode .= <<<EOF
<td class="top" style="width:38px;">
    <a href="javascript: void(0);" onclick="void(0);" class="top_link">
        <span class="down">
            <img src="{$sMoreMainIcon}" style="vertical-align:middle;width:16px;height:16px;" />&nbsp;
        </span>

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 23 Jul 2011

 

Hello Sasha,

I have a custom template and it didn't work for me. I cut done the text in red and wrote "more" instead and it didn't work. What did I do wrong?

$this->sCode .= <<<EOF
<td class="top" style="width:38px;">
    <a href="javascript: void(0);" onclick="void(0);" class="top_link">
        <span class="down">
            <img src="{$sMoreMainIcon}" style="vertical-align:middle;width:16px;height:16px;" />&nbsp;
        </span>

In your case you will need to look in your custom templates scripts folder for BxTemplMenu.php and see if the code is there. Some templates provide their own menu code. You may have to contact the author of the template. You have a complex template where the menu design is not dolphin standard. So it most likley has custom code that will not match any examples we provide.


https://www.deanbassett.com
Quote · 23 Jul 2011

I'm starting to think of getting a different template.

Thanks Deano.

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 23 Jul 2011
 
 
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.