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
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
|
As some one a solution |
Hello open the sys_object_actions table via your phpmyadmin and delete all rows where
clear all caches PS: If possible do not write me personally, please try to ask on the forum first |
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? |
some one ahve a idee to change the possition of action bars |
Can you confirm that this solution has created the layout you have in these screen shots. I'm also interested in this issue. |
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... |
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... |
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. Give me something to believe in... |
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+++ ???????????? ;) |
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">
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... |
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? |