Forum Activity for @musamensa

alt=
@musamensa
01/10/17 03:50:21PM
253 posts

How do i add a login box to my index page.


Design and Skin Customization

hi michael, the css I pasted above is from the skin.css file i simply added extra css codes, for some reason the css is also styling the header and footer instead of just the login from div.
thanks
alt=
@musamensa
01/08/17 11:38:29PM
253 posts

How do i add a login box to my index page.


Design and Skin Customization

@douglas I am taking a new approach i have created a blank template page and i have pasted the code which works fine but I am having difficulties trying to style the new page. I am trying to style the page using the style.css css where i have added new lines of code.

.tpl code
{* /////////// DO NOT REMOVE //////////  *}
{assign var="page_template" value="index"}
{* /////////// DO NOT REMOVE //////////  *}

{jrCore_include template="header2.tpl"} 


   
    <div class="loginbody">
       {jrCore_form_create_session module="jrUser" option="login" assign="token"}
    
    <div class="logincontainer">
    
    <div id="jrUser_login_msg" ></div>
    <form id="jrUser_login" name="jrUser_login" action="{$jamroom_url}/user/login_save" method="post" accept-charset="utf-8" enctype="multipart/form-data">
        <input type="hidden" id="jr_html_form_token" name="jr_html_form_token" value="{$token}">
        <input type="hidden" name="user_remember" value="off">
        user login <input type="text" id="user_email_or_name" class="form_text" name="user_email_or_name" value=""><br>
        password <input type="password" id="user_password" class="form_text" name="user_password" value=""><br>
        <img id="form_submit_indicator" src="{$jamroom_url}/skins/jrNova/img/submit.gif" width="24" height="24" alt="working...">
        <input type="button" id="jrUser_login_submit" class="form_button" value="login" tabindex="3" onclick="jrFormSubmit('#jrUser_login','{$token}','ajax');">
    </form>
    </div>
    </div>

{jrCore_include template="footer.tpl"}


.css


.logincontainer {
	width: 500px;
	height: 100%;
	text-align:center;
	background-color:#131111 ;
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 150px;

	
}


.loginbody{
	height:100%;
	margin: 0 auto;
	background-color: #FFED00;
	background-repeat: no-repeat;
	background-size: 100% 720px;
	

thanks for your help guys, its really driving me nuts.
myoutput.png myoutput.png - 18KB
alt=
@musamensa
01/06/17 04:33:19PM
253 posts

How do i add a login box to my index page.


Design and Skin Customization

I still cant seem to get it working...
alt=
@musamensa
01/06/17 12:01:49PM
253 posts

How do i add a login box to my index page.


Design and Skin Customization

i am looking a the follow me skin right now but i dont know which bits of the code to copy and where to place it...
alt=
@musamensa
01/06/17 09:10:08AM
253 posts

How do i add a login box to my index page.


Design and Skin Customization

Hi, i would like to add a login box like the one on the followme premium skin to my skin. I am currently using the iskin4 skin and unfortunately the codes are not available for that skin.
i have currently tweeked the css to display the slider text on the right and I would like a login box to be positioned on the left hand side of the index slider.

Thanks
login box.jpg login box.jpg - 53KB

updated by @musamensa: 04/20/17 11:33:22AM
alt=
@musamensa
01/04/17 07:13:40PM
253 posts

How do I set a default profile header image?


Design and Skin Customization

i made a clone of the mogul skin, i experienced the same problem again with another image file that is not updating after upload and cache reset. The skin/image/ upload section might need so looking at.
alt=
@musamensa
01/04/17 02:52:49PM
253 posts

How do I set a default profile header image?


Design and Skin Customization

its been resolved thanks, i had to copy file from a different skin and upload via FTP.
alt=
@musamensa
01/04/17 02:27:55PM
253 posts

How do I set a default profile header image?


Design and Skin Customization

I have done that and no change, but when i activate a different skin the profile_header_image.jpg file is where its meant to be.
no_profile_image.png no_profile_image.png - 56KB
alt=
@musamensa
01/04/17 01:51:51PM
253 posts

How do I set a default profile header image?


Design and Skin Customization

douglas:
duke:
Hi,
Accounts with no profile image are showing a broken image and profile image is scrolled under the header menu, how can I set a default I age that will be forced on profiles with no profile heager photo ?
Thanks .

I believe your referring to the profile page header image for one of the premium skins, you'll want to go to the ACP > Skins > YOURSKIN > Images tab.

If it is not there, make sure you've uploaded it to your site.

Hope this helps!

there is no entry for profile page header image here ACP > Skins > YOURSKIN >
alt=
@musamensa
01/04/17 01:47:26PM
253 posts

How do I set a default profile header image?


Design and Skin Customization

thanks @strumelia but i am talking about the profile page header image.
  25