Blogs caption in post view need help

I want to get rid of everything above in the top of the blogs _title box.  Because it seems redundant.  Since the title is place at the top of the design box and the time, cat, and tags are in the blogs overview.

 

But I can't find the place where I can remove it from here.

 

what I want

Quote · 30 May 2011

i would look in /modules/boonex/blogs/templates/base/blogpost_unit.html

remove this bit of code and you should be good to go:

__author__
            <span class="margined10">
                <span>__post_date__</span>
            </span>
            <span class="margined10">
                <span>__comments_count__ <bx_text:_comments /></span>
            </span>
            <span class="margined10">
                <bx_text:_Categories />: __all_categories__
            </span>
            <bx_text:_Tags />: __post_tags__

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 30 May 2011

That works.  But It also removes the info from the blogs main page as well.  I wish there was a way to remove it from just the post view page.

Quote · 30 May 2011

Well i guess you could dig in the code and tell the main page to use one html file and then tell the blog view to use another html file.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 30 May 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.