......
something bad has happened i was trying to make a mod of facebook like chat bar...
.
i added this in template/overall_footer.html
Code: Select all
<!-- IF S_USER_LOGGED_IN -->
</body>
<script type="text/javascript" src="/arr/external.php?type=js" charset="utf-8"></script>
<style type="text/css">
body {
margin: 0;
padding: 0;
font: 10px normal Verdana, Arial, Helvetica, sans-serif;
height: 100%;
}
* {margin: 0; padding: 0; outline: none;}
img {border: none;}
h1 {
font-size: 1.2em;
padding: 5px 10px;
color: #ccc;
width: 40px;
margin: 0 auto;
}
h1 a { color: #fff; }
h1 span {font-weight: normal;}
#footpanel {
position: fixed;
bottom: 0; left: 0;
z-index: 9999; /*--Keeps the panel on top of all other elements--*/
background: #e3e2e2;
border: 1px solid #c3c3c3;
border-bottom: none;
width: 94%;
margin: 0 3%;
}
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
position: absolute;
top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanel ul {
padding: 0; margin: 0;
float: left;
width: 100%;
list-style: none;
border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
font-size: 1.1em;
}
#footpanel ul li{
padding: 0; margin: 0;
float: left;
position: relative;
}
#footpanel ul li a{
padding: 5px;
float: left;
text-indent: -9999px;
height: 16px; width: 16px;
text-decoration: none;
color: #333;
position: relative;
}
html #footpanel ul li a:hover{ background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
background-color: #fff;
height: 17px;
margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
border: 1px solid #555;
border-top: none;
z-index: 200; /*--Keeps the active area on top of the subpanel--*/
position: relative;
}
#footpanel a.home{
background: url(images/home0000.png) no-repeat 15px center;
width: 50px;
padding-left: 40px;
border-right: 1px solid #bbb;
text-indent: 0; /*--Reset text indent--*/
}
a.profile{ background: url(images/user0000.png) no-repeat center center; }
a.contacts{ background: url(images/address_.png) no-repeat center center; }
a.playlist{ background: url(images/document.png) no-repeat center center; }
a.videos{ background: url(images/film0000.png) no-repeat center center; }
a.messages{ background: url(images/mail0000.png) no-repeat center center; }
a.editprofile{ background: url(images/wrench_s.png) no-repeat center center; }
#footpanel a.chat{
background: url(images/balloon0.png) no-repeat 15px center;
width: 400px;
border-left: 1px solid #bbb;
border-right: 1px solid #bbb;
padding-left: 40px;
text-indent: 0; /*--Reset text indent--*/
}
a.alerts{ background: url(images/newspape.png) no-repeat center center; }
#footpanel li#chatpanel, #footpanel li#alertpanel { float: right; } /*--Right align the chat and alert panels--*/
#footpanel a small { /*--panel tool tip styles--*/
text-align: center;
width: 70px;
background: url(images/pop_arro.gif) no-repeat center bottom;
padding: 5px 5px 11px;
display: none; /*--Hide by default--*/
color: #fff;
font-size: 1em;
text-indent: 0;
}
#footpanel a:hover small{
display: block; /*--Show on hover--*/
position: absolute;
top: -35px; /*--Position tooltip 35px above the list item--*/
left: 50%;
margin-left: -40px; /*--Center the tooltip--*/
z-index: 9999;
}
#footpanel ul li div a { /*--Reset link style for subpanel links--*/
text-indent: 0;
width: auto;
height: auto;
padding: 0;
float: none;
color: #00629a;
position: static;
}
#footpanel ul li div a:hover { text-decoration: underline; } /*--Reset link style for subpanel links--*/
#footpanel .subpanel {
position: absolute;
left: 0; bottom: 27px;
display: none; /*--Hide by default--*/
width: 430px;
border: 1px solid #555;
background: #fff;
overflow: hidden;
padding-bottom: 2px;
}
#footpanel h3 {
background: #526ea6;
padding: 5px 10px;
color: #fff;
font-size: 1.1em;
cursor: pointer;
}
#footpanel h3 span {
font-size: 1.5em;
float: right;
line-height: 0.6em;
font-weight: normal;
}
#footpanel .subpanel ul{
padding: 0; margin: 0;
background: #fff;
width: 100%;
overflow: auto;
}
#footpanel .subpanel li{
float: none; /*--Reset float--*/
display: block;
padding: 0; margin: 0;
overflow: hidden;
clear: both;
background: #fff;
position: static; /*--Reset relative positioning--*/
font-size: 0.9em;
}
#chatpanel .subpanel li { background: url(images/dash0000.gif) repeat-x left center; }
#chatpanel .subpanel li span {
padding: 30px;
background: #fff;
color: #777;
float: left;
}
#chatpanel .subpanel li a img {
float: left;
margin: 0 5px;
}
#chatpanel .subpanel li a{
padding: 3px 0; margin: 0;
line-height: 50px;
height: 50px;
background: #fff;
display: block;
}
#chatpanel .subpanel li a:hover {
background: #3b5998;
color: #fff;
text-decoration: none;
}
#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
border-top: 1px solid #f0f0f0;
display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;}
#alertpanel .subpanel li a.delete{
background: url(images/delete_x.gif) no-repeat;
float: right;
width: 13px; height: 14px;
margin: 5px;
text-indent: -9999px;
visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
text-align: right;
padding: 5px 10px 5px 0;
}
</style>
<script type="text/javascript" src="jquery-1.js"></script>
<script type="text/javascript">
$(document).ready(function(){
//Adjust panel height
$.fn.adjustPanel = function(){
$(this).find("ul, .subpanel").css({ 'height' : 'auto'}); //Reset subpanel and ul height
var windowHeight = $(window).height(); //Get the height of the browser viewport
var panelsub = $(this).find(".subpanel").height(); //Get the height of subpanel
var panelAdjust = windowHeight - 100; //Viewport height - 100px (Sets max height of subpanel)
var ulAdjust = panelAdjust - 25; //Calculate ul size after adjusting sub-panel (27px is the height of the base panel)
if ( panelsub >= panelAdjust ) { //If subpanel is taller than max height...
$(this).find(".subpanel").css({ 'height' : panelAdjust }); //Adjust subpanel to max height
$(this).find("ul").css({ 'height' : ulAdjust}); //Adjust subpanel ul to new size
}
else if ( panelsub < panelAdjust ) { //If subpanel is smaller than max height...
$(this).find("ul").css({ 'height' : '250'}); //Set subpanel ul to auto (default size)
}
};
//Execute function on load
$("#chatpanel").adjustPanel(); //Run the adjustPanel function on #chatpanel
$("#alertpanel").adjustPanel(); //Run the adjustPanel function on #alertpanel
//Each time the viewport is adjusted/resized, execute the function
$(window).resize(function () {
$("#chatpanel").adjustPanel();
$("#alertpanel").adjustPanel();
});
//Click event on Chat Panel + Alert Panel
$("#chatpanel a:first, #alertpanel a:first").click(function() { //If clicked on the first link of #chatpanel and #alertpanel...
if($(this).next(".subpanel").is(':visible')){ //If subpanel is already active...
$(this).next(".subpanel").hide(); //Hide active subpanel
$("#footpanel li a").removeClass('active'); //Remove active class on the subpanel trigger
}
else { //if subpanel is not active...
$(".subpanel").hide(); //Hide all subpanels
$(this).next(".subpanel").toggle(); //Toggle the subpanel to make active
$("#footpanel li a").removeClass('active'); //Remove active class on all subpanel trigger
$(this).toggleClass('active'); //Toggle the active class on the subpanel trigger
}
return false; //Prevent browser jump to link anchor
});
//Click event outside of subpanel
$(document).click(function() { //Click anywhere and...
$(".subpanel").hide(); //hide subpanel
$("#footpanel li a").removeClass('active'); //remove active class on subpanel trigger
});
$('.subpanel ul').click(function(e) {
e.stopPropagation(); //Prevents the subpanel ul from closing on click
});
//Delete icons on Alert Panel
$("#alertpanel li").hover(function() {
$(this).find("a.delete").css({'visibility': 'visible'}); //Show delete icon on hover
},function() {
$(this).find("a.delete").css({'visibility': 'hidden'}); //Hide delete icon on hover out
});
});
</script>
</head>
<body>
<div id="footpanel">
<ul id="mainpanel">
<li><a href="{U_INDEX}" class="home">Home<small>Home</small></a></li>
<li><a href="{U_PROFILE}" class="profile">View Profile <small>View Profile</small></a></li>
<li><a href="{U_SEARCH}" class="editprofile">Search Posts <small>Search Posts</small></a></li>
<li><a href="{U_MEMBERLIST}" class="contacts">Members<small>Members</small></a></li>
<li><a href="{U_PRIVATEMSGS}" class="messages">Messages (10) <small>Messages</small></a></li>
<li><a href="http://www.designbombs.com/" class="playlist">Play List <small>Play List</small></a></li>
<li><a href="http://www.designbombs.com/" class="videos">Videos <small>Videos</small></a></li>
<li id="alertpanel">
<a href="{PRIVATE_MESSAGE_INFO}" class="alerts">Alerts</a>
<div class="subpanel">
<h3><span> – </span>Notifications</h3>
<ul>
<li class="view"><a href="">View All</a></li>
<li><a href="" class="delete">X</a><p> <a href="{U_PRIVATEMSGS}" >Private Messages</a> Since you have last logged in <a href="{U_PRIVATEMSGS}">Click here to read</a>.</p></li>
</ul>
</div>
</li>
<li id="chatpanel">
<a href="" class="chat">Chat Box </a>
<div class="subpanel">
<ul>
<li><iframe src="http://cleftangels.freeshoutbox.net/" height="300" width="400" frameborder="0"></iframe></li>
</ul>
</div>
</li>
</ul>
</div>
<!-- ENDIF -->
i added after, i added the red part in below code
now my footer has been meshed up..it is not working anymore.<div class="copyright">Powered by <a href="http://www.phpbb.com/"target="_blank">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group<br />
there may be some other reason behind it but
now i am unable to access my admin panel ...
the admin panel link navigates to phpbb.com
and when i manually try to access adm panel it logs me out....
i replaced the orignal file of footer by ftp but still the same thing is there
What should i do plz help me.
the mod i was doing is as follows