menu_user_actions

is't possible to change the menu_user_actions

Add album - My albums

Videos homen

by - (to be horizontal)

Videos homen - Add album - My albums -  ........

Thanks

 

Quote · 7 Jan 2011
As some one a solution
Quote · 10 Jan 2011

Hello open the sys_object_actions table via your phpmyadmin

and delete all rows where `Type` field = 'bx_sounds_title'

 

clear all caches

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

This  will work   with evry  menu_user_actions button to  change  the blok  

 

to one line  and  not  two line

 

Or  your anwer   is  from my PM an you?

Quote · 10 Jan 2011

some  one  ahve  a idee to change the  possition  of action barsaction bar

Quote · 28 Jan 2011

Can you confirm that this solution has created the layout you have in these screen shots.  I'm also interested in this issue.

Quote · 28 Jan 2011

I need to set the links side by side like this. But I cant seem to find find the code. Where can I find it?

Give me something to believe in...
Quote · 30 Jan 2011

So it looks like this is controlled from the  member_actions_list.html. But it also controls the action block links on the side of the page. What am I missing? Is there another file or files that control the top actions layout?

Give me something to believe in...
Quote · 30 Jan 2011

I don't know, I'm stumped with this one.....It looks as though this can not be done without a lot of work to the base code. It seems both the top actions and side actions are tied to gether.

The code for this in /templates/base/member_actions_list.html
and
/templates/base/scripts/BxBaseFunctions.php starting @ line 376     function genObjectsActions

Give me something to believe in...
Quote · 31 Jan 2011

I found  the possition   in top_menu.css

.subMenuOvr .menu_user_actions {

 

But i can't found  the changement  from

+++1 action+++    +++2 action+++

+++3 action+++

to

+++1 action+++    +++2 action+++  +++3 action+++

???????????? ;)

Quote · 8 Feb 2011

If you look in the  /templates/base/member_actions_list.html you will see __open_tag__ and __close_tag__ . If you remove these you will achieve the look you are after. The problem is it also affects the side actions. This is what I meant when I said they are tied together.

 

 

<div class="actionsСontainer">
<div class="actionsBlock">
<table width="100%" cellspacing="0" cellpadding="3px">
<tbody>
<bx_repeat:actions>
__open_tag__
<td width="50%">
__action_link__
</td>
__close_tag__
</bx_repeat:actions>
</tbody>   
</table>
__responce_block__
</div>
</div>

 

 

 

The __open_tag__ and __close_tag__ are variables called from line 438 and 442 in the /templates/base/scripts/BxBaseFunctions.php file.

Give me something to believe in...
Quote · 8 Feb 2011

If  i understand  i can't  change it  without change the other other menu  block ?

Is it   possible to separet  both like this:

menu_user_actions1 (small with 3 bottom)

menu_user_actions2 (with all Bottom )

and  inser a the fonction  in the php script?


Quote · 8 Feb 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.