Loading...
 
Skip to main content

Category: Friendship network (Community)

Friendship network (Community)
Show subcategories objects

Name Type
Caldrac Caldrac
This should be migrated to the community site, and handled with ((doc:Organic groups)) and ((doc:User Trackers))
tracker item
eclvvin
This should be migrated to the community site, and handled with ((doc:Organic groups)) and ((doc:User Trackers))
tracker item
accepting friendship request produces notice: undefined variable local_sender_email in messulib.php
I've accepted a friendship request, using 1.9cvs code from a couple of days, and I saw those two lines at the top of the page,

^Notice: Undefined variable: local_sender_email in /home/httpd/tiki19/lib/messu/messulib.php on line 90

Notice: Undefined variable: local_sender_email in /home/httpd/tiki19/lib/messu/messulib.php on line 91
^

plus the normal output below:
^
Accepted friendship request from userXXX^

tiki-friends.php?accept=userXXX

BTW, "friendship network" is missing from categories Feature in this website dev.tw.o! (so that, nowadays, it cannot be selected at bug report time)
tracker item
Activity Stream, Admin interface; Custom activities rules link should also be placed where the option is set.
Following the doc at https://doc.tiki.org/PluginActivityStream I set activity stream and login as admin to create my first rules.
At tiki-admin.php?page=community#contentadmin_community-2 I enabled Custom activities and apply.
I was expecting something to be visible, a button to add or create my first rule but the screen stays put.
I retried again and activate everything but nothing else was displayed.

I re-look at the video to understand that at the top of the page (not visible when you are looking at the Activity Stream options) they were a link, that was always there "Activity Rules" that goes to an external page, https://next.tiki.org/tiki-managestream-list

This implementation is different from most of what we find in Tiki Administration and really not user friendly for a new admin or someone discovering the feature. While it is ok to have on the top it should be also visible near the direct related option "Custom activities" checkbox as soon as you enable it.

{img fileId="1723" thumb="box"}

Another thing that would be nice is to be informed of the existence and eventually the number of rules that have been created.

For example, and to make it small, near the Activity Rules link a badge with the number of exiting custom activity rules. (0 for none is good to indicate no rule have been made yet)
tracker item
Add Activity Stream video to tv.tiki.org and doc.tiki.org
A nice video was made during TikiFestBootstrap, which should end up here: http://doc.tiki.org/Activity+Stream
tracker item
Add Friend dialog: search should also be able to find by real name
Make it possible to find users by their real name on add_friend (in social service controller)
tracker item
Always "away" even if not distance available
{flash type="url" movie="display639" width="1126" height="801"}

See comments as well
tracker item
BigBlueButton fails to load
BigBlueButton fails to load and exits at this url:

/tiki-ajax_services.php?controller=bigbluebutton&action=join

I have traced it to the following function in /lib/core/Services/Broker.php:

private function attemptProcess($controller, $action, $request)
{

if (isset($this->controllerMap[$controller])) {
$controllerClass = $this->controllerMap[$controller];
$handler = new $controllerClass;
$method = 'action_' . $action;

if (method_exists($handler, $method)) {

if (method_exists($handler, 'setUp')) {
$handler->setUp();
}
return $handler->$method($request);

} else {
throw new Services_Exception(tr('Action not found (%0 in %1)', $action, $controller), 404);
}
} else {
throw new Services_Exception(tr('Controller not found (%0)', $controller), 404);
}
}


the code stops functioning at this line of code:

