Skip to:
Content

BuddyPress.org

Ticket #2457: forum_meta_hooks.patch

File forum_meta_hooks.patch, 1.7 KB (added by francescolaffi, 16 years ago)
  • bp-themes/bp-default/groups/single/forum/topic.php

    # This patch file was generated by NetBeans IDE
    # Following Index: paths are relative to: /Users/Francesco/NetBeansProjects/bp-branch-1.2/1.2
    # This patch can be applied using context Tools: Patch action on respective folder.
    # It uses platform neutral UTF-8 encoding and \n newlines.
    # Above lines and this line are ignored by the patching process.
     
    2020                        <h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3>
    2121                        <a class="button" href="<?php bp_forum_permalink() ?>/">&larr; <?php _e( 'Group Forum', 'buddypress' ) ?></a> &nbsp; <a class="button" href="<?php bp_forum_directory_permalink() ?>/"><?php _e( 'Group Forum Directory', 'buddypress') ?></a>
    2222
     23                        <div class="admin-links">
    2324                        <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?>
    24                                 <div class="admin-links"><?php bp_the_topic_admin_links() ?></div>
     25                                        <?php bp_the_topic_admin_links() ?>
    2526                        <?php endif; ?>
     27                                <?php do_action( 'bp_group_forum_topic_meta' ) ?>
    2628                </div>
     29                </div>
    2730
    2831                <?php do_action( 'bp_before_group_forum_topic_posts' ) ?>
    2932
     
    4649                                                <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_post_is_mine() ) : ?>
    4750                                                        <?php bp_the_topic_post_admin_links() ?>
    4851                                                <?php endif; ?>
     52                                                <?php do_action( 'bp_group_forum_post_meta' ) ?>
    4953                                                <a href="#post-<?php bp_the_topic_post_id() ?>" title="<?php _e( 'Permanent link to this post', 'buddypress' ) ?>">#</a>
    5054                                        </div>
    5155                                </li>