Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2295 closed enhancement (wontfix)

remove convert_smilies filter from forum topic_title?

Reported by: nuprn1's profile nuprn1 Owned by:
Milestone: 1.2.4 Priority: minor
Severity: Version:
Component: Forums Keywords: dev-feedback
Cc:

Description

possible to remove the convert_smilies filter from the forum topic title?

add_filter( 'bp_get_the_topic_title', 'convert_smilies' );

looks a little odd when titles are converted

Change History (3)

#1 @cnorris23
14 years ago

you can always use

remove_filter( 'bp_get_the_topic_title', 'convert_smilies' );

you may have to play with the priority though.

#2 @DJPaul
14 years ago

  • Keywords dev-feedback added

Leaving for a core dev to decide if removing this from core would be an improvement, or not. As cnorris23's said, it's straightforward enough to remove on your own site.

#3 @johnjamesjacoby
14 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

Opting to leave this in for now, since there's an easy method to remove it if you so choose.

Note: See TracTickets for help on using tickets.