******* - Advanced Profile Posts [Paid] [Deleted]

Status
Not open for further replies.

Brivium

Well-known member
******* submitted a new resource:

******* - Advanced Profile Posts - Brings the way to allow your members share information on XenForo reveals more than you think.

INFORMATION:
Brings the way to allow your members share information on XenForo reveals more than you think.

FEATURES:
- Can allow users to share their feelings or what activities they're participating.
- Can allow users to mentioning other users on their status.
- Can allow users to mentioning a location (maps) on their status.
- Can allow users to share their photo image(s).
- Or users can share all of them (feeling, tag other users,...

Read more about this resource...
 
This is a nice social upgrade for profiles.

Does this work with the xenforo 1.4 profile post sidebar block? How does the block show status updates with large images or location maps?
 
This is a nice social upgrade for profiles.

Does this work with the xenforo 1.4 profile post sidebar block? How does the block show status updates with large images or location maps?

Implemented.

We'll just wait for that now and need to an importer like comment add-on.
 
Not works with https://xenforo.com/community/resources/comment-like.3075/

Server Error
Mysqli prepare error: Not unique table/alias: 'liked_content'
  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
  5. XenForo_Model->fetchAllKeyed() in XenForo/Model/ProfilePost.php at line 961
  6. XenForo_Model_ProfilePost->getProfilePostCommentsByIds() in *******/AdvancedProfilePosts/Model/ProfilePost.php at line 43
  7. *******_AdvancedProfilePosts_Model_ProfilePost->getProfilePostCommentsByIds() in Nobita/CommentLike/XenForo/Model/ProfilePost.php at line 60
  8. Nobita_CommentLike_XenForo_Model_ProfilePost->getProfilePostCommentsByIds() in XenForo/Model/ProfilePost.php at line 1051
  9. XenForo_Model_ProfilePost->addProfilePostCommentsToProfilePosts() in XenForo/ControllerPublic/FindNew.php at line 297
  10. XenForo_ControllerPublic_FindNew->actionProfilePosts() in XenForo/FrontController.php at line 347
  11. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  12. XenForo_FrontController->run() in /www///-/index.php at line 13
 
Activities should not be in the same row but including one or two lines.
looks better.
The posting also would be good if it would stand under the user Name.
 
You need to Comment Like importer. That's why I said this on my first and second message. Before importer, we cannot use this add-on because there is a lot of user uses comment like in our forums.
There is also no images are displayed, which is still missing.
 
Better status post view, see you:

sdfsd.webp

HTML:
<xen:require css="message_simple.css" />
<xen:require css="bb_code.css" />
<li id="{$messageId}" class="primaryContent messageSimple {xen:if $message.isDeleted, 'deleted'} {xen:if '{$message.is_staff}', 'staff'} {xen:if $message.isIgnored, ignored}" data-author="{$message.username}">
<xen:avatar user="$message" size="s" img="true" />

<div class="messageInfo">

<xen:if hascontent="true">
<ul class="messageNotices">
<xen:contentcheck>
<xen:hook name="message_simple_notices" params="{xen:array 'message={$message}'}">
<xen:if is="{$message.warning_message}">
<li class="warningNotice"><span class="icon Tooltip" title="{xen:phrase warning}" data-tipclass="iconTip flipped"></span>{$message.warning_message}</li>
</xen:if>
<xen:if is="{$message.isDeleted}">
<li class="deletedNotice"><span class="icon Tooltip" title="{xen:phrase deleted}" data-tipclass="iconTip flipped"></span>{xen:phrase this_message_has_been_removed_from_public_view}</li>
<xen:elseif is="{$message.isModerated}" />
<li class="moderatedNotice"><span class="icon Tooltip" title="{xen:phrase awaiting_moderation}" data-tipclass="iconTip flipped"></span>{xen:phrase this_message_is_awaiting_moderator_approval_and_is_invisible_to_normal}</li>
</xen:if>
<xen:if is="{$message.isIgnored}">
<li>{xen:phrase you_are_ignoring_content_by_this_member} <a href="javascript:" class="JsOnly DisplayIgnoredContent">{xen:phrase show_ignored_content}</a></li>
</xen:if>
</xen:hook>
</xen:contentcheck>
</ul>
</xen:if>
<div class="messageContent">
<xen:username user="$message" class="poster" rich="true" /><br />
<article><blockquote class="ugc baseHtml{xen:if $message.isIgnored, ' ignored'}">{xen:helper bodyText, $message.message}</blockquote></article>
<xen:if is="{$message.brapp_status}">
<br />
  <img src="/styles/*******/BRAPP/pfeil.png" alt=""> {$message.brapp_status.0}
<img src="{$message.brapp_status.2}" class="{$message.brapp_status.3}" style="width:18px; height:18px"/>
{$message.brapp_status.1}
<br />
</xen:if>
<xen:if is="{$message.attachments}">
<br /><br />
<div class="uploadImg">
<xen:foreach loop="$message.attachments" value="$attachment">
<xen:if is="{$attachment.thumbnailUrl}">
<a href="{xen:link attachments, $attachment}" target="_blank" class="LbTrigger"
data-href="{xen:link misc/lightbox}" >
<img src="{$attachment.thumbnailUrl}" alt="{$attachment.filename}" href="{xen:link attachments, $attachment}" class="LbImage"/>
</a>
</xen:if>
</xen:foreach>
</div>
</xen:if>
<xen:if is="{$message.brapp_location}">
<br /><br />
<div class="BRAPPMapViewer"
data-latitude = "{$message.brapp_location.0}"
data-longitude = "{$message.brapp_location.1}"
data-address = "{$message.brapp_location.2}"
data-title = "{$message.brapp_location.3}"
data-zoom = "{$message.brapp_location.4}"
style = "width:{$xenOptions.BRAPP_widthOfLocation}px; height:{$xenOptions.BRAPP_heightOfLocation}px" >
</div>
</xen:if>
<xen:if is="{$message.brapp_tag}">
<br /><br />
<img src="/styles/*******/BRAPP/wer.png" alt=""> {xen:phrase with_people}
{xen:helper taguser, {xen:link profile-posts/tag-user, $message}, $message.brapp_tag }.
</xen:if>
</div>
{xen:raw $messageAfterTemplate}
</div>
</li>

I have <br /> add
 

Attachments

  • pfeil.webp
    pfeil.webp
    318 bytes · Views: 0
  • wer.webp
    wer.webp
    410 bytes · Views: 0
Last edited:
******* updated ******* - Advanced Profile Posts with a new update entry:

21/10/2014: Version 1.1.0

- Added permission like profile comment.
- Added can tag users on other user's wall.
- Added can post location on other user's wall.
- Added can post images on other user's wall.
- Added can post status activity on other user's wall.
- Added importer tool to import comment like from addon "Nobita - Comment Like".
- Added advanced share form on New Profile Posts page and display newsfeed also (Only for XenForo 1.4.x).
- Added advanced share form on New Profile Posts sidebar widget and display...

Read the rest of this update entry...
 
Status
Not open for further replies.
Top Bottom