MyBB Community Forums

Full Version: reg. steam login plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
how do i disable the default mybb login ? cause I'm currently using steam as my login feature how do i disable the default mybb login . Second question , do i need to do any encryption to secure mybb from malware ?

last question is how do i add buttons  or remove buttons on the top left ?
1. Remove default login link from header template.
2. Sucuri works fine as a Malware Scanner.
hi which one should i remove ?

<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div id="logo">
<div class="wrapper">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
<ul class="menu top_links">
{$menu_portal}
{$menu_search}
{$menu_memberlist}
{$menu_calendar}
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
</ul>
</div>
</div>
<div id="panel">
<div class="upper">
<div class="wrapper">
{$quicksearch}
{$welcomeblock}
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
</div>
</div>
<div id="content">
<div class="wrapper">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<br />
what is your forum url & how are you using steam login - i.e. where you have added its code ?
header_welcomeblock_guest template consists of login, register links & quick login form
my forum url is http://www.twistedmodus.net/forum
i got it from a plugin , right now i would like to use steam as my only login way
^ actually there is no need to remove login & register links. plugin is expected to use required redirects.

you have to take care of below message from the steam login plugin
Quote:The Steam Login plugin hasn't been configured correctly.
Please ensure an API key is set in the Configuration settings.
(2016-05-21, 08:47 AM).m. Wrote: [ -> ]^ actually there is no need to remove login & register links. plugin is expected to use required redirects.

you have to take care of below message from the steam login plugin
Quote:The Steam Login plugin hasn't been configured correctly.
Please ensure an API key is set in the Configuration settings.

thanks , is there any plugin to prevent mysql injection or anything ? because i couldnt look for securi for mybb just wordpress

i have already tried putting steam api , yet problem still occur i couldnt register . can you please check again ? as i have already changed my theme
changing theme doesn't fix it .. exactly which steam plugin you are using - give its link.
https://github.com/noxwyll/Steam-Login-MyBB-1.8 , i have already place api not working , done all its step
^ please check (once again) whether all files of the plugin were uploaded to correct locations.
error message is saying that class_lightopenid.php file is missing in inc folder
Pages: 1 2