Updated : upgrade_3.0.sql
Updated : edit_account.php, Now when avatar is set it redirects to user profile
Updated : EXIF Data url
Updated : queryString function regex. Old one was removing complete query string
Updated : display_manager_links(), now all variables except omo are removed from url
Added : Make profile link for photos @startup.php
Added : return_object_order in template_functions.php, This returns the order of provided omo value
Updated : Order checking @manage_collections.php and @manage_photos.php. Now only return_object_order is used
Updated : Updating of photo when it is uploaded
Updated : photo.html, single_feed.html, single_feed_comment.html, photo_form.html, user.html, video.html, /view_channel/feed.html, manage_photos.html, view_channel.html
Added : user_contacts.html, user_photos.html and user_videos.html
Added : autoComplete parameter for photo tagging
Updated : default.css, feeds.css and view_channel.css
Updated : user_contacts.php
Added : Next and Previous photos links @view_item.php
Fixed : Avatar Delete
Fixed : getProfileItem method of $userquery
2012-12-04 13:27:13 +00:00
|
|
|
<div class="feed-comment feed-row">
|
2012-11-05 11:35:42 +00:00
|
|
|
|
|
|
|
<div class="feed-comment-author">
|
|
|
|
<img src="{$userquery->avatar($comment,'small')}" />
|
|
|
|
</div>
|
|
|
|
<div class="feed-comment-text">
|
|
|
|
<a href="{$userquery->profile_link($comment)}" class="feed-comment-author-name">{name($comment)}</a>
|
2012-11-30 13:17:16 +00:00
|
|
|
{comment($comment)}
|
2012-11-05 11:35:42 +00:00
|
|
|
<div class="feed-comment-likes">
|
|
|
|
<!-- @todo finish this -->
|
|
|
|
{what_time($comment.date_added,false)}
|
|
|
|
|
|
|
|
<!--@tpdp make comments likeable . Like . <i class="icon icon-like"></i> 3 -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|