Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » PMBT 2.X Themes » Halloween
Halloween [message #2316] Mon, 09 February 2009 05:21 Go to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
http://img16.imageshack.us/img16/9192/halloweenix2.th.png
  • Attachment: Halloween.rar
    (Size: 606.73KB, Downloaded 258 times)


http://a.imageshack.us/img831/5562/mybikes.png

[Updated on: Sun, 07 June 2009 00:22]

Report message to a moderator

Re: Halloween [message #3033 is a reply to message #2316] Fri, 23 October 2009 19:03 Go to previous messageGo to next message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

nice theme. how do i make this nice and centeral like say.... acidtech theme.

Re: Halloween [message #3039 is a reply to message #3033] Sat, 24 October 2009 04:46 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
yes it is easy open main.php
find
echo "<div id=\"overDiv\" style=\"position:absolute; visibility:hidden; z-index:1000;\"></div>\n";

and add after
echo "<div id=\"pmbtwrap\">\n";

then find
</body>
</html>';
}

and make it
</div></body>
</html>';
}

you well also need to add private mode check
find
if($user->user)echo "<body onload=\"shoutthis_ajax()\">\n";
else
echo "<body>";

and add after
function newuserpage($page)
{
if(eregi("user.php",$page))return true;
if(eregi("takeconfirminvite.php",$page))return true;
if(eregi("confirminvite.php",$page))return true;
return false;
}
if($pivate_mode AND !$user->user AND !newuserpage($_SERVER["PHP_SELF"])){
 loginrequired("user", false);
include'footer.php';
}

For PMBT2.0.4 make sure you follow the announcemaent posted in this forum section!


http://a.imageshack.us/img831/5562/mybikes.png
Re: Halloween [message #3044 is a reply to message #3039] Sat, 24 October 2009 11:53 Go to previous message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

thanks mate. works perfect.

Previous Topic:Gamer17
Next Topic:vista
Goto Forum:
  


Current Time: Thu Feb 09 13:58:39 GMT 2012

Total time taken to generate the page: 0.00723 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software