How to upload an extension in a phpbb forum?

  1. Download the extension.
  2. Copy the contents of the downloaded archive folder to /public_html/ext/.
  3. If you have done it correctly, you will have the extension's composer.json file in ?public_html/ext/boardtools/upload/composer.json.
  4. Then go to admin control panel and go to Customise -> Extension Management -> Manage extensions -> Upload Extensions.
  5. Click Enable.
 
How to do step 2. How to access public_html/ext ? Do I need to login hosting for this?
 
access your cpanel or any other control panel whatever which you are using then open file manager
you can see your root folder like public_html or www
 
Let me walk you through steps on how to upload an extension in a phpBB forum you can follow through:

1. Download the Extension: Find a reliable source for phpBB extensions, such as the official phpBB website or trusted third-party providers.
Download the extension you want to install. It will usually be in a compressed format like ZIP or RAR. 2. Extract the Files: Use a file extraction program to unpack the contents of the downloaded extension file.
You'll typically find a folder containing the extension's files and a composer.json file. 3. Access Your Forum's File Manager:log in to your phpBB forum's administration panel.

Navigate to the "Customise" tab and then to the "Extensions" section. 4. Upload the Extension Files: click the "Upload Extensions" button.
Browse to the location where you extracted the extension files.
Select the folder containing the extension files and click the "Open" button. 5. Enable the Extension:
After the upload is complete, you'll see the extension listed in the "Available Extensions" table.
Click the "Enable" button next to the extension to activate it. 6. Configure the Extension (if necessary):
Some extensions may require additional configuration steps.
Follow the instructions provided with the extension or look for configuration options within the "Extensions" section of the administration panel. 7. Clear the Cache:

To ensure the changes take effect, clear your forum's cache.
This option is usually found under the "General" tab in the administration panel.
Also, always check that the extension is compatible with your phpBB version to avoid conflicts. Create a backup of your forum files and database before installing any extensions, just in case something goes wrong. Refer to the extension's documentation for specific installation instructions or troubleshooting tips.
Download extensions only from trusted sources to avoid potential security risks.
 
  1. Download the extension.
  2. Copy the contents of the downloaded archive folder to /public_html/ext/.
  3. If you have done it correctly, you will have the extension's composer.json file in ?public_html/ext/boardtools/upload/composer.json.
  4. Then go to admin control panel and go to Customise -> Extension Management -> Manage extensions -> Upload Extensions.
  5. Click Enable.
First of all thanks a lot for detailed reply.
I did till step 2 . But it does not show in extensions. Step 3 also I am not able to checkmate there is no folder named board tools inside ext.
 
Screenshot_39.png
 
what error showing ? are u upload sitemap extension folder inside /ext/ folder
like /ext/sitemap/
 
what error showing ? are u upload sitemap extension folder inside /ext/ folder
like /ext/sitemap/
Yes I am able to upload. But it is now showing on manage extensions even after this.

There is so much to learn for me.
 
try this one https://www.phpbb.com/customise/db/extension/seo_sitemap/
 
try this one https://www.phpbb.com/customise/db/extension/seo_sitemap/

Yes I am trying this one only. As you can see in description phpbb version 3.3.11 not mentioned on his page.
 
I was used phpbb in the year 2017 so, I do not have recent knowledge of phpbb
Solution is, if your site is new then downgrade your phpbb version with compatible sitemap extension or try different sitemap available on github, phpbb forum, also google. Or build manually xml sitemap
I don't have time otherwise I will find solution
 
I was used phpbb in the year 2017 so, I do not have recent knowledge of phpbb
Solution is, if your site is new then downgrade your phpbb version with compatible sitemap extension or try different sitemap available on github, phpbb forum, also google. Or build manually xml sitemap
I don't have time otherwise I will find solution
You already spent so much time in helping me. I really appreciate it a lot. BHW needs a lot of members like you. What do you feel about the potential or future of new forums?
 
Back
Top