1 (edited by Mister-WP 2017-09-03 20:38)

Topic: My first free plugin : embed punBB recent posts to WordPress website

Hello,

I just update a very old punBB WordPress plugin (9 years old) and released it to the free wordpress.org repository :
-wordpress.org/plugins/recent-fluxbb-topics/

I designed for FluxBB, but I'm pretty sure it works without any trouble with punBB of course ;-)

This plugin grabs your recent topics for you and display in WordPress using widgets or shortcodes.

I'm not used to follow your forum, so, for any issue, please, contact me at -https://www.mister-wp.com.

If this plugin is useful for you and you need some updates, I will be happy to improve it in the futur, just send me a request :-)

Contact: Mr WP

Re: My first free plugin : embed punBB recent posts to WordPress website

Hello, it works with the latest version of wordpress ?

3 (edited by Mister-WP 2017-09-05 11:00)

Re: My first free plugin : embed punBB recent posts to WordPress website

As you can read on the WordPress repository, yes ! :-)

Requires WordPress Version: 4.7
Tested up to: 4.8.1

Just a doubt about the compatibility between WP and punBB because I use FluxBB... Can you test and confirm if it works for you ?

Currently, WordPress and your BB forum must be on the same server and share the same password for the database.

Contact: Mr WP

Re: My first free plugin : embed punBB recent posts to WordPress website

Few improvements :

0.3
allow users to hide the time

0.2
fix a bug about shortcode limit conflict with widget
fix missing translated month display
adding time adjustment (you can now add or subtract few hours)
adding URL suffix support, for Reverse Messages Order users

Contact: Mr WP

Re: My first free plugin : embed punBB recent posts to WordPress website

Hm... As far I know the fluxbb plugins are not compatible with punbb. In fact they are very different. And since punbb 1.3 introduced new extensions system the differences are even greater.

If you want to contact me quickly - send e-mail, not PM.
<?php $t='<?php $t=%c%s%c; printf($t,39,$t,39,10);%c'; printf($t,39,$t,39,10);

Re: My first free plugin : embed punBB recent posts to WordPress website

Basically, my plugin just do this SQL request :

SELECT * FROM $FLUXBB_RT_TOPIC_TABLE ORDER BY $FLUXBB_RT_TOPIC_TABLE.`posted` DESC LIMIT 0 , $FLUXBB_RT_LIMIT
Contact: Mr WP

Re: My first free plugin : embed punBB recent posts to WordPress website

https://s26.postimg.org/bns96ujt5/Capture_d_e_cran_2017-09-15_a_17.44.28.png

Contact: Mr WP