Please Wait II [MANUAL EDITS]

Extensions & Styles for phpBB 3.1.X maintained and supported by Stoker
User avatar
Stoker
Site Admin
Site Admin
Posts: 3635
Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark

Re: Please Wait II

Post by Stoker »

Martin just pointed out a way to do it as an extension.
Sure it will give me soem extra work. But thats the way it is with 3.1 extensions :D
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
RMcGirr83
BBCoder III
BBCoder III
Posts: 104
Joined: 08 Mar 2010, 11:17
Favourite MOD: mChat

Re: Please Wait II

Post by RMcGirr83 »

But why via a pm?
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 11:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!

Re: Please Wait II

Post by martin123456 »

Some things can be so simple but seem so hard 3.1.x seems so hard to learn after 3.0.12 i sent an ext for him to look at thats all.
User avatar
RMcGirr83
BBCoder III
BBCoder III
Posts: 104
Joined: 08 Mar 2010, 11:17
Favourite MOD: mChat

Re: Please Wait II

Post by RMcGirr83 »

Which is fine but others who may read this may want the same link. Doesn't need to be top secret. ;)
User avatar
sitesplat
BBCoder II
BBCoder II
Posts: 5
Joined: 28 Nov 2014, 01:11
BBCodes: 1000

Re: Please Wait II

Post by sitesplat »

I agree with Rich... Unless they were paid extension. Would be nice if you could share your finding 123456 :-)
- FLATBOOTS - PhpBB Flat Design - Bootstrap3
- Contact me Via PM or e-mail for Custom work
- Deploy an SSD cloud server in 55 seconds. Sign up and get $10 in credit.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3635
Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark

Re: Please Wait II

Post by Stoker »

His findings will be released in next version :)
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Stoker
Site Admin
Site Admin
Posts: 3635
Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark

Re: Please Wait II

Post by Stoker »

The idea was to use display:none; in the existing class to hide the buttons.
Then ad "my" buttons using a template event. But unfortunately theres no event to do this.
So no update, it will have to do as it is now.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
RMcGirr83
BBCoder III
BBCoder III
Posts: 104
Joined: 08 Mar 2010, 11:17
Favourite MOD: mChat

Re: Please Wait II

Post by RMcGirr83 »

You can use jQuery to replace the buttons. For example there is this in quick reply

Code: Select all

id="qr_full_editor"
Just find the next input and change it. The event to do so can be core.user_setup and have it trigger if only on the viewtopic page using something like this

Code: Select all

		$page_name = substr($this->user->page['page_name'], 0, strpos($this->user->page['page_name'], '.'));
		if ($page_name == 'viewtopic')
User avatar
Stoker
Site Admin
Site Admin
Posts: 3635
Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark

Re: Please Wait II

Post by Stoker »

RMcGirr83 wrote:You can use jQuery to replace the buttons. For example there is this in quick reply

Code: Select all

id="qr_full_editor"
Just find the next input and change it. The event to do so can be core.user_setup and have it trigger if only on the viewtopic page using something like this

Code: Select all

		$page_name = substr($this->user->page['page_name'], 0, strpos($this->user->page['page_name'], '.'));
		if ($page_name == 'viewtopic')
Sounds complicated, but thanks ;)
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
sitesplat
BBCoder II
BBCoder II
Posts: 5
Joined: 28 Nov 2014, 01:11
BBCodes: 1000

Re: Please Wait II [MANUAL EDITS]

Post by sitesplat »

@Stoker , @Rich that's why I posted this: Re: Please Wait II (Post by sitesplat #16722) .
Ask the event here: https://area51.phpbb.com/phpBB/viewforum.php?f=111 . Be warned you'll need to insist many times and possibly sign up a petition with change.org for them to listen lol
- FLATBOOTS - PhpBB Flat Design - Bootstrap3
- Contact me Via PM or e-mail for Custom work
- Deploy an SSD cloud server in 55 seconds. Sign up and get $10 in credit.