Not Solved Login window not showing corettly .
#1
Not Solved
Hello . Im new . I got problem with login widow . I got 1.8.24 with theme Dark1.8 https://community.mybb.com/mods.php?action=view&pid=137


[Image: login-error.jpg]
Reply
#2
Not Solved
Hello ,i had also problems in my theme with login.
Go to your Admin panel. Templates & Style - Templates - Your theme templates - Member templates - Member_login ,check your code or copy and paste the whole code here.
Reply
#3
Not Solved
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->login}</title>
{$headerinclude}
</head>
<body>
{$header}
<br />
{$inline_errors}
{$member_loggedin_notice}
<form action="member.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->login}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->username}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="username" size="25" style="width: 200px;" value="{$username}" /></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td>
<td class="trow2"><input type="password" class="textbox" name="password" size="25" style="width: 200px;" value="{$password}" /> (<a href="member.php?action=lostpw">{$lang->lostpw_note}</a>)</td>
</tr>
<tr>
<td class="trow1" colspan="2" align="center"><label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" checked="checked" value="yes" /> {$lang->remember_me}</label></td>
</tr>
{$captcha}
</table>
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->login}" /></div>
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$redirect_url}" />
<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />
</form>
{$footer}
</body>
</html>
Reply
#4
Not Solved
Pretty old theme.  Bound to have a few problems.  For this one check this post and related replies:

https://community.mybb.com/thread-213964...pid1288154
Reply
#5
Not Solved
Thanks but still this same problem , I copy all the code in the global.css (after /** jGrowl End **/)
I do this :
1. Go to "Templates & Style"
2. Click on the theme you want to edit
3. Click global.css "Option" button
4. Click 'Edit Style'
5. Click "Edit Styleshee: Advanced Mode"
6. Copy and paste the modal start code block (from post #6) to the end of the global.css
7. Click 'Save Changes & Close'

shift F5 and this show :

Uncaught TypeError: $(...).tooltip is not a function
<anonymous> http://audiofile.epizy.com/:57
jQuery 2
Reply
#6
Not Solved
That error wouldn't relate to @.m.'s post I linked.  Pretty sure that's a jquery error.  You can check your browser developer console and find out what's calling it.

Mentioned before - that theme is old - over 6 years since last update.  Nor do we know how you managed to get to 1824 with that theme.  Upgrade, new install with theme import, or what have you.

Some of our more knowledgeable members or staff might provide guidance to resolve this issue.  But betting it won't be the last in this case.  I just see an old theme and lots of work.

Good luck...
Reply
#7
Not Solved
I fixed it . When I add code in global.css nothig happen , so I add new Stylesheed and put this code /** Modal Start **/ to /** Modal End **/ from post https://community.mybb.com/thread-213964...pid1288154
Thanks everyone .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)