Welcome On Index

Extensions & Styles for phpBB 3.1.X maintained and supported by Stoker
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,201
Joined: 12 May 2008, 21:26
Last active: -
Favourite EXT: Forum Goal
Location: Denmark

Re: Welcome On Index

Post by Stoker »

Updated to 1.0.4 with lots of config options, read first post.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
martin123456 Offline
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 11:29
Last active: -
Favourite EXT: Ban button
Location: Down south!

Re: Welcome On Index

Post by martin123456 »

Fix the link its hotlinking :)
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,201
Joined: 12 May 2008, 21:26
Last active: -
Favourite EXT: Forum Goal
Location: Denmark

Re: Welcome On Index

Post by Stoker »

martin123456 wrote:Fix the link its hotlinking :)
???
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
martin123456 Offline
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 11:29
Last active: -
Favourite EXT: Ban button
Location: Down south!

Re: Welcome On Index

Post by martin123456 »

Clicking the download gives your hotlink copyright warning
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,201
Joined: 12 May 2008, 21:26
Last active: -
Favourite EXT: Forum Goal
Location: Denmark

Re: Welcome On Index

Post by Stoker »

martin123456 wrote:Clicking the download gives your hotlink copyright warning
No it doesnt. Clicking the download file gives you the zipped file.
However, hotlinking to the file gives the warning. Just as it should ;)
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
martin123456 Offline
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 11:29
Last active: -
Favourite EXT: Ban button
Location: Down south!

Re: Welcome On Index

Post by martin123456 »

Cant download it in chrome get the warning but firefox will download it.
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,201
Joined: 12 May 2008, 21:26
Last active: -
Favourite EXT: Forum Goal
Location: Denmark

Re: Welcome On Index

Post by Stoker »

martin123456 wrote:Cant download it in chrome get the warning but firefox will download it.
I dont get the warning in chrome, safari, IE, edge, Opera or any other browser.
Hotlinking is the only thing that triggers that message ;)
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Sniper_E Offline
BBCoder II
BBCoder II
Posts: 44
Joined: 04 Dec 2011, 04:30
Last active: -

Re: Welcome On Index

Post by Sniper_E »

Hey Stoker, I was fooling around with another extension with the acp settings page.
The text area had bbcodes in it like your Welcome text
(You can edit the text which is displayed in the Welcome On Index box.)

You can add a preview in that page if you like somewhere...
ext/stoker/welcomeonindex/adm/style/acp_welcomeonindex.html

Find

Code: Select all

				<label><input type="checkbox" class="radio" name="disable_magic_url"<!-- IF S_MAGIC_URL_DISABLE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_MAGIC_URL}</label>
				<!-- ENDIF -->
AFTER ADD
			<input type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" class="button1"<!-- IF not S_PRIVMSGS --> onclick="document.getElementById('postform').action += '#preview';"<!-- ENDIF --> />
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,201
Joined: 12 May 2008, 21:26
Last active: -
Favourite EXT: Forum Goal
Location: Denmark

Re: Welcome On Index

Post by Stoker »

Sniper_E wrote: 15 Sep 2016, 01:18 Hey Stoker, I was fooling around with another extension with the acp settings page.
The text area had bbcodes in it like your Welcome text
(You can edit the text which is displayed in the Welcome On Index box.)

You can add a preview in that page if you like somewhere...
ext/stoker/welcomeonindex/adm/style/acp_welcomeonindex.html

Find

Code: Select all

				<label><input type="checkbox" class="radio" name="disable_magic_url"<!-- IF S_MAGIC_URL_DISABLE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_MAGIC_URL}</label>
				<!-- ENDIF -->
AFTER ADD
			<input type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" class="button1"<!-- IF not S_PRIVMSGS --> onclick="document.getElementById('postform').action += '#preview';"<!-- ENDIF --> />
It allready has preview?
wa.png
You do not have the required permissions to view the files attached to this post.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Sniper_E Offline
BBCoder II
BBCoder II
Posts: 44
Joined: 04 Dec 2011, 04:30
Last active: -

Re: Welcome On Index

Post by Sniper_E »

Well holly cow, how did I not see that? You did a better job than the Contact Board Administration
I'll have to go see Rich about him adding a Preview to his. That's where I noticed it missing first.
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!