I want one column for the action block...how?

does anyone know how to make one column for the action block? It would be great if you could help. Thank.

screenshot20100815at305.png

 

btw, how the hell can i remove the photo attachment.  Looks like there is no way i can remove it.

Quote · 15 Aug 2010

No clue?  :(

Quote · 16 Aug 2010

what action block ?  all of them or just the profiles ?

 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 16 Aug 2010

Just the profile action block.  is it possible?

Quote · 16 Aug 2010

i'm not sure what you mean all of them.  There is only one Actions block.. am i right?

Quote · 16 Aug 2010

Open /templates/base/members_actions_list.html and change this:

<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>

To this :

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

basicly i just removed the <td> tags from the code

 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 16 Aug 2010

I didn't think of it would be in members_actions_list.html.  You saved my time.  Thanks! I appreciate it! Laughing

Quote · 16 Aug 2010

Hi dolphin_jay,

I made the change, but now there's no vertical spacing between the buttons.  Is there anything I can add to prevent the buttons from sitting right on top of each other?

Thanks!

Quote · 28 Aug 2010

I am sure there is some css file around for it..

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 1 Sep 2010

This will work better. It maintains a proper html table structure and thus preserves the spacing between the buttons.

Open /templates/base/members_actions_list.html and change this:

<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>

To this :

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

https://www.deanbassett.com
Quote · 2 Sep 2010

Thanks Deano!  Worked perfect!

Quote · 2 Sep 2010

Although this may not be the exact same question, its the closest post on the forums to what I'm looking to do.

If i wanted the  top actions to be in a single row (events actions, group actions), not a column, but leave the profile actions the same, how would I segment one from the other and Lay the top ones out flat?

Work. Work.
Quote · 23 Sep 2011

I used this, and now my options throughout my site such as add albums, add photos etc (in the grey gradiant bar) are all vertical?

Quote · 27 Jan 2012

 

I used this, and now my options throughout my site such as add albums, add photos etc (in the grey gradiant bar) are all vertical?

 I have the same problem with all of the action blocks have changed to one colum and not just the profile action block, does anyone know how to make it possible so it's just the profile actions that are changed to one colum and all the other actions on other pages stay the same?

 

thanks

 

Charlie 

You Creature!!
Quote · 9 Jul 2012

How can i make 4 colums? So you get 4 items next to each other in 1 row...

Quote · 29 Jan 2013

I now have a mod in the market to do this. http://www.boonex.com/m/multi-column-action-block

https://www.deanbassett.com
Quote · 29 Jan 2013
 
 
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.