[Bb-trac] Re: [bbPress] #1133: misc. bbpress.org issues after 1.0 upgrade

bbPress bb-trac at lists.bbpress.org
Sun Jul 5 09:59:34 GMT 2009


#1133: misc. bbpress.org issues after 1.0 upgrade
---------------------------------+------------------------------------------
 Reporter:  _ck_                 |        Owner:     
     Type:  defect               |       Status:  new
 Priority:  normal               |    Milestone:     
Component:  bbpress.org website  |      Version:  1.0
 Severity:  normal               |   Resolution:     
 Keywords:                       |  
---------------------------------+------------------------------------------
Comment (by timskii):

 From memory, _ck_, "delete" and "undelete" is due to CSS styles now being
 used to determine the visibility of those links. If you are upgrading from
 an old theme, the relevant styling is probably missing. Add something
 like:
 {{{
 #thread .undelete-post,
 #thread .delete-post,
 #thread .post-undelete-link,
 #thread .deleted .post-delete-link,
 #thread .deleted .before-post-delete-link,
 #thread .before-post-undelete-link
 {
 display: none;
 }
 }}}

-- 
Ticket URL: <http://trac.bbpress.org/ticket/1133#comment:1>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list