return $handler->$method($request);
tracker item
Community Currencies
wiki
Community user list goes to the homepage (page not found I guess) at tiki.org
At Tiki.org we have a Community item in the menu.
Community user list goes to the homepage (page not found I guess) instead of showing my list of user (friends ?)
tracker item
Create a profile from the Social Networking enhancements (luci) usable for Barter networks
As reported in the ((cc)) page, luci joined the team adding a profile to use his enhancements for social networking, so that they can be used in the use case of Barter networks. ( http://intercanvis.net , etc.)
tracker item
doc.tiki.org/PluginActivityStream doesn't exist
The help button in the Activity Stream plugin points to http://doc.tiki.org/PluginActivityStream
This page does not exist.
tracker item
Friend network email notification has html
This is how I receive the mail:

Go to your <a href="tiki-friends.php">friendship network</a> to accept or refuse this request
tracker item
http://next.tiki.org/messu-mailbox.php: User popups have clickable buttons in them, but they disappear when we try to click
1- Visit: http://next.tiki.org/messu-mailbox.php

2- Mouse-over a sender

3- You will see a "follow" button.. Try to click it.

{flash type="url" movie="display816" width="560" height="548"}

Thanks!
tracker item
Additional Feature
This tracker is made to help filtering and sorting the features vs categories vs options we need to tag a bug/regression/wish with.
tracker item
Last Login date not retrieved on user info mouseover popup
[https://tiki.org/Community] user info popups show "Last Login" as "Never logged in" but on the user info page such as [https://tiki.org/user1553] it shows fine.

It's also not a problem on dev so i suspect an intertiki thing...

tracker item
Score, Goal features; Merging similar features into one
Hello,

We have 2 kind's similar features one is legacy but the interface is more user-friendly and one is modern and powerful with an unusual interface.


Score is a bit limited, use template, a set of badges, it is not possible to design the output, creating an event require file editing, etc...
https://doc.tiki.org/Score
https://doc.tiki.org/Score-Admin
https://doc.tiki.org/Score-Details
https://doc.tiki.org/Score-Details#Creating_new_event

Goal and recognition is better designed, use the rebuilt-index and relation, allow custom badges and goals, etc...
However the interface is not user friendly or consistent with usual Tiki admin interface.
https://doc.tiki.org/Goals
https://doc.tiki.org/Tutorial---Goals

Ideally we should be able to use the Score admin panel at tiki-admin.php?page=score to set the goal options


PS: I found this (what I Tiki Karma ??? ?): https://doc.tiki.org/Score-vs-Karma
tracker item
Send direct message via tiki-user_information.php
{syntax type="tiki" editor="plain"}
The ((doc:Inter-User Messages)) system is quite nice.

However, it means:
1- That users have duplicate mailboxes
2- And the recipient can't just click reply

On dev.tikiwiki.org, this is not so nice because people already have an internal tiki mailbox on tikiwiki.org

So, let's think about an additional/modified feature called "direct message" or "direct mail".

This would simulate a regular email. (let's plan ahead that this should be able to send other types of messages (jabber, sms, etc.)

The headers could be:
"from" is Full Name ({$Username}) {senderemail}
"to" is Full Name ({$Username}) {recipientemail}
"bcc" to {senderemail} (So we have a trace of what we sent)

In case some spammers get a hold of it, let's have something like this at the bottom:
This message was sent via {$name of site}


Not sure if this should be done with the ((doc:webmail)) feature, or maybe as an option of ((doc:Inter-User Messages))

See how MediaWiki does it for a good example:
http://en.wikipedia.org/wiki/Special:EmailUser/Marclaporte
tracker item
Social Networking-type transactions between members
While Tiki has a "friendship" feature, it is so basic, that I am putting as "missing". What is missing is proper Social Networking with "transactions" between community members (Ex.: [http://www.nomadics.it/|hospitality exchange network], carpooling, dating service, etc) with reputation system. Something like LinkedIn, Facebook or the www.phpbeer.com project.

Since this is a vast project, we'll coordinate at ((Social Networking))
tracker item
Strange behavior when configuring Friendship network
When trying to configure the friendship network, Tiki behaves strange.
After activating the Custom Activities, it is no longer possible to access the details of the Friendship Network

{flash type="url" movie="display663" width="528" height="635"}
tracker item
tiki-list_users.php returns to the home page
In the admin menu, under Community, there is a "User List" item.
It links to tiki-list_users.php.
When I click on this (fresh 12.x installation, user: admin), I am returned to the Tiki homepage.

Not sure what it should do, but if no users are found .. and that's the problem, it should give a message saying so.
tracker item
userlist heading link color
userlist heading link color

table background and th link are set to white in tiki-list_users.tpl
Setting a.userlistheading to another color into theme css did not overide this
tracker item
When activated, make it much more obvious for users to make User pages
UserPages should be off by default, and activated per relevant profile.


Syntax should become:
{CODE()}User:XYZ{CODE}
instead of
{CODE()}((UserPageXYZ)){CODE}

__Done in new installs of Tiki4 but there is no migration script__


When User pages are activated, they should be much more obvious for users. (ex.: in MyTiki)


Same thing for ((doc:User Trackers))
tracker item
  • «
  • 1 (current)
  • 2
Show PHP error messages