Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3271, comment 17


Ignore:
Timestamp:
06/11/2011 03:37:04 PM (13 years ago)
Author:
hnla
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3271, comment 17

    initial v1  
    77               
    88                <ul id="admins-list" class="item-list">
    9 
    10 This gives me a token I can style on to remove the border-bottom, perhaps for bp-default this ought to be used but run on the ul (difficult as it's outside the while loop) and changed to read 'single-line'  to try and preserve whatever may be expected by themes?
    119                       
    1210                        <?php while ( bp_members() ) : bp_the_member(); ?>
     
    1412                        <li <?php if($i === $count_admins): ?>class="list-last" <?php endif; ?>>
    1513}}}
     14
     15This gives me a token I can style on to remove the border-bottom, perhaps for bp-default this ought to be used but run on the ul (difficult as it's outside the while loop) and changed to read 'single-line'  to try and preserve whatever may be expected by themes?