Recent Topics

1 Jul 23, 2009 10:08    

My b2evolution Version: 2.x

Okay so im using good living blog theme and i wana change a few things.

Firstly - on my one blog i want the newest posts at the top - not at the bottom - is this just as simple as changing desc to asc somewhere ?

I want my posts in that same blog to display differently - i want the username of the poster on the left and the message on the right - like a forum.

and lastly i want the messages to be like this

post 1(dark blue)
post 2(light blue)
post 3(dark blue)
post 4(light blue)

any tips on how to acheive these things ?

2 Jul 23, 2009 17:47

Sorry, I don't have a copy of that skin

1) yes

2) if you look in your skin you should be able to move a block of code that looks like $Item->author(); ... ish

3) .... this one's a smidge harder, but look for some code that looks like echo '<div class="bPost">'; and change it to : echo '<div class="bPost'.( ( $odd = empty( $odd ) ) ? ' bPost_odd' : ' bPost_even' ).'">';

¥

3 Jul 27, 2009 18:43

question 2 and 3 are related to comments not posts and problem 1 has been sorted out - thanks.

can you please point me in the direction for fixing q 2 and 3.

4 Jul 29, 2009 16:52

ok only problem 3 remains - how and where do i insert the text you suggested - obviously the class needs to change too.


Form is loading...