 |
boardom b2 message board
|
View previous topic :: View next topic |
Author |
Message |
Peredy
Joined: 22 Jul 2004 Posts: 5 Location: Hickory, NC
|
Posted: Fri Jul 23, 2004 9:29 pm Post subject: date in time in same place.... |
|
|
First, my site that I'm refering to is www.blyster.com/news.htm
I need help getting the time next to the date. If I simply move the PHP icon or the script, the whole thing doesnt work properly. I looked in layout2b.css and couldnt find it. That could be cause whereever the place is that tells that it's in a different table isnt seen anywhere.
I am also having the worst time getting the link removed to the time without changing the font size to the time. I want to change the color of it, keep the size, but remove the link for the time.
Finally, getting the space between the date and the start of the message not so far apart. And the bigger space being After the message.
If anyone know exactly what lines these are in... PLEASE PLEASE PLEASE help me. I cant find it anywhere. Thank you soooo much for any help.
Peredy
www.blyster.com _________________ Peredy
www.blyster.com |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 427 Location: Oslo, Norway
|
Posted: Tue Jul 27, 2004 10:37 am Post subject: |
|
|
I can't see why you'd want to remove the permalinks ("time-links").
To the problem, tho. This is the basic (default) b2loop temp according to this post: http://www.cafelog.com/board/viewtopic.php?t=420, if your's is any different, mind the differences:)
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 } ?> |
What you can do to get the desired effect is this:
<strong><?php the_date("d.m.y"); ?>:<?php the_title(); ?></strong>
NOTE: I'm assuming you're using the default loop tags here and not the design you might be using. This is to give you an idea of what to tamper with:D _________________ Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center |
|
Back to top |
|
 |
|
|
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
|