Skip to content

webfoundersnet/noautolinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

No Auto Links - phpBB Extension

A phpBB extension that disables automatic URL linking (magic_url) while preserving manual [url] BBCode functionality.

πŸ“ Description

This extension solves the common issue where phpBB automatically converts plain text URLs into clickable links. With this extension installed, URLs typed in posts will remain as plain text, but users can still create links using the [url] BBCode tag when they want to. What it does:

βœ… Disables automatic URL detection and linking βœ… Keeps [url] BBCode functionality intact βœ… Gives users control over when links are created βœ… Reduces unwanted automatic formatting

Perfect for:

Forums where you want to prevent accidental link creation Communities that prefer manual link control Boards where plain text URLs should stay as text Sites wanting cleaner post formatting

πŸš€ Installation

Method 1: Manual Installation

Download the extension files Upload the webfounders folder to your phpBB ext/ directory Navigate to your phpBB Admin Control Panel (ACP) Go to Customise β†’ Manage Extensions Find "No Auto Links" and click Enable

Method 2: Git Clone

cd /path/to/your/phpbb/ext/ git clone https://github.com/webfoundersnet/noautolinks.git webfounders/noautolinks

Then follow steps 3-5 from Method 1.

πŸ“ File Structure

ext/webfounders/noautolinks/ β”œβ”€β”€ composer.json β”œβ”€β”€ ext.php β”œβ”€β”€ config/ β”‚ └── services.yml └── event/ └── listener.php

βš™οΈ Requirements

phpBB: 3.2.0 or higher PHP: 7.1 or higher

πŸ”§ How It Works The extension uses phpBB's event system to intercept text processing before display and removes automatically generated links while preserving manually created BBCode links. Technical Details:

Listens to core.modify_text_for_display_before event Uses regex to remove auto-generated tags Leaves [url] BBCode processing untouched

πŸ› οΈ Configuration No configuration needed! The extension works immediately after installation. To disable: Go to ACP β†’ Customise β†’ Manage Extensions β†’ No Auto Links β†’ Disable

πŸ› Troubleshooting Extension not showing in Extensions Manager?

  • Check file permissions (644 for files, 755 for directories)
  • Ensure all files are uploaded correctly
  • Clear phpBB cache: ACP β†’ General β†’ Purge Cache
  • Verify the config/services.yml file exists

Still seeing auto-links?

Make sure the extension is enabled in ACP Clear browser cache Check if other extensions might be conflicting

🀝 Support

Issues: GitHub Issues Website: WebFounders.net Email: board@webfounders.net

πŸ“„ License This extension is licensed under the GPL-2.0 License.

🏒 About WebFounders

Visit WebFounders.net for more web development resources and phpBB extensions.

Made with ❀️ by WebFounders

About

Disable automatic links from PHPBB 3.3.x magic_url but keep [url] BBCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published