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 

Making your own template the easy way
Goto page Previous  1, 2, 3, 4, 5
 
Post new topic   Reply to topic    boardom Forum Index -> Template help
View previous topic :: View next topic  
Author Message
lynn



Joined: 04 Jul 2003
Posts: 19
Location: USA

PostPosted: Mon Nov 24, 2003 11:15 pm    Post subject: Reply with quote

Never mind; I fixed it. Very Happy But I have many other questions. PHP is confusing and scary.

Just one question for now... What do I need to put in the menu to get the category and archive links to appear there?

Just one more question (for now) Why are there two different versions of my blog, here: http://aeternam626.com//b2/ and here:
http://aeternam626.com/b2/index.php and some things I do updates both versions and some only one of them? What do I need to do so there will be just one that works all the time?

Sorry I'm so helpless and pathetic
Back to top
View user's profile Send private message
lynn



Joined: 04 Jul 2003
Posts: 19
Location: USA

PostPosted: Fri Nov 28, 2003 6:49 pm    Post subject: Reply with quote

Hello....? Anyone? (sound of crickets chirping) Sad

I guess I shouldn't have put "Never mind, I fixed it" at the beginning in bold. Nobody read the important part. I didn't fix everything yet. I still have a BIG problem.
Back to top
View user's profile Send private message
joan



Joined: 22 Dec 2003
Posts: 9

PostPosted: Sun Dec 28, 2003 10:47 pm    Post subject: Reply with quote

how do i edit:
Code:
<!-- // b2 loop start -->
    <?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
 
 
 <?php the_date("d.m.y","<h1>","</h1>"); ?>
 
 <p>
 <?php permalink_anchor(); ?>
 
 <strong><?php the_title(); ?></strong> (category: <strong><?php the_category() ?></strong>)<br />
 <?php the_content(); ?><?php link_pages("<br />Pages: ","<br />","number") ?>
 <br />
 <em>posted by <strong><?php the_author() ?></strong> @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a></em>
 <br />
 <a href="<?php comments_link() ?>"><?php comments_number("no comments", "1 comment", "% comments") ?></a>
 
 </p>
 
 <?php include ("b2comments.php"); ?>
 
 
    <!-- // this is just the end of the motor - don't touch that line either :) -->
    <?php } ?>

so that I have b2commentspopup.php?
Back to top
View user's profile Send private message
Mags



Joined: 02 Jan 2004
Posts: 2
Location: Canada

PostPosted: Fri Jan 02, 2004 8:34 pm    Post subject: Reply with quote

Hi, I've been trying to customize my template, and my css doesn't seem to be working. Actually I think I might have deleted things that I shouldn't have...does anyone know why my css isn't working and if I DID delete something I shouldn't have?

Quote:

<HTML>

<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>

<head>

<title>
this is your ghost        that kneels before me .
</title>


<style type="text/css">
<!--body {
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #Ffffff;
scrollbar-base-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #000000;
}
-->

<!--
A:link { COLOR: #FFFFFF; text-decoration: none;}
A:visited { COLOR: #646464; text-decoration: none; cursor:default;}
A:active { COLOR: #000000; TEXT-DECORATION: none;}
a:hover { text-decoration: color:#EBEBEB;}

-->

<!--
body,tr,td, h6, p, li
{font-size: 8pt;
font-family: arial;
color:#000000;
line-height:12px;
letter-spacing:0pt;
-->

<!--
BODY
{background-image:url(YOUR IMAGE URL HERE);
background-attachment:fixed;
background-color:#C0C0C0}
-->

<!-- h6
{font-size: 8pt;
font-weight:normal}
-->
<!--
input, textarea
{color: #000000;
background: #C8C8C8;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
font-family: arial;
text-align: left;
border-width: 1px;
border-style: solid;
border-color:#000000;
filter: alpha(opacity=50)}
-->
</style>

</head>

<BODY>

<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>


<p>
<?php permalink_anchor(); ?>

<?php the_date("mdY") ?> - <?php the_time("H:ia") ?><br />
<?php the_content(); ?><?php link_pages("<br />Pages: ","<br />","number") ?>
<br />
<B><?php the_author() ?></b> - <a href="<?php comments_link() ?>"><?php comments_number("no comments", "1 comment", "% comments") ?></a>

</p>

<?php include ("b2comments.php"); ?>


<!-- // this is just the end of the motor - don't touch that line either Smile -->
<?php } ?>

</BODY>
</HTML>

Back to top
View user's profile Send private message
epolady



Joined: 30 Jul 2002
Posts: 800
Location: Texas

PostPosted: Fri Jan 02, 2004 8:38 pm    Post subject: Reply with quote

Mags wrote:
Hi, I've been trying to customize my template, and my css doesn't seem to be working. Actually I think I might have deleted things that I shouldn't have...does anyone know why my css isn't working and if I DID delete something I shouldn't have?

Looks okay to me, got a URL to where it's not working?
_________________
Please, no PMs.
Do a search before posting a question.
We're not mind readers, provide URLs and/or source code.
Back to top
View user's profile Send private message
Mags



Joined: 02 Jan 2004
Posts: 2
Location: Canada

PostPosted: Sat Jan 03, 2004 2:32 am    Post subject: Reply with quote

Well it's at http://poetic-tragedy.org/b2/index.php
Back to top
View user's profile Send private message
epolady



Joined: 30 Jul 2002
Posts: 800
Location: Texas

PostPosted: Sat Jan 03, 2004 2:51 am    Post subject: Reply with quote

I'm having trouble connecting to your site, you may want to talk to your host about this.
_________________
Please, no PMs.
Do a search before posting a question.
We're not mind readers, provide URLs and/or source code.
Back to top
View user's profile Send private message
blanche



Joined: 02 Jan 2004
Posts: 4

PostPosted: Fri Jan 09, 2004 11:58 pm    Post subject: Reply with quote

Ok, I used this template and everything worked fine, until I was told that IE users can't see the line breaks that I inserted after the comments. All of the entries just stick together in one big post for IE users.

I have tried moving the br tags around in the code and nothing helps. I even tried using new paragraph. Doesn't work either. Then I thought that I could maybe move the comments (since someone had a hard trouble knowing to which post the comments belonged). Now I discover that it doesn't matter where i put the comments code, it shows up at the same place anyway. (under "posted by") I can't even get them to go directly after the "posted by", they always end up under, even though there are no line break there at all.

I'm going crazy here. *sigh*
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Template help All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4, 5
Page 5 of 5

 
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