3.1.x Extensions Database 3.1 / 3.2Badge Extension

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
Post Reply Previous topicNext topic
User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Badge Extension

Post by dmzx »

Extension Name: Badge Extension
Author:dmzx

Special thanks to: martin

Extension Description:
This extension will add a badge bbCode selection box in posting template.
Can also make a Custom badge use SUBJECT-STATUS-COLOR within the [badge][/badge] tags and adjust to whatever you want.
Let me know if you need some default selections so I can add them to the extension.

dmzx/Badge-Extension


Add class


Change code for symbols

Screenshot:
Image

Extension Download:
Download-link
Badge Extenssion v.1.0.2
Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `badge`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. Copy the `badge` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at (your forum root)/ext/dmzx/badge/composer.json
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Badge Extension` under the Disabled Extensions list, and click its `Enable` link.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Badge Extension

Post by dmzx »

First post updated

User avatar

HeinrichP
Users
Users
Posts: 12
Joined: 13 Oct 2015, 19:09
    Windows 7 Chrome

Re: Badge Extension

Post by HeinrichP »

Nice, thanks very much :tumbsyes:

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Badge Extension

Post by dmzx »

First post updated

User avatar

Jaantje
Users
Users
Posts: 356
Joined: 02 Nov 2014, 21:25
    Windows 10 Chrome

Re: Badge Extension

Post by Jaantje »

Thanx U very Much :tumbsyes: dmzx
Grreeetttttzzzzz, Jaantje

User avatar

Musiker15
Users
Users
Posts: 29
Joined: 07 Oct 2016, 16:10
    Windows 10 Chrome

Re: Badge Extension

Post by Musiker15 »

Extension Description:
This extension will add a badge bbCode selection box in posting template.
Can also make a Custom badge use SUBJECT-STATUS-COLOR within the [badge][/badge] tags and adjust to whatever you want.
Let me know if you need some default selections so I can add them to the extension.

Screenshot:
Image

Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `badge`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. Copy the `badge` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at (your forum root)/ext/dmzx/badge/composer.json
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Badge Extension` under the Disabled Extensions list, and click its `Enable` link.
My Problem:
The badge bbCode selection box dont shown to me in the posting template.
I only can do create a custom badge with [badge][/badge].
In the ACP nothing to click about badge.

Screenshot:
Image

Do you have an idea who I can fix that? I have
I'm from Germany so my English is not the best...
________________________________________________________________
Image

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Badge Extension

Post by dmzx »

This is because the Advanced BBCode Box 3.1 is installed.

Rename the posting_editor_buttons_custom_tags_before.html to vse_abbc3_posting_editor_buttons_custom_tags_before.html

And clear cache.

User avatar

Musiker15
Users
Users
Posts: 29
Joined: 07 Oct 2016, 16:10
    Windows 10 Chrome

Re: Badge Extension

Post by Musiker15 »

Were I do that? In which Folder?

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Badge Extension

Post by dmzx »

Musiker15 wrote: 19 Oct 2016, 18:45 Were I do that? In which Folder?
\ext\dmzx\badge\styles\all\template\event\posting_editor_buttons_custom_tags_before.html

User avatar

Musiker15
Users
Users
Posts: 29
Joined: 07 Oct 2016, 16:10
    Windows 10 Chrome

Re: Badge Extension

Post by Musiker15 »

Sorry that I ask again but where I clear cache?

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Badge Extension

Post by dmzx »

Musiker15 wrote: 19 Oct 2016, 18:51 sorry that I ask again but where I clear cache?
NP :wink:
In ACP see image:

Image

User avatar

max-ima
Users
Users
Posts: 139
Joined: 25 Mar 2022, 07:11
    Windows 10 Firefox

Re: Badge Extension

Post by max-ima »

Tested on 3.3.7 and works. Thanks.
(Only - Version 1.0.0 - doesn't work well for me([ badge]Current version[ /badge]). The rest works nicely.

User avatar

Hamidouki-dz
Users
Users
Posts: 163
Joined: 01 Sep 2018, 11:26
    Windows 7 Chrome

Re: Badge Extension

Post by Hamidouki-dz »

How to add others version ?

Code: Select all

'VERSION'					=> 'version-1.0.0-FE7D37',
		'VERSION_TITLE'				=> 'Version 1.0.0',
		'VERSION_101'				=> 'version-1.0.1-FE7D37',
		
		'VERSION_107'				=> 'version-1.0.7-FE7D37',
		'VERSION_107_TITLE'			=> 'Version 1.0.7',

User avatar

Hamidouki-dz
Users
Users
Posts: 163
Joined: 01 Sep 2018, 11:26
    Android Chrome

Re: Badge Extension

Post by Hamidouki-dz »

Hamidouki-dz wrote: 25 Dec 2022, 01:15 how to add others version ?

Code: Select all

'VERSION'					=> 'version-1.0.0-FE7D37',
		'VERSION_TITLE'				=> 'Version 1.0.0',
		'VERSION_101'				=> 'version-1.0.1-FE7D37',
		
		'VERSION_107'				=> 'version-1.0.7-FE7D37',
		'VERSION_107_TITLE'			=> 'Version 1.0.7',
Can you help me for add others version !!

User avatar

ssl
Donator
Donator
Posts: 137
Joined: 19 Aug 2020, 12:54
    Mac OS X Opera

Re: Badge Extension

Post by ssl »

Open ./ext/dmzx/badge/styles/all/template/badge.html add:

Code: Select all

		<option value="{L_VERSION_107}">{L_VERSION_107_TITLE}</option>
open ./ext/dmzx/badge/language/en add:

Code: Select all

		'VERSION_107'				=> 'version-1.0.7-FE7D37',
		'VERSION_107_TITLE'			=> 'Version 1.0.7',	
Capture d’écran 2023-01-05 à 07.46.27.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
phpBB: 3.3.14 | PHP: 8.3
[Some French translation of extensions]

Post Reply Previous topicNext topic