Skip to Content Skip to Menu

Plugin - Friends Updates

  • NateM
  • NateM
  • OFFLINE
  • Posts: 31
  • Thanks: 0
  • Karma: 3
15 years 9 months ago #85703 by NateM
Replied by NateM on topic Re:Friends Updates
Would be nice if we could integrate this AJAX "What are you doing" plugin into the updates.

downloads.srilankeeya.com/index.php?option=com_remository&Itemid=3

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48424
  • Thanks: 8274
  • Karma: 1443
15 years 9 months ago #85993 by krileon
Replied by krileon on topic Re:Friends Updates
Development is on indefinite hold for Friends Updates as the Activity Plugin from CB will be a good replacement (when it releases).


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • coleus
  • coleus
  • OFFLINE
  • Posts: 8
  • Thanks: 0
  • Karma: 1
15 years 7 months ago #91926 by coleus
Replied by coleus on topic Re:Friends Updates
NateM wrote:

Would be nice if we could integrate this AJAX "What are you doing" plugin into the updates.

downloads.srilankeeya.com/index.php?option=com_remository&Itemid=3


Edit file: /...r/plugin/user/plug_cbwhatareyoudoing/whatru.php

somewhere around line 90 look for
[code:1] $database->setQuery($query);

if (!$database->query()) die($database->stderr(true));[/code:1]
add after this code:
[code:1]//FriendsUpdates


$rsargs = JRequest::getVar( 'rsargs' );
$value = addslashes($rsargs[2]);

$query= "INSERT INTO #__comprofiler_plug_friendsupdates (time,name,nameid,text) VALUES ('"
.time()."','"
.mysql_real_escape_string('<a href="index.php?option=com_comprofiler&task=userProfile&user='.$my->id.'">'.$my->username.'</a>')."','"
.mysql_real_escape_string($my->id)."','"
.mysql_real_escape_string($value)."')";
$database->setQuery($query);
if (!$database->query()) die($database->stderr(true));
//FriendsUpdatesEND [/code:1]

Please Log in or Create an account to join the conversation.

  • mediaguru
  • mediaguru
  • OFFLINE
  • Posts: 365
  • Thanks: 1
  • Karma: 70
15 years 7 months ago #91933 by mediaguru
Replied by mediaguru on topic Re:Friends Updates
Cool to hear of work on this.

After seeing how much money the what are you doing plug was, I wrote a simple plug of my own which shows an update and allows users to post status updates.

Nothing fancy though and not smart enough to do friend feeds like facebook etc...

CB/Joomla golf site: www.thegolfspace.com
Geek/joomla site: www.tkserver.com

Check out my Joomla/CB projects:

* LIKE thumbs up system for "liking" content items
* Karma - CB user rating system
* Golf Score Tracker
* Jitter - status update system. "What's on your mind?"
* CB Author Plug - Shows CB author link and avatar in content items. J1.5 compatible and very customizable!

Found on my web site or in the Joomlapolis Directory !

Please Log in or Create an account to join the conversation.

15 years 7 months ago #91940 by steveometer
Replied by steveometer on topic Re:Friends Updates
if your looking for feeds, try looking at the SoM user feed.... also does friends feeds and more, with new hacks coming out all the time. and it works in all versions of browsers, which i cannot say about all the new java based profile programs

SoM

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum