Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyBB Help
#5
(01-23-2012, 12:15 PM)AceInfinity Wrote: Lost Password? Isn't that in the signup location? It's a global link though, If you see a div around it or something then append your link attributes to that div, specifying it to look for <a elements as well...

Example:
Code:
#divname a {
}

Otherwise if it already uses a class then:
Code:
#divname a.classname {
}

Should work I believe... What forum is this?

It is in the sign up location but as you say, it's a global link, so it's taking it's color from a:link.
It's not wrapped in a div but I could try doing that. I tried simply appending "class:"a1"" to the <a> immediately after the href, which worked for the other links, but this one seems to be different. Here's the code:
Code:
<script type="text/javascript">
<!--
    lang.username = "{$lang->login_username}";
    lang.password = "{$lang->login_password}";
    lang.login = "{$lang->login}";
    lang.lost_password = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\">{$lang->lost_password}<\/a>";
    lang.register_url = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=register\">{$lang->welcome_register}<\/a>";
    lang.remember_me = "{$lang->remember_me}";
// -->
</script>
The site is http://www.eplforums.net
Tried wrapping it in div tags and it's still throwing an error.
Reply


Messages In This Thread
MyBB Help - by Fragma - 01-23-2012, 11:17 AM
RE: MyBB Help - by AceInfinity - 01-23-2012, 12:07 PM
RE: MyBB Help - by Fragma - 01-23-2012, 12:09 PM
RE: MyBB Help - by AceInfinity - 01-23-2012, 12:15 PM
RE: MyBB Help - by Fragma - 01-23-2012, 12:23 PM
RE: MyBB Help - by BreShiE - 01-23-2012, 02:36 PM
RE: MyBB Help - by Fragma - 01-23-2012, 02:52 PM
RE: MyBB Help - by BreShiE - 01-23-2012, 03:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How To Install MyBB | MyBB Installation Guide BreShiE 2 1,449 03-10-2012, 06:33 AM
Last Post: BreShiE
  MyBB question @OMNI or any other mybb Guru's 0xE9 13 31,600 07-28-2011, 01:29 PM
Last Post: Pompano
  How to Make your MYBB Central Plugin Compatible with new Mybb Billy Mays 3 2,159 07-12-2011, 06:40 PM
Last Post: Billy Mays

Forum Jump:


Users browsing this thread: 2 Guest(s)