How do you remove "days ago"

I was wondering if there was a way to remove "days ago" in videos, sounds, files, photos. I did the search and could find anything. It would also be nice if you could remove the size of the photo 612x500 is such an eye sore.

 

photos sounds

files

 

Or is this here for a reason like the calendar blocks.

Thanks in advance for any response

Quote · 26 Oct 2012

You need to modify these files and clear cache after :

 

modules\boonex\photos\templates\base\browse_unit.html

modules\boonex\videos\templates\base\browse_unit.html

modules\boonex\files\templates\base\browse_unit.html

modules\boonex\sounds\templates\base\browse_unit.html

 

See what these files look like below. You will need to remove the bold text :

 

<div class="sys_file_search_unit bx_photos_search_unit" id="unit_{id}">
    {pic}
    <div class="sys_file_search_header">
        <div class="sys_file_search_rate">{rate}</div>
        <div class="sys_file_search_size">{size}</div>
        <div class="clear_both"></div>
    </div>
    <div class="sys_file_search_title"><a href="{titleLink}" title="{title}">{title}</a></div>
    <div class="sys_file_search_bottom">
        <div class="sys_file_search_from"><bx_text:_From /> <a href="{fromLink}">{from}</a></div>
    </div>
    <div class="sys_file_search_when">{when}</div>
    <div class="sys_file_search_when">{view} <bx_text:_Views /></div>
</div>

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 26 Oct 2012

Thanks Modzzz! I will give it a try seems easy enough.

Quote · 26 Oct 2012

Worked like a charm, need to remember to clear cache after removing code.

Quote · 26 Oct 2012

Is there a way to get rid of file type on the photo in ads photo?

ads photo

How do you get rid of the "days ago" in the albums? Video, sounds, photos etc...

albums

sounds

photos

video albums

In sites?

sites

Thanks in advance.

Quote · 29 Oct 2012

Bump...no clues anyone here at da forums?

Quote · 1 Nov 2012

Bump (again)

Quote · 19 Feb 2013

One of my first rants was the "days ago" on blog posts.  I wanted the date; when was 1362 days ago LOL; with the date you can see, Oh that was posted on .... ; Dolphin was the first application I saw this days ago stuff.  I got no answer on that so had to go digging through the code to find what I wanted.  Dates/times are stored in the Unix timestamp; so if you want to change "days ago" to a date; you need to go read up on the PHP date() function.

Geeks, making the world a better place
Quote · 20 Feb 2013
 
 
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.