Banner for Phpbb Recent Topics
This plugin grabs your recent phpBB forum topics for you to display in wordpress. Wordpress Tutorial
Noted That:
  • To install correctly this phpbb-recent-topics.zip .
  • Fisrt Download the phpbb-recent-topics.zip to your computer
  • Extract/Open phpbb-recent-topics.zip to Your Computer.
  • Then, Find readme.txt file inside phpbb-recent-topics.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " phpbb-recent-topics.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Phpbb Recent Topics

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Phpbb Recent Topics

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Phpbb Recent Topics

Step-5 : Now, Browse " phpbb-recent-topics.zip " Downloaded plugin from your computer, Where you downloaded " phpbb-recent-topics.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Phpbb Recent Topics

Step-6 : Now, Click on " Active Plugin "

Activate Phpbb Recent Topics

Step-7 : Then, See left Side Menu. " Phpbb Recent Topics " folder is added on left Side Menu. Now, Click on " Phpbb Recent Topics " folder.

Noted that: If you do not see " Phpbb Recent Topics " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Phpbb Recent Topics Configurations and Settings or How to work " Phpbb Recent Topics " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " phpbb_recent_topics " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is phpbb_recent_topics
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Setup your Database Connection, see Other Notes

  2. unzip phpbb_recent_topics.zip in your /wp-content/plugins/ directory. (You’ll have a new directory, with this plugin in /wp-content/plugins/phpbb_recent_topics )

  3. Activate the plugin through the ‘Plugins’ menu in WordPress

  4. Configure the plugin, you need to tell wordpress about phpbb, this is done in the wordpress menu ‘Settings’ -> ‘phpBB Recent Topics’

    The following Settings are required:

    
    * The name of your phpBB database (e.g phpbb)
    * The name of the table where topics are held (the default is phpbb_topics )
    * The full url of your forum for links (e.g. http://www.mydomain.com/forum)
    * The number of topics to show. (If left blank you get 5)
    * The Date Formatting, i.e. "d/M/y - g:i a" similar to the WordPress "General Settings"
    
  5. Hit ‘Update Options”

  6. To output the list of topics in a page or post…

    
    * create a new page/post, type `{phpbb_recent_topics}` , hit 'Publish' or 'Create new page'
    

    To output the list of topics in your theme sidebar using the widget…
    * click “design” in the dashboard
    * click “widgets”
    * next to phpBB Recent Topics click “add”
    * click “save changes”
    To output the list of topics in your theme sidebar…

    
    * edit sidebar.php and inside `

Name