Did I make mistake buying this plugin?

0
Hi

I was looking for something which can replace joomstats ...
I found this, bought most advanced version with everything included, installed and was expecting to see straight forward configurable component to see what my users are looking on my website.

But unfortunatelly after 2 hours - nothing. Can somebody expain me how te get Backend module working.
Nothing is displayed. In componnets dropdown - nothing - I've installed all files from "My subscription" of my account.

Finally, I don't want any info displayed on my website I want only Admin panel access.

Please advise me if this software can do what I want otherwise I will ask for refund.

Thanks, Marcin
Responses (20)
  • Accepted Answer

    Friday, August 17 2012, 07:48 PM - #Permalink
    0
    Hello Marcin
    Sorry I'm out of the office right now, I'll answer your questions and help you configure it as soon as i get to the office (im on the phone actually right now)
    Dont worry if you can't make it work the way you need we can give you a refund
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 11:54 AM - #Permalink
    0
    hello again!

    I asume you have installed the component. right?
    also, the core plugin and at least one extension plugin
    be sure that all them are enabled.
    tell me: what particular data would you like to log? article views, for instance?
    if the plugins are active, then the data should be recorded. isn't it? and it should appear on the component, line by line.

    also, you can set up modules on the backend to display any data you find useful (if you tell me what you need to display, in graphics, I'll let you know how to configure the modules)

    if you are still having trouble setting this up I'll be glad to log in into your site if you give me access, and help you configure it!

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 12:03 PM - #Permalink
    0
    Hi

    First thanks a lot for very fast support!

    Second: there is error - once I am clicking on topic link from my email I am redirected to forum and I can read the topic, then if I want to write Reply error appears about broken link.

    To the point
    I can see today some data in backend, but this is only fo com_users.
    I need data for all activity - viewed articles and virtue mart activity.
    I can't see anywhere component or plugin for VM but in description is stated that more expensive package includes everything.

    I am using joomla from very long but first time I hear that I can display modules in backend. Can you give me some tips for it, please.


    Regards, marcin
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 12:07 PM - #Permalink
    0
    it does include them, indeed!

    is the Content Statistics - VirtueMart plugin installed and enabled?
    and the Content Statistics - Joomla Articles (content) plugin installed and enabled?

    UPDATE: wait! I can see the virtuemart plugin is not currently enabled in the Joomla 2.5 subscription! we unpublisehd it due to a little problem. I'll republish it in the following hours so you can download and install!

    however, about the toher plugin (com_content): is this one installed and enabled?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 12:25 PM - #Permalink
    0
    yes - the Content Statistics - Joomla Articles (content) plugin installed and enabled but still not visible in component drop down menu
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 12:28 PM - #Permalink
    0
    and it is not recording any data?
    that's weird...
    would it be possible that you give me joomla backend access so I can take a look at it?
    our email is joomlastatistics@gmail.com
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 12:42 PM - #Permalink
    0
    No, sorry but I can't give access to my backend.

    Tell me what to check and I will do this

    Or we can chat on Skype to solve this issues.

    Marcin
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 12:46 PM - #Permalink
    0
    ok.

    could you make a couple screenshots and send it to me? (or post it here)
    screenshot of the plugin configuration (statists - com_content)
    screenshot of the content statistics backend component

    I asume you are viewing some articles to check if they are being logged, right..?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 12:47 PM - #Permalink
    0
    Small update - ut started registering content. I had to restart browser.

    That's fixed then. But Kunena is not working.

    And VM plugin. let me know once is ready to download.

    Marcin
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 03:26 PM - #Permalink
    0
    hello!

    ok great news.

    the VirtueMart plugin is ready to download!
    please go to Your Subscriptions and you'll find it there!

    let me know how it goes!
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 18 2012, 03:49 PM - #Permalink
    0
    oh, wait! I just found out a little bug in the plugin. just fixing it now. I'll let you know when you can download.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 19 2012, 12:43 PM - #Permalink
    0
    ok! it's fixed.

    now you can download! please let me know how it goes :)
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 19 2012, 12:59 PM - #Permalink
    0
    Great, is working now.

    Can you let me know how to configure modules to be displayed in backend.

    Regards, Marcin
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 19 2012, 01:01 PM - #Permalink
    0
    yes, you need to install the ADMIN modules, and configure them to show the VirtueMart info you want, in any backend-enabled module position. like... cpanel for instance, or wherever you want to put it.

    where you want to display it?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 19 2012, 01:20 PM - #Permalink
    0
    Yes, I have all admin modules installed. But I have no idea how to display anything in backend. I need this displayed best just under your component on the same page
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 19 2012, 01:25 PM - #Permalink
    0
    well there's no place in there to put them but if you want them there and are not afraid of adding a bit of php code, then it's very easy:
    you just need to add this code into the file /administrator/components/com_contentstats/views/items/tmpl/default.php, at the end of the file:

    $modules = JModuleHelper::getModules("statistics1");
    $document = &JFactory::getDocument();
    $renderer = $document->loadRenderer('module');
    $attribs = array();
    $attribs['style'] = 'xhtml';
    foreach ( @$modules as $mod )
    {
    echo $renderer->render($mod, $attribs);
    }


    then just create your module on the "statistics1" position.
    to create a module, just set up what you want to display in it: top purchased products? a graph of number of product views? you will see the options in the module parameters, it's pretty self explainatory! :)
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 19 2012, 01:46 PM - #Permalink
    0
    Are you sure and of the code is right place? What about php tags?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 19 2012, 01:50 PM - #Permalink
    0
    ok done!!!
    I've changed it to this:
    $modules = JModuleHelper::getModules("statistics1");
    $document = &JFactory::getDocument();
    $renderer = $document->loadRenderer('module');
    $attribs = array();
    $attribs['style'] = 'xhtml';
    foreach ( @$modules as $mod )
    {
    echo $renderer->render($mod, $attribs);
    }
    ?>

    is this right? as I am not php expert.

    Regards, Marcin
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 19 2012, 01:50 PM - #Permalink
    0
    oh! sorry yes, of course, I asumed it was implicid. you need to wrap this between PHP tags:

    <?php
    $modules = JModuleHelper::getModules("statistics1");
    $document = &JFactory::getDocument();
    $renderer = $document->loadRenderer('module');
    $attribs = array();
    $attribs['style'] = 'xhtml';
    foreach ( @$modules as $mod )
    {
    echo $renderer->render($mod, $attribs);
    }
    ?>


    :)
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 19 2012, 01:55 PM - #Permalink
    0
    Thanks a lot for your help especailly over the weekend.

    Regards, Marcin
    The reply is currently minimized Show
Your Reply