I need Black Login Page w/Login and Password Boxes Only

Looking for an Extension? Have an Extension request? Post your request here for help. (Note: This forum is community supported; while there is an Extensions Development Team, said team does not dedicate itself to handling requests in this forum)
Anti-Spam Guide
Post Reply
Diosmexica
Registered User
Posts: 3
Joined: Sat Nov 26, 2022 5:32 am

I need Black Login Page w/Login and Password Boxes Only

Post by Diosmexica »

Support Request Template
What version of phpBB are you using? phpBB 3.3.8
What is your board's URL? No answer given
Who do you host your board with? Temok.com
How did you install your board? I used a tool provided by my host
What is the most recent action performed on your board? Fresh Install
Is registration required to reproduce this issue? No
Do you have any MODs installed? No
Do you have any extensions installed? Yes
What extensions do you have installed? Board Announcements - 1.1.0
Category Image - 1.0.3
Colored Post Header - 1.0.1
Forum image as forum icon - 1.1.1
Header Banner - 3.2.2
PayPal Donation Extension - 3.0.4
PhpBB Media Embed Plugin - 2.0.0
Prime Links - 1.1.13
Slideshow Management - 1.0.1
Thanks for posts - 2.0.7
User Post Profile Side Selector - 1.0.2
VigLink - 1.0.5
What styles do you currently have installed? ProSilver Dark Edition 1.1.5
What language(s) is your board currently using? english
Which database type/version are you using? I Don't Know
What is your level of experience? New to PHP and phpBB
What actions did you take (updating your board; installing a MOD, style or extension; etc.) prior to this problem becoming noticeable? I just upgraded to a dark Style ( Prosilver Dark Edition )
Please describe your problem. I created a new PHPbb for a private forum. I want to set it up so that when people 1st arrive at my forum, they see absolutely nothing but a (black) screen with the Username & Password login boxes.
This is so visitors cannot see anything about my forum at all, not even the name and description. Then, only after they log in with a user name & password, do they see the forum at all with the Prosilver (Dark Edition) template, forum name, topics, etc.
Is this possible to do? Again, it's a private forum for people I want to help me with my project so I don't want visitors to see anything at all until they have logged in. How can I do this?
Generated by SRT Generator
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6676
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: I need Black Login Page w/Login and Password Boxes Only

Post by HiFiKabin »

Login Required will do most of what you require.
Diosmexica wrote: Sat Nov 26, 2022 5:51 am How did you install your board? I used a tool provided by my host
These 'one click' installers are known to give you problems sooner or later. I suggest that you used the files from here updating your board as described in the Updating Instructions
Diosmexica
Registered User
Posts: 3
Joined: Sat Nov 26, 2022 5:32 am

Re: I need Black Login Page w/Login and Password Boxes Only

Post by Diosmexica »

I will update the files like you explained....thanks a bunch for helping me
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: I need Black Login Page w/Login and Password Boxes Only

Post by Lumpy Burgertushie »

install that extenions, activate it and then to create your login page the way you requested
copy the following into a text file and name it login_body.html
then upload it to your prosilver_dark/template folder.
then to the the admin panel and purge the cache
then see what you get when you try to access the board when not logged in.

Code: Select all

<!DOCTYPE html>
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
{META}
<title>LOGIN</title>



