MyBB Community Forums

Full Version: "It appears you are not logged in..."
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I couldn't know how to add the:
"It appears you are not logged in. If you are not a member feel free to join Richmond Forums! To register please click here..." that appears on top of the page when a visitor comes to your forums.

An example is shown at http://www.richmondforums.com/forum.php

Thanks,
GSA
That must be a custom plug-in or mod for vBulletin.

I've not seen anything like that anywhere else.

And this belongs in Code Modifications.
Well, that's pretty dodgy, making it look like an official Internet Explorer information bar. [Image: dodgy.gif]

If you really want to steal it, just look at the source code, and the CSS file (http://www.richmondforums.com/infobar.css).
You can use this plugin.
Quote:You can use this plugin.

Not that's not what he mean, he needs something like this look at the top.

Put this code

 <table cellspacing=0 cellpadding=0 width="100%" border="0">
  <tbody>
  <tr>
    <td width="100%">
      <div id="class">
<a href="http://www.richmondforums.com/member.php?action=register" rel="nofollow"><STRONG> MESSAGE IN HERE......</STRONG></a></div>
</td>
</tr>
</tbody>
</table>

before
<DIV id=container>
in the header template

Now you need to create an ID in the theme manager with the css found in here

regards
Thanks to the help of Zaher, I finally was able to have that bar on my forums. Check it out.

GSA
humph...

Anyways, I've had complaints about the bar "stretching the screen"... never understood what that meant, but the people who reviewed it were big board admins, so, I took it to heart.

To be honest, I saw no benefit from utilizing it, so... I might be taking it down.

I'm flattered, though. Rolleyes