public photos and members...ugh!
QuoteNov 20, 2010 13:570 likesLike
 

ok maybe someone can help and maybe there is a few people wanting the samething :)

1. on public photos block and members block on homepage (index.php) at the bottom left hand corner it shows "veiw all" and on the right bottom side it shows those dumb navagation arrows, how can this be removed i hate it.

2. also on public photos on hompage (index.php) this is what it shows under each photo:

* From: username

* xxx days ago

* xx Views

how can i remove the "days ago" thing?...........i know its some good people out there that would help for the fuck of it and not so quick to send their paypal addy for payment hahahahaha. i tried firebug but i just cant figure it out :(

Damn i can't wait for Dolphin10 to be released, Its gonna be awesome :)
QuoteFeb 11, 2012 17:160 likesLike
 

I am wanting to know the same exact thing. I can't figure out what file to edit from firebug either. Every file I look at does not look like that file at all.

QuoteFeb 11, 2012 17:260 likesLike
 

to remove the views and days ago on home page, go to;

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

Find;

<div class="sys_file_search_when">{when}</div>
    <div class="sys_file_search_when">{view} <bx_text:_Views /></div>

make it look like this;

<!--<div class="sys_file_search_when">{when}</div>
    <div class="sys_file_search_when">{view} <bx_text:_Views /></div>-->