Recent content by Memo

  1. M

    CallBack to get boardstatistics

    <?php class karamel_home_home1 { public static function respond() { $stats = new XenForo_ControllerPublic_Forum(); $response->templateName = "_page_node.29"; $response->params['boardTotals'] = $stats->_getBoardTotals(); } } $params= new...
  2. M

    CallBack to get boardstatistics

    Thank you, thank you so much. Can u pls just write the code as it should be, I really have a hard time understanding it.
  3. M

    CallBack to get boardstatistics

    Thank you. I have changed the code: <?php class karamel_home_home1 { public static function respond(XenForo_ControllerPublic_Abstract $controller, XenForo_ControllerResponse_Abstract, XenForo_ControllerPublic_Forum &$response) { $response->templateName = "_page_node.29"...
  4. M

    CallBack to get boardstatistics

    I'm trying to call the _getBoardTotals method from the XenForo_ControllerPublic_Forum class
  5. M

    CallBack to get boardstatistics

    Can u be a bit more specific
  6. M

    CallBack to get boardstatistics

    Hi, I'm trying to create a callback to get the boardtotals and active users and pass it to a view but am getting . Here my code: <?php static function respond(XenForo_ControllerPublic_Abstract $controller, XenForo_ControllerResponse_Abstract, XenForo_ControllerPublic_Forum &$response) {...
  7. M

    XF 1.2 Google Analytics tracking code not detected

    Thank you. What does it mean?
  8. M

    XF 1.2 Google Analytics tracking code not detected

    Ok. No problem. Would be glad if you could check and advise when possible. Thanks
  9. M

    XF 1.2 Google Analytics tracking code not detected

    Jeremy hi, could you check?
  10. M

    XF 1.2 How to create a Blog/Article page

    Do you have any add on suggestions?
  11. M

    XF 1.2 Google Analytics tracking code not detected

    Hi, I have entered the analytics id under options/analytics/google analytics id, but on the google analytics admin page it says there was no analytics code detected. What am I doing wrong? Thanks,
  12. M

    XF 1.2 How to create a Blog/Article page

    Hi everybody, I am a newcomer. Pls. accept my apologies in advance for any stupid questions. What I would like to do is to create an editorial article/blog page with the following requirements: 1. The articles should only be created by a user group with editorial rights. 2. Guests and Members...
  13. M

    Custom Profile field implementation

    Any add-on suggestions?
  14. M

    Custom Profile field implementation

    Hi, I'd like to add on my forum a custom profile information, where the members can give information about the pets they own. For each pet they should be able to enter the following fields: 1. Which Pet? - radio button with two choices - dog/cat 2. Breed - If dog is selected a dropdown...
Top Bottom