Looged in user action tracked in joomla 1.5 - joomla1.5

I need a Joomla 1.5 component for performing the following task
when a user logged in all their actions must be tracked,
These actions include:
Date Logged in,
Time of login,
Pages visited by login user,
Time on each page,
Links clicked by login user,
Forms submitted,
Time logged out
Total Time spent on site for this visit
and report for all above action
Thanks in Advanced.

You could try this:
http://joomlax.net/downloads/Access---Security/User-Management/User-Trace/
It is quit easy to modify following your needs.
Take into consideration google analytics modules:
http://extensions.joomla.org/extensions/site-management/analytics/site-analytics-google-based

Related

User specific redirect on login, in Joomla

I'm looking for a way to redirect each user that logs in to a different page. I do photography and want my clients to be able to log in then be redirected to a page that displays their pictures only. Additionally, that specific user will be the only one to be able to view that page. I know you can redirect all users after logging in to a specific page and hide certain content from those not logged in but that is not what I'm looking for... it needs to be user specific. I'm new to Joomla and looking for a way to achieve this.
If you install FLEXIcontent CCK and use that for content creation -
it enables you to set up individual pages per user:
http://www.flexicontent.org/forum/index.php?f=20&t=6762&rb_v=viewtopic
http://www.flexicontent.org/forum/index.php?f=20&t=6132&rb_v=viewtopic
In case anyone else is looking for how I solved this...
I did some research on this and came across a plugin called Phoca Gallery. It doesn't redirect the user to a specific page but rather lets you set viewing rights to specific users. So I created a "Client Page" that only shows to registered users (i.e. when someone is login in) and have the joomla login module redirect all users to that page after login.
Now on my "Client Page" I have the phoca gallery module set to only show albums that the user has rights to. A good work around for what I needed. It even lets you add watermarks to your images... a good bonus... and an even better bonus... It's free!
Find it here: http://www.phoca.cz/phocagallery

Tracking user activities on facebook

I've created a Facebook page and implemented an application for it too. Now, my aim is that, a user must like and share page with at least one friend to be able to participate/to get access to the app and consequently use it (play the game). Or simply force a user to like and share the page. Can you please tell me if this is even possible and how it can be achieved?
When user visits your Facebook page, you receive signed_request , which contains some information about the user, including whether or not the user liked your page. For share, you will probably need to implement send dialog. In documentation it is said that user takes action (send or cancel) he will be redirected to url you set up, and if the action was "cancel", there will be an error.
So you will probably need to create db where you store user id and whether or not he shared your page before (since you can check if he liked the page at any time).

Facebook connect and share application for website (like 9gag)

I'm creating a website where users can make reservations on certain restaurants, I want the whole page to be integrated with Facebook since you log in. And when the user makes a reservation Facebook will automatically post the reservation on the users Facebook so other may see it in their home page (just like an activity of 9gag).
Any help please!! I'm a programmer but it's the first time I try to integrate Facebook.
If you start with Facebook, this is where you should go:
https://developers.facebook.com/docs/
For login:
https://developers.facebook.com/docs/concepts/login/
Also read the terms and conditions of facebook, there are some important rules for apps.

"read" action is pending for more than a month

I`m waiting for more than a month for fb to approve my 'read' action,
I followed the requaerments and did everything correctly.
what can I do?
My app ID: 266318970102843
Thanks
Make sure you provided detailed instructions on how actions work and how Facebook can easily test the actions. E.g:
Provide a test user account for Facebook to use (create one from the 'Roles' page on the App Settings area.
Provide step-by-step instructions into logging in, preforming an action, and how the user can remove the action manually from your site.
I was able to get my action approved in just 2 days. I recommend cancelling the action and submitting it again with detailed instructions. Then hopefully you will receive a message like this in a few days:
Thank you for your Open Graph Action submission. The Open Graph Action
[Action] used in [Your App] has been approved.
This Action is now visible to all users.

Can one find out login and logout times on Facebook?

Through any Facebook API, is there a way to
obtain the login/logout times for a user?
track when a user is logged in?
Basically, I want to calculate how long a user has been logged into Facebook for a Facebook application. I plan to program in PHP.
You can not get this data through Facebook directly. The closest thing you could do was see the last time he was "active" aka posted something, changed something etc.