| 
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
 | 
|  | 
| 
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.   | 
| 
  
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! | 
| 
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! | 
| 
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. | 
| 
  
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! | 
| 
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 | 
| 
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! | 
| 
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! | 
| 
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! | 
| 
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')); | 
| 
  
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! | 
| 
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! | 
| 
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. | 
| 
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! | 
| 
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 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  so much to do.... | 
| 
  
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! | 
| 
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. |