Recent Topics

1 Nov 15, 2007 23:33    

My b2evolution Version: 2.1.x

i am using b2evo 2.1 las vegas latest.. there is a text field to enter tags , but they dont show with the post...

how can i get this as in wp: http://img207.imageshack.us/my.php?image=eeegw0.jpg

thank you in advace..

2 Nov 16, 2007 01:22

If you're using one of the default skins then they should show at the bottom of your post

¥

3 Nov 16, 2007 13:23

i am using evopress theme, cant i make them show with this theme ?

4 Nov 16, 2007 13:36

i ve tried all the default themes but they dont show :S what am i supposed to do

5 Nov 16, 2007 13:37

Thats right, that skin does not have...

<?php
				// List all tags attached to this post:
				$Item->tags( array(
						'before' =>         '<div class="bSmallPrint">'.T_('Tags').': ',
						'after' =>          '</div>',
						'separator' =>      ', ',
					) );
			?>


in it's item.main.php file

I would try adding it straight after ...

<?php
				// ---------------------- POST CONTENT INCLUDED HERE ----------------------
				skin_include( '_item_content.inc.php', array(
						'image_size'	=>	'fit-400x320',
					) );
				// Note: You can customize the default item feedback by copying the generic
				// /skins/_item_feedback.inc.php file into the current skin folder.
				// -------------------------- END OF POST CONTENT -------------------------
			?>

if I understand what your getting at, I could be wrong !!

6 Nov 16, 2007 13:57

John wrote:

if I understand what your getting at, I could be wrong !!

Don't be modest, John. You are completely spot on and thanks for providing the code.

Good luck

7 Nov 16, 2007 14:06

yea.. worked definitely.. you are the man john :) thans for taking your time..


Form is loading...