[ABD] Welcome On Index

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
KhurramMunawar
Registered User
Posts: 534
Joined: Tue Mar 25, 2014 2:20 am
Location: Islamabad, Pakistan
Name: Khurram Munawar
Contact:

Re: [RC] Welcome On Index

Post by KhurramMunawar »

Dear Stoker
please add an option " Enable / Disable for guest"
and show / hide Newest member

thanks
Get Free Traffic To Your Website
Trafficonic.com - Free Traffic To Your Website
User avatar
Sniper_E
Registered User
Posts: 1144
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: [RC] Welcome On Index

Post by Sniper_E »

raykai wrote:
Lumpy Burgertushie wrote:open : ext/stoker/welcomeonindex/styles/prosilver/template/event/
rename index_body_markforums_before.html
to
overall_header_page_body_before
that adds it to all of the top pages of all the forum sub pagers and the index page,i just need it on the index page on top of Mchat.
Do what Lumpy suggested and then add <!-- IF SCRIPT_NAME == "index" --> to the top of stoker's template and add <!-- ENDIF --> at the bottom of his template.
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
KhurramMunawar
Registered User
Posts: 534
Joined: Tue Mar 25, 2014 2:20 am
Location: Islamabad, Pakistan
Name: Khurram Munawar
Contact:

Re: [RC] Welcome On Index

Post by KhurramMunawar »

how to hide welcome message for guest ?
Get Free Traffic To Your Website
Trafficonic.com - Free Traffic To Your Website
User avatar
Stoker 4.0
Registered User
Posts: 1487
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen
Contact:

Re: [RC] Welcome On Index

Post by Stoker 4.0 »

KhurramMunawar wrote:how to hide welcome message for guest ?
Open ext/stoker/welcomeonindex/styles/prosilver/template/event/index_body_markforums_before.html
Find:

Code: Select all

<!-- IF ENABLE_WELCOMEONINDEX and S_WELCOMEONINDEX -->
Replace with:

Code: Select all

<!-- IF ENABLE_WELCOMEONINDEX and S_WELCOMEONINDEX and S_USER_LOGGED_IN -->
Save, upload and purge cache.
User avatar
KhurramMunawar
Registered User
Posts: 534
Joined: Tue Mar 25, 2014 2:20 am
Location: Islamabad, Pakistan
Name: Khurram Munawar
Contact:

Re: [RC] Welcome On Index

Post by KhurramMunawar »

Thanks stoker
Get Free Traffic To Your Website
Trafficonic.com - Free Traffic To Your Website
User avatar
Jeffrey Kroonenberg
Registered User
Posts: 44
Joined: Mon Nov 14, 2016 6:00 pm
Location: Elburg
Name: Jeffrey Kroonenberg
Contact:

Re: [RC] Welcome On Index

Post by Jeffrey Kroonenberg »

I made the Dutch translation:
welcome on index and pmregnotify :D
I can put the Dutch language online?
Rendy
Registered User
Posts: 10
Joined: Wed Dec 25, 2013 3:22 pm

Re: [RC] Welcome On Index

Post by Rendy »

if I want to use bbcode, I receive this error :( any help please?

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 570: include(/forum/includes/bbcode.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 570: include(/forum/includes/bbcode.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 570: include() [function.include]: Failed opening '/forum/includes/bbcode.php' for inclusion (include_path='.:/data/web/virtuals/50672/virtual')

Fatal error: Class 'bbcode' not found in /data/web/virtuals/50672/virtual/www/domains/crxklub.cz/forum/includes/functions_content.php on line 575
User avatar
Stoker 4.0
Registered User
Posts: 1487
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen
Contact:

Re: [RC] Welcome On Index

Post by Stoker 4.0 »

Rendy wrote: Mon Jan 30, 2017 5:02 pm if I want to use bbcode, I receive this error :( any help please?

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 570: include(/forum/includes/bbcode.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 570: include(/forum/includes/bbcode.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 570: include() [function.include]: Failed opening '/forum/includes/bbcode.php' for inclusion (include_path='.:/data/web/virtuals/50672/virtual')

Fatal error: Class 'bbcode' not found in /data/web/virtuals/50672/virtual/www/domains/crxklub.cz/forum/includes/functions_content.php on line 575
Which ext and phpbb version do you use?
Rendy
Registered User
Posts: 10
Joined: Wed Dec 25, 2013 3:22 pm

Re: [RC] Welcome On Index

Post by Rendy »

phpbb 3.1.10
ext 1.0.5
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.
Contact:

Re: [RC] Welcome On Index

Post by Galixte de EzCom »

Rendy wrote: Mon Jan 30, 2017 5:02 pm if I want to use bbcode, I receive this error :( any help please?

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 570: include(/forum/includes/bbcode.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 570: include(/forum/includes/bbcode.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 570: include() [function.include]: Failed opening '/forum/includes/bbcode.php' for inclusion (include_path='.:/data/web/virtuals/50672/virtual')

Fatal error: Class 'bbcode' not found in /data/web/virtuals/50672/virtual/www/domains/crxklub.cz/forum/includes/functions_content.php on line 575
Some files are missing. It appears it’s not related to this extension.
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
pikachuturkey
Registered User
Posts: 337
Joined: Wed Dec 20, 2006 10:34 pm
Location: Türkiye(Turkey)
Name: Rıza

Re: [RC] Welcome On Index

Post by pikachuturkey »

Is this extension compatible With phpBB 3.2?
User avatar
Stoker 4.0
Registered User
Posts: 1487
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen
Contact:

Re: [RC] Welcome On Index

Post by Stoker 4.0 »

pikachuturkey wrote: Tue Mar 14, 2017 6:00 am Is this extension compatible With phpBB 3.2?
Yes
User avatar
pikachuturkey
Registered User
Posts: 337
Joined: Wed Dec 20, 2006 10:34 pm
Location: Türkiye(Turkey)
Name: Rıza

Re: [RC] Welcome On Index

Post by pikachuturkey »

Stoker 4.0 wrote: Tue Mar 14, 2017 8:01 am
pikachuturkey wrote: Tue Mar 14, 2017 6:00 am Is this extension compatible With phpBB 3.2?
Yes
Thanks :D there is no information about compatibility at first message :roll:
User avatar
pikachuturkey
Registered User
Posts: 337
Joined: Wed Dec 20, 2006 10:34 pm
Location: Türkiye(Turkey)
Name: Rıza

Re: [RC] Welcome On Index

Post by pikachuturkey »

when i add a welcome message from ACP, The following information does not appear; the statistic area in welcome box, like total post, total member vs. is this normal?
User avatar
Stoker 4.0
Registered User
Posts: 1487
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen
Contact:

Re: [RC] Welcome On Index

Post by Stoker 4.0 »

pikachuturkey wrote: Tue Mar 14, 2017 3:57 pm when i add a welcome message from ACP, The following information does not appear; the statistic area in welcome box, like total post, total member vs. is this normal?
yes, its normal
Locked

Return to “Abandoned Extensions”