MyBB Community Forums

Full Version: Where is {$admincplink}
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What file holds {$admincplink} and {$modcplink}
File : Line : Code

./global.php:341:		eval("\$admincplink = \"".$templates->get("header_welcomeblock_member_admin")."\";");
./global.php:346:		eval("\$modcplink = \"".$templates->get("header_welcomeblock_member_moderator")."\";");
(2012-03-26, 09:16 PM)Nathan Malcolm Wrote: [ -> ]File : Line : Code

./global.php:341:		eval("\$admincplink = \"".$templates->get("header_welcomeblock_member_admin")."\";");
./global.php:346:		eval("\$modcplink = \"".$templates->get("header_welcomeblock_member_moderator")."\";");

What about the

onclick="MyBB.quickLogin(); return false;
That should be in the template header_welcomeblock_guest.
(2012-03-26, 09:47 PM)Nathan Malcolm Wrote: [ -> ]That should be in the template header_welcomeblock_guest.
Is there a way to make it so you do not have to click on the Login button for the Username and Password to show up? Like make it auto show?