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: 1656
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 135 times)

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


http://a.imageshack.us/img831/5562/mybikes.png
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 online Daffy  United Kingdom
Messages: 240
Registered: October 2009
Location: uk
Releaser

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


http://i182.photobucket.com/albums/x93/deanobaby_bucket/daffy.png
http://www.santrex.net/img/santrex_logo.gif
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: 1656
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 online Daffy  United Kingdom
Messages: 240
Registered: October 2009
Location: uk
Releaser

thanks mate. works perfect.


http://i182.photobucket.com/albums/x93/deanobaby_bucket/daffy.png
http://www.santrex.net/img/santrex_logo.gif
Previous Topic:Gamer17
Next Topic:vista
Goto Forum:
  


Current Time: Tue Sep 7 15:17:37 BST 2010

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

Powered by: FUDforum 3.0.0.
Copyright ©2001-2009 FUDforum Bulletin Board Software