Image with Text BBCode Extension
Overview
This extension adds a custom BBCode for inserting images with descriptions in posts. The description can be either custom text or automatically populated with the topic title. Uses semantic HTML5 and `` elements for better accessibility and SEO.
Features
- Adds [imgtext] BBCode for inserting images with descriptions
- Uses semantic HTML5 elements (`<figure>` and `<figcaption>`)
- Allows custom description for each image through a user-friendly dialog
- Automatically uses topic title as image description if no custom text is provided
- Configurable button position (before or after message area)
- Group-based permissions for using the BBCode
- Clean and modern dialog interface
- Responsive image sizing
- Compatible with other phpBB extensions
Administration Features
- ACP module for managing extension settings
- Configure which user groups can use the BBCode
- Choose button position (before or after message area)
- Easy-to-use settings interface
Usage
1. Click the "Image with description" button in the post editor
2. In the dialog that appears:
- Enter the URL of the image
- Optionally enter a custom description
- If no description is entered, the topic title will be used automatically
3. Click OK to insert the BBCode
4. The image will be displayed with the description centered below it
BBCode Format
``````
Installation
1. Copy the extension to `phpBB/ext/roma30/imagewithtext`
2. Go to "ACP" > "Customization" > "Extensions"
3. Enable the "Image with Text BBCode" extension
4. Configure the extension settings in ACP
Requirements
- phpBB 3.3.0 or higher
- PHP 7.1.3 or higher
Version History
- 1.0.2 - Added ACP settings, group permissions, and configurable button position
- 1.0.1 - Added semantic HTML5 elements, improved dialog interface, and better styling
- 1.0.0 - Initial release
Author
romaamor ( bolt.new )
Download - https://www.phpbbguru.net/community/vie ... hp?t=52126
Overview
This extension adds a custom BBCode for inserting images with descriptions in posts. The description can be either custom text or automatically populated with the topic title. Uses semantic HTML5
Code:
`<figure>`
Code:
<figcaption>
Features
- Adds [imgtext] BBCode for inserting images with descriptions
- Uses semantic HTML5 elements (`<figure>` and `<figcaption>`)
- Allows custom description for each image through a user-friendly dialog
- Automatically uses topic title as image description if no custom text is provided
- Configurable button position (before or after message area)
- Group-based permissions for using the BBCode
- Clean and modern dialog interface
- Responsive image sizing
- Compatible with other phpBB extensions
Administration Features
- ACP module for managing extension settings
- Configure which user groups can use the BBCode
- Choose button position (before or after message area)
- Easy-to-use settings interface
Usage
1. Click the "Image with description" button in the post editor
2. In the dialog that appears:
- Enter the URL of the image
- Optionally enter a custom description
- If no description is entered, the topic title will be used automatically
3. Click OK to insert the BBCode
4. The image will be displayed with the description centered below it
BBCode Format
```
Code:
[imgtext=URL]Description or {TOPIC_TITLE}[/imgtext]
Installation
1. Copy the extension to `phpBB/ext/roma30/imagewithtext`
2. Go to "ACP" > "Customization" > "Extensions"
3. Enable the "Image with Text BBCode" extension
4. Configure the extension settings in ACP
Requirements
- phpBB 3.3.0 or higher
- PHP 7.1.3 or higher
Version History
- 1.0.2 - Added ACP settings, group permissions, and configurable button position
- 1.0.1 - Added semantic HTML5 elements, improved dialog interface, and better styling
- 1.0.0 - Initial release
Author
romaamor ( bolt.new )
Download - https://www.phpbbguru.net/community/vie ... hp?t=52126
Statistics: Posted by RomaamoR — Sun May 04, 2025 5:54 pm