smoothghost
Joined: 13 Jul 2004 Posts: 1
|
Posted: Tue Jul 13, 2004 10:31 pm Post subject: B2 and phpsiteskin |
|
|
Hello. I'm trying to figure out how to use phpsiteskin (http://www.seasonalplume.net/phpsiteskin/) with b2, but I can't get it to work. Could someone help me, please? Or is there a tutorial that tells you how to use these two together?
If this helps... I'm using this kind of code:
Code: |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<HTML>
<HEAD>
<?php comments_popup_script() ?>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>title</TITLE>
<META HTTP-EQUIV="Expires" CONTENT="-1"><META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<link rel="stylesheet" href="style.css" type="text/css">
<BODY>
<div style="position:absolute; top:10; left:5; width:323;" align="justify">
<!--
#####################################
Blog
#####################################
-->
<b>BLOG</b><br>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<br><?php the_date("","<b>","</b> -"); ?> <?php comments_popup_link("walk with me?", "1 moonwalker", "% moonwalkers") ?>
<?php include ("b2comments.php"); ?><br>
<?php permalink_anchor(); ?>
<?php the_title(); ?><br />
<?php the_content(); ?><?php link_pages("<br />Pages: ","<br />","number") ?>
<br />
<br><div align="right"><strong><?php the_author() ?></strong> moonwalked @ <?php the_time() ?>
</div>
<br><br><div align="center"><img src="div.jpg" border="0" alt=""><br><br><br></div>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
Archives: <?php include("b2archives.php"); ?><br>
[powered by <a href="http://cafelog.com" target="_blank">b2</a>]
</div>
</body>
</html>
|
My biggest trouble is that "blog.header.php". B2 needs it in order to work, but it doesn't work with phpsiteskin and I don't know what to do. I would be very grateful if someone could help me. And I'm sorry if there's already a topic for this, but I'm so tired of looking a tutorial for this. Thanks. |
|