| View previous topic :: View next topic |
| Author |
Message |
blackwizard Junior Member
Joined: 26 Feb 2007 Posts: 40
|
Posted: Sun Mar 04, 2007 5:13 pm Post subject: Intergrating the InfoBar into SMF. |
|
|
I decided to share it with everyone.
This will work in all SMF templates
You can view it at http://forum.joomla.elseif.info
Open index.template.php
Somewhere within the head tag add the following:
| Code: | if (!$context['user']['is_logged']) {
echo '<style type="text/css">
body {
margin: 0 !important;
padding: 0 !important;
}
/* A fake IE information bar */
#infobar {
font: message-box;
}
/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
display: block;
float: left;
clear: both;
width: 100%;
color: InfoText;
background: InfoBackground url(warning.gif) no-repeat fixed .3em .3em;
padding: .45em .3em .45em 2em;
border-bottom: .16em outset;
text-decoration: none;
cursor: default;
}
#infobar a:hover {
color: HighlightText;
background: Highlight url(warning2.gif) no-repeat fixed .3em .3em;
}
/* A fake viewplot for IE information bar */
#viewplot {
width: 100%;
height: expression(this.parentNode.offsetHeight - this.offsetTop);
overflow-x: hidden;
overflow-y: scroll;
padding: 1em; /* Please set this to the value as that of your <body> */
}
</style>';
} |
Directly after the body tag insert
| Quote: | if (!$context['user']['is_logged']) {
echo '<table width="100%" border="0" cellspacing="0" cellpadding="0" > <tr><td><div id="infobar"><a href="index.php?action=register">It appears you have not yet registered with our community. To register please click here...</a></div></td></tr></table>';
} |
Upload these Images to your SMF root
http://forum.joomla.elseif.info/warning.gif
http://forum.joomla.elseif.info/warning2.gif |
|
| Back to top |
|
 |
Choto Cheeta Regular Member

Joined: 17 Feb 2007 Posts: 156 Location: RepublicDay.IN
|
Posted: Mon Mar 05, 2007 11:57 am Post subject: |
|
|
thank you for the share, but the demo web site isnt working !!!
its blank index less directory  _________________ Thinking => Brain Pain..
Portal4WebHost.com WebHosting Directory || RepublicDay.IN |
|
| Back to top |
|
 |
|