Huge difficulty removing certain buttons

Dear Boonex Community,

 

I am very happy with the software but like every new users there is a learning curve to pass.

There are section such as "Store" "Sounds" "Groups". These have buttons on the top right , forexample groups has "Add Group"   "My Group" "Groups Home"

How can I:

a) Change the individual icon paths for those buttons

b) Remove "Groups home" "Sounds Home"  etcetera so that only My """" and add """" remains.


Thank you very much and please be so kind and help me with this.


Sincerely,


Rolf

Quote · 29 Jun 2012

This might help: http://www.boonex.com/m/actions-manager-premium

 

Quote · 29 Jun 2012

Is there a way to do this without actually buying a plugin for this? If I buy a module for every problem then I would quickly end up with a few hundred dollars.

If there is a manual way to delete a action or replace its icon through the database or .php file please let me know.

Thank you and Regards from Switzerland.

 

Quote · 29 Jun 2012

 

Dear Boonex Community,

 

I am very happy with the software but like every new users there is a learning curve to pass.

There are section such as "Store" "Sounds" "Groups". These have buttons on the top right , forexample groups has "Add Group"   "My Group" "Groups Home"

How can I:

a) Change the individual icon paths for those buttons

b) Remove "Groups home" "Sounds Home"  etcetera so that only My """" and add """" remains.


Thank you very much and please be so kind and help me with this.


Sincerely,


Rolf

 If your speaking of the top right buttons;

the music icon is here,

yoursite.com/modules/boonex/sounds/templates/base/images/icons/music_beam.png

looking at the line above, you should be able to find all your button icons in the respective images/icons folders for each module.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2012

As for changing the wording on the button..

Admin>Settings>Manage Languages

 

_bx_photos_albums_my
_bx_videos_albums_my
_bx_sounds_home
_bx_photos_albums_add
_bx_sounds_albums_add
_bx_videos_albums_add
_bx_videos_home
 
Recompile your language file and your done.
 
Michael
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2012

Problem with the icons is just when they share the same "png"

This is i think only the case in "store" where all share a shopping cart, although id like to give "add product" a different icon than "store home" or "my store". 

So the problem with the icons exists when they are shared by all 3 action blocks such as in the store module.

Quote · 29 Jun 2012

 

Problem with the icons is just when they share the same "png"

This is i think only the case in "store" where all share a shopping cart, although id like to give "add product" a different icon than "store home" or "my store". 

So the problem with the icons exists when they are shared by all 3 action blocks such as in the store module.

 yoursite.com/modules/boonex/ads/templates/base/images/icons/ads.png

language key is> _bx_ads_Ads_Home

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2012

First of all Michael thank you so much for your hints, I appreciate your help and time.

Dear Michael I understand the path of the images but in the store or shop modules the three action buttons have the same shopping cart icon: http://www.mysite.com/modules/boonex/store/templates/base/images/icons/store.png

Quote · 29 Jun 2012

If your want to change the file name of the image, or other functions. I think you should edit,

yoursite.com/boonex/ads/classes/BxAdsModule.php

look for line 1701

$GLOBALS['oTopMenu']->setCustomSubIconUrl($this->_oTemplate->getIconUrl('bx_ads.png'));

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2012

If your want to change the file name of the image, or other functions. I think you should edit,

yoursite.com/boonex/store/classes/BxStoreModule.php

look for line 303

   parent::_serviceGetMemberMenuItem (_t('_bx_store'), _t('_bx_store'), 'store.png');

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2012

There may be other changes to be made, hopefully  deano92964  or  Prashank25  will chime in today to help.

okweb, he is good with this too.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2012

Let us hope that they will jump in yes, that would be great.

 

Tux.png, Ads.png, Action_Fave.png

 

Those 3 images are in their 3 respective action blocks in  the "ad module" yet in the script you showed me and which I found in the .php file it says bx_ads.png. 

$GLOBALS['oTopMenu']->setCustomSubIconUrl($this->_oTemplate->getIconUrl('bx_ads.png'));

Quote · 29 Jun 2012

 

First of all Michael thank you so much for your hints, I appreciate your help and time.

Dear Michael I understand the path of the images but in the store or shop modules the three action buttons have the same shopping cart icon: http://www.mysite.com/modules/boonex/store/templates/base/images/icons/store.png

 This is for the store, your asking 

Those 3 images are in their 3 respective action blocks in  the "ad module" yet in the script you showed me and which I found in the .php file it says bx_ads.png. 

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2012

Where is tux.png?

When I want to change an icon with out edit of code, I replace the image and rename to the original system name.

I'm really confused now that you have tux.png and Action_Fave.png

if those are yours and you want to use rename them...

Be nice if you could compose a screenshot for all of us to see.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2012

this what I get in the store module       

function serviceGetMemberMenuItem () {
        parent::_serviceGetMemberMenuItem (_t('_bx_store'), _t('_bx_store'), 'store.png');
    }

 

Under BxStoreModule.php

Unusual because online it shows 3 images yet in the script I only get 1 image in all the modules that use those 3 action bars. Maybe this has to do with the database.

Quote · 29 Jun 2012

you are going from "ads" module to "store" module.

Which one are you trying to change?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2012

Sorry I think I really need to explain myself better.

I am trying to change the actual store module action buttons so that the 3 buttons "add_", "my_", and "_home" dont show the same icon which is store.png.

In the case of ads and groups module the buttons all use a different icon and dont share a single one like in store.


Quote · 29 Jun 2012

lol this was funny

go to your DB->sys_objects_actions

look for the buttons this way

if its events module search for "bx_events_title"

every name with "_title" in it represent that it will be on the top right corner of the page others are for action block.

Its that simple Laughing

so much to do....
Quote · 29 Jun 2012

 

Sorry I think I really need to explain myself better.

I am trying to change the actual store module action buttons so that the 3 buttons "add_", "my_", and "_home" dont show the same icon which is store.png.

In the case of ads and groups module the buttons all use a different icon and dont share a single one like in store.


 LOL, finally I get it!

One thing is I don't use the store module..sorry

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2012

Im really sorry, I just didnt know how to explain this :(

Alright I will try this out. Hey, by the way you people are really nice and helpful.

Quote · 29 Jun 2012
 
 
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.