Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #5364, comment 2


Ignore:
Timestamp:
02/01/2014 09:21:56 AM (11 years ago)
Author:
hnla
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5364, comment 2

    v1 v2  
    1 Patched as well and it seems fine - however in checking it highlighted a few issues in missing icons for the toggle and for the sortable cursor in the activity single edit screens, looking further noticed that the requisite elements and classes were missing e.g {{{<div class="handlediv" title="click to toggle"><br /></div>}}} & the ui-sortable classes checked the admin file and realised that the aproach to mixing do_metabox & hardcoded meta box markup is fundamentally flawed so started trying to re-factor things so hardcoded markup was functioned and added to the register_metaboxes, got stuck on trying to get $activity->content pulling in to the wp_editor and then was called to other duities.
    2 
    3 Members admin screens also lack the icons so suspect same issues exists for all these admin screens and a could do with a general overhaul.
    4 
    5 Not the first time I've have enjoyed messing around with metabox markup  - born in the fires of hell! :(
     1Patched as well and it seems fine.