2012-11-27 10:15:44 +00:00
|
|
|
{$feed=feed($feed)}
|
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
|
|
|
|
2012-12-24 20:27:36 +00:00
|
|
|
<div class="{$feed.object_type}-feed {$feed.object_type}-feed-{$feed.feed_id} feed clearfix" id="feed-{$feed.feed_id}">
|
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-header">
|
|
|
|
<div class="feed-author">
|
2013-01-06 21:55:06 +00:00
|
|
|
<a href="{$userquery->profile_link($feed.user)}"><img src="{$userquery->avatar($feed.user,'small')}" /></a>
|
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
|
|
|
<span class="feed-author-name"><a href="{$userquery->profile_link($feed.user)}">{name($feed.user)}</a></span>
|
|
|
|
</div>
|
2013-01-06 23:25:17 +00:00
|
|
|
<div class="feed-time">{what_time($feed.time_added)} <i class="icon-globe icon-v3"></i></div>
|
2012-11-27 10:15:44 +00:00
|
|
|
</div>
|
|
|
|
<div class="feed-context">
|
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
|
|
|
|
2012-11-27 10:15:44 +00:00
|
|
|
|
|
|
|
{if $feed.message}
|
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-message{if !$feed.content} feed-message-only{/if}">
|
2012-11-30 13:17:16 +00:00
|
|
|
{feed_message($feed)}
|
2012-11-27 10:15:44 +00:00
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $feed.content}
|
|
|
|
{$content=$feed.content}
|
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-content content-{$feed.content_type} clearfix">
|
2012-11-27 10:15:44 +00:00
|
|
|
{if $content.thumb}
|
|
|
|
<div class="content-thumb">
|
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
|
|
|
<a href="{$content.link}"><img src="{$content.thumb}" /></a>
|
2012-11-27 10:15:44 +00:00
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
<div class="content-details">
|
|
|
|
{if $content.title}
|
|
|
|
<div class="content-title">
|
|
|
|
{$content.title}
|
|
|
|
{if $content.sub_title}
|
|
|
|
- {$content.sub_title}
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
{if $content.caption}
|
|
|
|
<div class="content-caption">
|
|
|
|
{$content.caption}
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $content.description}
|
|
|
|
<div class="content-description">
|
|
|
|
{$content.description|truncate:300}
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{$liked='no'}
|
|
|
|
{if $cbfeeds->is_liked($feed.likes)}
|
|
|
|
{$liked='yes'}
|
|
|
|
{/if}
|
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-options clearfix">
|
|
|
|
<div class="feed-triangle"></div>
|
|
|
|
<div class="feed-action-buttons feed-row">
|
2012-11-27 10:15:44 +00:00
|
|
|
<a onclick="like_feed('{$feed.feed_id}');"
|
|
|
|
id="likeable-{$feed.feed_id}"
|
|
|
|
class="feed-like-link"
|
|
|
|
{if $liked=='yes'}
|
|
|
|
data-toggle-text="{lang code='Like'}"
|
|
|
|
data-like="no"
|
|
|
|
{else}
|
|
|
|
data-toggle-text="{lang code='Unlike'}"
|
|
|
|
data-like="yes"
|
|
|
|
{/if}
|
|
|
|
>
|
|
|
|
{if $liked=='yes'}
|
|
|
|
{lang code='Unlike'}
|
|
|
|
{else}
|
|
|
|
{lang code='Like'}
|
|
|
|
{/if}
|
2012-11-30 13:17:16 +00:00
|
|
|
</a> •
|
|
|
|
<a href="javascript:void(0);" onclick="$('#add-comment-{$feed.feed_id}').focus()">Comment</a> • Share
|
2012-11-27 10:15:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="feed-interaction">
|
|
|
|
|
|
|
|
|
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-likes feed-row" id="like-phrase-{$feed.feed_id}">
|
2012-11-27 10:15:44 +00:00
|
|
|
{get_likes_phrase($feed.likes,$feed.likes_count,$liked)}
|
|
|
|
</div>
|
|
|
|
|
2012-11-30 13:17:16 +00:00
|
|
|
|
|
|
|
<div class="feed-comment-content">
|
|
|
|
{if $feed.comments_count > 0}
|
|
|
|
{$feed_comments=feed_comments($feed)}
|
|
|
|
{foreach $feed_comments as $comment}
|
|
|
|
{$comment_tpl=get_template('single_feed_comment','path')}
|
|
|
|
{include file=$comment_tpl comment=$comment}
|
|
|
|
{/foreach}
|
|
|
|
{/if}
|
|
|
|
</div>
|
2012-11-27 10:15:44 +00:00
|
|
|
|
|
|
|
<div id="new_comment_placeholder_{$feed.feed_id}"></div>
|
|
|
|
|
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-27 10:15:44 +00:00
|
|
|
<div class="feed-comment-author">
|
|
|
|
<img src="{$userquery->avatar($userquery->udetails,'small')}" />
|
|
|
|
</div>
|
|
|
|
<div class="feed-comment-text">
|
|
|
|
<div class="add-comment-field">
|
|
|
|
<form id="feed-form-{$feed.feed_id}" onsubmit="add_feed_comment('{$feed.feed_id}'); return false;">
|
2012-11-30 13:17:16 +00:00
|
|
|
<textarea class="comment-field mention"
|
|
|
|
name ="comment_text"
|
|
|
|
id="add-comment-{$feed.feed_id}" data-feed-id="{$feed.feed_id}"></textarea>
|
|
|
|
|
2012-11-27 10:15:44 +00:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clearfix"></div>
|