<!--
	phpBB style name: Prosilver (Dark Edition)
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by: PlanetStyles.net ( http://www.planetstyles.net)
-->

<!-- IF S_ALLOW_CDN -->
<script>
	WebFontConfig = {
		google: {
			families: ['Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese']
		}
	};

	(function(d) {
		var wf = d.createElement('script'), s = d.scripts[0];
		wf.src = 'https://cdn.jsdelivr.net/npm/[email protected]/webfontloader.min.js';
		wf.async = true;
		s.parentNode.insertBefore(wf, s);
	})(document);
</script>
<!-- ENDIF -->
<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<!-- ENDIF -->

<!-- IF S_PLUPLOAD -->
	<link href="{T_THEME_PATH}/plupload.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<!-- ENDIF -->

<!-- IF S_COOKIE_NOTICE -->
	<link href="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<!-- ENDIF -->

<!--[if lte IE 9]>
	<link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<![endif]-->

<!-- EVENT overall_header_head_append -->

{$STYLESHEETS}
<link href="{T_THEME_PATH}/colours/blue.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">

<!-- EVENT overall_header_stylesheets_after -->




</head>

<form action="{S_LOGIN_ACTION}" method="post" id="login" data-focus="<!-- IF S_ADMIN_AUTH -->{PASSWORD_CREDENTIAL}<!-- ELSE -->{USERNAME_CREDENTIAL}<!-- ENDIF -->">


	<div class="content">
		<h2 class="login-title"><!-- IF LOGIN_EXPLAIN -->{LOGIN_EXPLAIN}<!-- ELSE -->{L_LOGIN}<!-- ENDIF --></h2>

		<fieldset <!-- IF not S_CONFIRM_CODE -->class="fields1"<!-- ELSE -->class="fields2"<!-- ENDIF -->>
		<!-- IF LOGIN_ERROR --><div class="error">{LOGIN_ERROR}</div><!-- ENDIF -->
		<dl>
			<dt><label for="{USERNAME_CREDENTIAL}">{L_USERNAME}{L_COLON}</label></dt>
			<dd><input type="text" tabindex="1" name="{USERNAME_CREDENTIAL}" id="{USERNAME_CREDENTIAL}" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>
		</dl>
		<dl>
			<dt><label for="{PASSWORD_CREDENTIAL}">{L_PASSWORD}{L_COLON}</label></dt>
			<dd><input type="password" tabindex="2" id="{PASSWORD_CREDENTIAL}" name="{PASSWORD_CREDENTIAL}" size="25" class="inputbox autowidth" autocomplete="off" /></dd>
			<!-- IF S_DISPLAY_FULL_LOGIN and (U_SEND_PASSWORD or U_RESEND_ACTIVATION) -->
				<!-- IF U_SEND_PASSWORD --><dd><a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a></dd><!-- ENDIF -->
				<!-- IF U_RESEND_ACTIVATION --><dd><a href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a></dd><!-- ENDIF -->
			<!-- ENDIF -->
		</dl>
		<!-- IF CAPTCHA_TEMPLATE and S_CONFIRM_CODE -->
			<!-- DEFINE $CAPTCHA_TAB_INDEX = 3 -->
			<!-- INCLUDE {CAPTCHA_TEMPLATE} -->
		<!-- ENDIF -->
		<!-- IF S_DISPLAY_FULL_LOGIN -->
		<dl>
			<dt>&nbsp;</dt>
			<!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF -->
			<dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="5" /> {L_HIDE_ME}</label></dd>
		</dl>
		<!-- ENDIF -->

		{S_LOGIN_REDIRECT}
		{S_FORM_TOKEN_LOGIN}
		<dl>
			<dt>&nbsp;</dt>
			<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
		</dl>
		</fieldset>
	</div>

	<!-- IF not S_ADMIN_AUTH and PROVIDER_TEMPLATE_FILE -->
		<!-- INCLUDE {PROVIDER_TEMPLATE_FILE} -->
	<!-- ENDIF -->
	</div>
</div>


<!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED -->
	<div class="panel">
		<div class="inner">

		<div class="content">
			<h3>{L_REGISTER}</h3>
			<p>{L_LOGIN_INFO}</p>
			<p><strong><a href="{U_TERMS_USE}">{L_TERMS_USE}</a> | <a href="{U_PRIVACY}">{L_PRIVACY}</a></strong></p>
			<hr class="dashed" />
			<p><a href="{U_REGISTER}" class="button2">{L_REGISTER}</a></p>
		</div>

		</div>
	</div>
<!-- ENDIF -->

</form>


Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Diosmexica
Registered User
Posts: 3
Joined: Sat Nov 26, 2022 5:32 am

Re: I need Black Login Page w/Login and Password Boxes Only

Post by Diosmexica »

thank you vey much for this .....here are the results :
I did exactly what you told me and uploaded the file in the right directory....Cleared cache in the Admin board....
then I tried to login to the forum:
when I was traying to get access.png
that came out.....some info regarding the site and the picture board...Then I clicked the login bottom and this came out
when i clicked login.png
this login is the one Im looking for is there a way to center the login boxes in the middle of the screen? so it wont be in the top left corner
About the first picture is that normal? for people to see the first time? it is possible to have just the login boxes in the center ?

thank you very much again for the attention and I wish all your family and friends a nice holidays!!
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: I need Black Login Page w/Login and Password Boxes Only

Post by Lumpy Burgertushie »

ok, I missed the part about wanting just the login page when a guest goes to the board.
I am working on that and on getting it centered on the page.
right not I have to get some sleep it is after 1 a.m. here.
oh, I suggest you undo what I said in the first post above.

I will get back to you tomorrow.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Post Reply

Return to “Extension Requests”