how do I remove the large account button that sits on the sub menu bar.
that one? because it kinds suks and I don't really need it.
how do I remove the large account button that sits on the sub menu bar. that one? because it kinds suks and I don't really need it. |
There are a couple of modules in the market that will let you delete that button; search for actions managers. The other way is to edit the database directly. Geeks, making the world a better place |
I was looking at the database for it, am I right in looking in sys_menu ? I can't find submenu? I want to remove the profile button too in account view. |
gawd i've been at this for hours, i can't find that button in the database, are you sure it isn't a button stuck on a html somewhere? |
The answer is here on the forums if you don't want to buy the modules from the market. Keep searching the forums or try using an off-site search engine. This has already been answered a few times. Geeks, making the world a better place |
the only thread i can find that anwsers this subject is this http://www.boonex.com/forums/topic/Remove-My-Profile-Button.htm where it says to change the editable bit on my profile / my account button to 1 from 0. However that button isn't actually there in the database. maybe things have changed since this last topic was answered. |
<button class="bx-btn bx-btn-img" onclick="window.open ('http://mysite/member.php','_self');"> <i class="sys-icon dashboard"></i>My Account </button> I can see this in inspect element, if i put that code into a html block it makes that button, so are you sure the button is still in database and not in a script somewhere? |
<button class="bx-btn bx-btn-img" onclick="window.open ('http://mysite/member.php','_self');"> <i class="sys-icon dashboard"></i>My Account </button> I can see this in inspect element, if i put that code into a html block it makes that button, so are you sure the button is still in database and not in a script somewhere? One thing you can do to help find things in Dolphin is to use a programme that will let you search files for text. Geeks, making the world a better place |
action_link_submenu_symbol.html I change the name of this file to make it inactive and the offending button disappeared. I can reactive the file easily but I am wondering what else the file controls? |
button.bx-btn, button.bx-btn-img (display: none !important;} -- no need to find source.... |
thankyou that works well |
RE: button.bx-btn, button.bx-btn-img (display: none !important;} -- no need to find source.... That's really bad advice. That css is going to hide every single actions button in every module site-wide. Some other buttons that will go missing are 'Add Post', 'My Blog', 'Add Event', 'My Events', 'Upload', 'My Albums'.... etc. The list is too long for me to spend the effort listing them all. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Sometimes they rather take bad advice over good advice. I think those modules I mentioned sell for around $20.00 and make it very easy to work with actions. Geeks, making the world a better place |
yeah i found it removed all the other buttons too and removed the code. "Sometimes they rather take bad advice over good advice. I think those modules I mentioned sell for around $20.00 and make it very easy to work with actions". I have bought countless modules and its costing a small fortune, i really want to just remove the offending button myself. can someone just tell me how to do it without all the figure it out yourself, if i could figure it out i would have removed it all ready. I understand you want to sell modules and telling me how to do things takes away my need to pay yet more money, but trust me I have bought my fair share. |
I understand you want to sell modules
I don't want to sell modules; they are not my modules. If you don't mind doing the database edits then that will work as well. The module just makes it easier. It took me less than a minute; maybe 30 seconds, to remove the account button using the module. Geeks, making the world a better place |
To remove that button, run this SQL in phpMyAdmin. https://www.deanbassett.com |
yay! thanks, its gone at last :) |
Whatever. Geeks, making the world a better place |