Hello !
Actions menu and site stats:
Does anybody know what file contains the information for what is displayed in this menu? I want to take out some of the options.
Thanks for your time - in advance.
Hello !
Actions menu and site stats: Does anybody know what file contains the information for what is displayed in this menu? I want to take out some of the options.
Thanks for your time - in advance. |
The actions menu will be in the file templates/tmpl_xxx/scripts/BxBaseProfileView.php and the stat may be in inc/design.inc.php ---- |
I cant seem to find what to edit anyone know? I basically want to delete the "get email" link in actions menu also for CSS i want to make the text for all of the items in the actions menu smaller, i've tried editing the CSS sheets that have to do with it so far like the font size and nothing happens;/ i have dolphin 6.1.2 |
In that file find and remove if ( !$this -> oTemplConfig -> bAnonymousMode ) Regards, Praveen ---- |
Something more cusomizable http://www.expertzzz.com/Downloadz/view/5244
|
step 1 - templates/base/scripts/BxBaseProfilesView.php - find (around line 435) if(isMember()) { top section is what members see, bottom is what non members see if you want to hide a btton, then add '' in place of the _t('_Whatever') if you want to add a line then copy one of the already existing buttons and just change the name, again, remember top section and bottom section should be identical except for after the =. Step 2 - Repeat step one one the short_profile_info.php page and BxBaseMailBox.php (this page only has one section for members only) - check the variable though cause they are different on each page. Step 3 - Make sure to add a language key for each new button you create. caredesign.net |
RE: step 1 - templates/base/scripts/BxBaseProfilesView.php - find (around line 435)
First of all, the last post in this topic was FOUR years ago. Secondly, it was posted in the Dolphin 6 forum My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
sorry - i didnt pay attention to the date and which forum. I was looking for the answer to the same question the other day, and when i got it figured out and saw that there was no answer here, i posted it for reference. sorry if this has upset anyone. caredesign.net |