Recent Topics

1 Nov 03, 2008 13:53    

My b2evolution Version: 2.x

How can I change the the following when I post something new;
(I have the crystal skin installed btw)

03-11-08
01:43:27 pm, by admin , 4 words
Categories: Streaming Videos

In just

date (in smaller font size like the time)
Categories: Streaming Videos

So without the exact time, poster and word count

------------------------

Also I tryed to change the header pic. of my blog, created a new one in photoshop, put in the same folder, named it header2.jpg and changed the style.css to header2.jpg, but he is still showing the old one.

Also when I try to delete the old header pic. it keeps coming back somehow

2 Nov 03, 2008 14:17

Hi JanJ,

Open /skins/crystal_glass/index.main.php
1) remove

		<?php
			// ------------------------------ DATE SEPARATOR ------------------------------
			$MainList->date_if_changed( array(
					'before'      => '<h2>',
					'after'       => '</h2>',
					'date_format' => '#',
				) );
		?>


2) change

				// Permalink:
				$Item->permanent_link( array(
						'text' => '#icon#',
					) );

				$Item->issue_time( array(
						'before'    => ' ',
						'after'     => '',
					));

				$Item->author( array(
						'before'    => ', '.T_('by').' ',
						'after'     => '',
					) );


into:

				$Item->issue_date( array(
						'before'    => '',
						'after'     => '',
					));


For the othr question I'd need to see your blog.

Good luck

4 Nov 03, 2008 16:08

JanJ wrote:

named it header2.jpg and changed the style.css to header2.jpg, but he is still showing the old one.

no you havent

your site's stylesheet wrote:

.pageHeader {
background: url(img/header.jpg) no-repeat bottom center;

6 Nov 03, 2008 16:35

k I worked in the wrong folder its working now,

the header is not 100% correct now, but its just a test ;)

The other thing worked too, changed/deleted some text place


Form is loading...