boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

B2 and phpsiteskin

 
Post new topic   Reply to topic    boardom Forum Index -> How to ?
View previous topic :: View next topic  
Author Message
smoothghost



Joined: 13 Jul 2004
Posts: 1

PostPosted: Tue Jul 13, 2004 10:31 pm    Post subject: B2 and phpsiteskin Reply with quote

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.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> How to ? All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group