3.2.x Extensions Database 3.2 / 3.3Username BBCode 3.2.x

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Windows 10 Firefox

Re: Username BBCode 3.2.x

Post by tamarin »

Sniper_E wrote: 26 Oct 2019, 00:35 This bbcode enters your username, tamarin with your group color and profile link. This is a test.
Sniper_E, thank you for your answer.
But I mean that: s. attachment.
0101.jpg
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Linux Chrome

Re: Username BBCode 3.2.x

Post by Sniper_E »

I do not understand what the problem is that you are reporting.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Android Chrome

Re: Username BBCode 3.2.x

Post by tamarin »

Sniper_E wrote: 26 Oct 2019, 04:02 I do not understand what the problem is that you are reporting.
- This cannot be clicked.

User avatar

ivailo95
Users
Users
Posts: 918
Joined: 02 Feb 2018, 12:04
    Windows 7 Firefox

Re: Username BBCode 3.2.x

Post by ivailo95 »

Feed like a disease
And bring them to their knees
They'll pay for their deceit

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Android Chrome

Re: Username BBCode 3.2.x

Post by tamarin »

Sniper_E wrote: 26 Oct 2019, 04:02 I do not understand what the problem is that you are reporting.

- Just as on the Screenshot, it can not be clicked.

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Username BBCode 3.2.x

Post by Sniper_E »

:rolling: Your screenshot can not show that it can not be clicked. :guns:

I'll install ABBC3 Buttons and this extension and see if I get the same results. BRB

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Android Chrome

Re: Username BBCode 3.2.x

Post by tamarin »

Sniper_E wrote: 27 Oct 2019, 03:37 :rolling: Your screenshot can not show that it can not be clicked. :guns:

I'll install ABBC3 Buttons and this extension and see if I get the same results. BRB
- Ok.

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Windows 10 Firefox

Re: Username BBCode 3.2.x

Post by tamarin »

Sniper_E,
Funny, I realized that in some topics clicking the users works, and in other topics - not.
Why so?

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Username BBCode 3.2.x

Post by Sniper_E »

This ext must be made for posting page only. It will not work on index with chat. All tho... I have seen it in chat before.
This ext would have to be modified to work everywhere. Let me see if there is someone in the back that can help you.

User avatar

vlad
Users
Users
Posts: 3
Joined: 06 Jun 2019, 19:41
    Windows 10 Chrome

Re: Username BBCode 3.2.x

Post by vlad »

Hi! Very good idea, but unfortunately doesn't work on my site too (creating/answering topic):
username bbcode.png
phpBB 3.2.5
extension Advanced BBCode Box
style Proflat
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

ivailo95
Users
Users
Posts: 918
Joined: 02 Feb 2018, 12:04
    Windows 7 Firefox

Re: Username BBCode 3.2.x

Post by ivailo95 »

vlad wrote: 02 Nov 2019, 17:44 hi! Very good idea, but unfortunately doesn't work on my site too (creating/answering topic):

username bbcode.png

phpBB 3.2.5
extension Advanced BBCode Box
style Proflat
Try to remove ext "Advanced BBCode Box"

User avatar

vlad
Users
Users
Posts: 3
Joined: 06 Jun 2019, 19:41
    Windows 10 Chrome

Re: Username BBCode 3.2.x

Post by vlad »

ivailo95 wrote: 03 Nov 2019, 07:41
vlad wrote: 02 Nov 2019, 17:44 hi! Very good idea, but unfortunately doesn't work on my site too (creating/answering topic):

username bbcode.png

phpBB 3.2.5
extension Advanced BBCode Box
style Proflat
Try to remove ext "Advanced BBCode Box"
yes, without "Advanced BBCode Box" ext "Username BBCode 3.2.x" works. And is it possible to combine these two extensions together? It would be great

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Windows 10 Opera

Re: Username BBCode 3.2.x

Post by tamarin »

Sniper_E wrote: 26 Oct 2019, 04:02 I do not understand what the problem is that you are reporting.
Sniper_E, I have checked everything again and have found that:
When I open a new topic or click on answers in a topic, this extension works.
But if I want to reply about this extension QuickReply Reloaded, so I can't click on your extension.
I hope now that I have described the problem understandable?! :roll:
0101.jpg
0202.jpg
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Username BBCode 3.2.x

Post by Sniper_E »

I'm doing some work on my site so it's down for testing this.
One thought is to make the usernames available on more than just the posting page. Test this out.

Open username/event/listener.php and find

Code: Select all

	static public function getSubscribedEvents()
	{
		return array(
			'core.user_setup'          => 'load_language_on_setup',
			'core.modify_posting_auth' => 'modify_posting_auth',
		);
	}

	public function modify_posting_auth($event)
Replace with

Code: Select all

	static public function getSubscribedEvents()
	{
		return array(
			'core.user_setup'          => 'load_language_on_setup',
			'core.page_header_after'   => 'page_header_after',
		);
	}

	public function page_header_after($event)
Clear server cache, test and report back in please.

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Windows 10 Opera

Re: Username BBCode 3.2.x

Post by tamarin »

Sniper_E wrote: 15 Nov 2019, 05:17 I'm doing some work on my site so it's down for testing this.
One thought is to make the usernames available on more than just the posting page. Test this out.

Open username/event/listener.php and find

Code: Select all

	static public function getSubscribedEvents()
	{
		return array(
			'core.user_setup'          => 'load_language_on_setup',
			'core.modify_posting_auth' => 'modify_posting_auth',
		);
	}

	public function modify_posting_auth($event)
Replace with

Code: Select all

	static public function getSubscribedEvents()
	{
		return array(
			'core.user_setup'          => 'load_language_on_setup',
			'core.page_header_after'   => 'page_header_after',
		);
	}

	public function page_header_after($event)
Clear server cache, test and report back in please.
- As I already wrote, I have the QuickReply Reloaded extension installed.
After your change I can now click on the names and select, but the name does not appear in the post. (see picture 001)
001.jpg
And if I reply in the normal way (without QuickReply Reloaded), the name will appear. (see picture 002)
002.jpg
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

Post Reply Previous topicNext topic