Title: WP2BB Additional Function(s)
Last modified: August 20, 2016

---

# WP2BB Additional Function(s)

 *  Resolved [makingtrails](https://wordpress.org/support/users/makingtrails/)
 * (@makingtrails)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/wp2bb-additional-functions/)
 * In the Topic message text for posts section there are a few shortcodes where 
   you can enter in the post text {$post}, the title {$title} and the url {$purl}.
   It is possible we can create new ones? As I am using featured images in my posts
   and would like them to be copied over to my phpBB forum aswell. The code is <?
   php the_post_thumbnail(); ?>, would be grateful if someone could tell me how 
   I can add it in
 * Thanks
 * J

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [makingtrails](https://wordpress.org/support/users/makingtrails/)
 * (@makingtrails)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/wp2bb-additional-functions/#post-2151995)
 * *bump*
 *  Thread Starter [makingtrails](https://wordpress.org/support/users/makingtrails/)
 * (@makingtrails)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/wp2bb-additional-functions/#post-2152047)
 * Figured out the solution for this. :
 * To enable the function $featuredimage
 * Add this to line 293 of wp2bb.php
 * `$featuredimage = get_the_post_thumbnail();`
 * And then add this to line 324
 * `$replacedtext = str_replace('{$featuredimage}', $featuredimage, $replacedtext);`
 * This would probably work for any other functions that you wish to import across
   to PHPBB also

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WP2BB Additional Function(s)’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp2bb.svg)
 * [Wp2BB](https://wordpress.org/plugins/wp2bb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp2bb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp2bb/)
 * [Active Topics](https://wordpress.org/support/plugin/wp2bb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp2bb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp2bb/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [makingtrails](https://wordpress.org/support/users/makingtrails/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/wp2bb-additional-functions/#post-2152047)
 * Status: resolved