statistics on a field website or email

More
11 years 7 months ago #42457 by Chabi01
Hi,

If you put a field "website url", you can see when you open the item on backend the number of clicks made on the adress given.

Is there a way to have a table where you can have in one table the list of items and for each item the number of click made for each item unstead opening the item one by one, go down in the page and check ?
If not, where in the database are the informations and how to retrieve it ?

Thanks :)
Regards.

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

More
11 years 7 months ago #42458 by ggppdk
Hello

please first clarify this:

you want to show the number of times the Content Item was viewed?

or

you want to show the number of times each weblink was clicked ??


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

More
11 years 7 months ago #42476 by Chabi01
The number of time each weblink was clicked...

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

More
11 years 7 months ago #42485 by ggppdk
Hello

there is no parameter to display this,

you could use inside your
components/com_flexicontent/templates/mytemplatename/category_items.php

something like this (change the field_id)
Code:
$field_id = 56; $fvals = $item->fieldvalues[$field_id]; if (!empty($fvals)) foreach ($fvals as $v) { if ( @unserialize($v)!== false || $v=== 'b:0;' ) $v = unserialize($v); echo $v['title'] .": ".$v['link'] ." (".$v['hits'].") hits"; }


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

More
11 years 6 months ago #42707 by Chabi01
Hi,
I'm back :)
If i understand well, this will change my category display on frontend, yes ?
I want to have the number of clic on website link in the item list in the backend (to have a synthetic unique table with the clic for all the item on one screen to prevent opening items one by one).

Thanks for your help :)
Regards

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

More
11 years 6 months ago #42742 by ggppdk
Hello

try the php / xml file from this build:

code.google.com/p/flexicontent/s ... ail?r=1814

backup and replace the current plugin files
(they are inside folder: plugins/flexicontent_fields/ )


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.411 seconds
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save