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:
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.
and modify the css accordingly,
but there's got a better way to do it through php.