• Login
  • Register
  • Login Register
    Login
    Username:
    Password:
  • Home
  • Members
  • Team
  • Help
  • More
    • YouTube
    • Facebook
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:

    Quick Links Home Members Team Help
    More Subscribe YouTube Facebook
    D&D Forums - MyBB Plugins & Themes MyBB Ressources Free MyBB Themes Support login problem with Emerald v1.6

     
    • 0 Vote(s) - 0 Average
    login problem with Emerald v1.6
    Lewis-H
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: Aug 2020
    Reputation: 0
    #5
    10-23-2020, 11:44 AM
    OK, i got the same issue as well, but i find a solution and get the problem solved tho. Cool Cool

    Here it is:

    In 'header templates' > 'header_welcomeblock_member', it should have the following codes (add them to the bottom if not existed in yours):

    <script>
    var connected = 1;
    </script>
    None

    In 'header templates' > 'header_welcomeblock_guest', add the following codes to the bottom if not existed:

    <script>
    var connected = 0;
    </script>
    None

    then go to 'header templates' > 'header', add the following codes to the bottom:

    <script>
    if (var connected = 0Wink
    { jQuery("#mobile_member").html("<a href='member.php?action=login'>Login</a> - <a href='member.php?action=register'>Register</a>"); }
    if (var connected = 1Wink
    { document.getElementById("mobile_member").innerHTML = '<a title="Inbox" href="private.php">Inbox</a> - <a title="User CP" href="usercp.php">User CP</a> - <a title="Log Out" href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">Logout</a>'; }
    </script>
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)



    Messages In This Thread
    login problem with Emerald v1.6 - by BlackEnergyPT - 09-12-2018, 12:40 AM
    RE: login problem with Emerald v1.6 - by AmazOuz - 09-12-2018, 10:24 AM
    RE: login problem with Emerald v1.6 - by BlackEnergyPT - 09-12-2018, 12:42 PM
    RE: login problem with Emerald v1.6 - by AmazOuz - 09-12-2018, 01:36 PM
    RE: login problem with Emerald v1.6 - by Lewis-H - 10-23-2020, 11:44 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    D&D Company

    Home · Members · Team · Help · Contact

    © D&D - Powered by MyBB

    Paris, France

    07 53 04 58 86

    business@developement.design

    About the company We are a growing company of web developers & designers, specialized in MyBB plugins & themes. Our work is our propaganda.

    Linear Mode
    Threaded Mode