Recent Topics

1 Jan 01, 2010 22:24    

My b2evolution Version: Not Entered

Hi all and a happy new year!!

Just installed B2E for the first time. I need to create a tutorial section as part of my site and would like some advice on general config.
Firstly, I deleted the link blog from the dash board and dont thisk I wanted to do that. How can I re instate it?

The tut page will be a list of tuts and their authors, with a little description which will link to the main tutorial. I have written the html for the layout of eacht tut entry but I need a nice clean post without catagory and time showing under the post. How do I remove these from only the links page?

I know to to the following
/*$Item->issue_time( array(
'before' => ' ',
'after' => '',
));*/

but this affects the rest of the main tutorial blogs where i want this post footer included

I spent hours trawling the forum but to no avail.

thanks guys!!

:oops: :oops:

2 Jan 02, 2010 03:21

a) the Linkblog is nothing but a blog that has a "linkblog widget" in it... you can add that widget in any "container(page top-footer-etc.etc.)".

b.) As linkblog is a widget it can has its own widget class set in backoffice(ie: .linkblogpost) . and you can wrap the bits you want not in your linkblog.

<span class="post-detail">
 $Item->issue_time( array(
'before' => ' ',
'after' => '',
)); </div>


and modify the css accordingly,

.linkblogpost .post-detail {display: none;}
/*or visibility: hidden;*/

but there's got a better way to do it through php.

3 Jan 22, 2010 01:10

Thanks for this new feature. Now I can link my blog to it.

*removed


Form is loading...