Please Wait II [MANUAL EDITS]
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Please Wait II
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
Sure it will give me soem extra work. But thats the way it is with 3.1 extensions
Board rules! No PM support
Re: Please Wait II
But why via a pm?
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Re: Please Wait II
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.
Re: Please Wait II
Which is fine but others who may read this may want the same link. Doesn't need to be top secret.
Re: Please Wait II
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.
- 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.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Please Wait II
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.
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.
Board rules! No PM support
Re: Please Wait II
You can use jQuery to replace the buttons. For example there is this in quick reply
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
id="qr_full_editor"
Code: Select all
$page_name = substr($this->user->page['page_name'], 0, strpos($this->user->page['page_name'], '.'));
if ($page_name == 'viewtopic')
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Please Wait II
Sounds complicated, but thanksRMcGirr83 wrote:You can use jQuery to replace the buttons. For example there is this in quick reply
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 thisCode: Select all
id="qr_full_editor"
Code: Select all
$page_name = substr($this->user->page['page_name'], 0, strpos($this->user->page['page_name'], '.')); if ($page_name == 'viewtopic')
Board rules! No PM support
Re: Please Wait II [MANUAL EDITS]
@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
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.
- 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.