Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: new plugin: BuddyPress Rate Forum Posts


Dwenaus
Participant

@dwenaus

@stwc that is a good idea putting the user karma in the profile. I’ll add that soon. buddypress- is the final name, erase the other one :)

@Modemlooper good eye, that is true. I’ve added a trac request for BP 1.2.2 to add a action hook so I can add that missing TH tag. i forgot to mention that in the installation. to solve that go to /bp-themes/bp-default/forums/forums-loop.php and after line 32 line which is ‘<th id=”th-freshness”><?php _e( ‘Freshness’, ‘buddypress’ ) ?></th>’ you should add this

<?php do_action( 'bp_directory_forums_extra_cell_head' ) ?>

then the plugin will correctly put in the th tag.

Skip to toolbar