How do you add the profile action menu in 1 column

How do you add the profile action menu in 1 column?

Quote · 30 Nov 2010

templates/base/member_actions_list.html

You should copy that base file into your /templates/tmpl_... folder and then edit it the way you like.

 

Quote · 30 Nov 2010

This will make it in 1 colomn but be aware that it will also make all the website action menu in 1 column

<div class="actionsСontainer">
<div class="actionsBlock">
__responce_block__
<table width="100%" cellspacing="0" cellpadding="3px">
<tbody>

<bx_repeat:actions>
<tr>
<td width="100%">
__action_link__
</td>
</tr>

</bx_repeat:actions>
</tbody>   
</table>

</div>
</div>

Quote · 30 Nov 2010
 
 
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.