Recent content by king8084

  1. K

    XF 1.5 Site's Down Error 520/524

    this appears to do the trick, though, there's obviously some decreased function. Thoughts on why this would have an impact and how to dive deeper to the root cause? I haven't performed your next phpMyAdmin suggestion yet. Also: this is my partner's account -- the @Slyk account just got...
  2. K

    XF 1.5 Why Isn't This Template Hook Working?

    listen to event: template_hook event hint: message_user_info_text callback: PosterOfMonth_Listener::userInfoHook <?php class PosterOfMonth_Listener { public static function userInfoHook($hookName, &$contents, array $hookParams, XenForo_Template_Abstract $template) { if($hookName...
  3. K

    [WMTech] 5 Rolling Message Counter [Paid]

    Thanks. I'm actually still on xf1.5, so this is still attractive to me, however, I'd need to have access to the var that identifies the poster that has had the most posts in the past X days + last calendar month in my message_user_info template. My goal is to add an icon/indicator next to the...
  4. K

    XF 1.5 Passing Var to thread_view Template

    I've added an event listener, using event 'template_hook' & hint 'XenForo_ViewPublic_Thread_View' using my hook/function identified in my Listener.php file. However, I'm struggling with passing/using the var defined in my listener file in the thread_view template. What's needed in the listener...
  5. K

    <xen:container var

    :) no worries -- this is helpful. Hopefully last clarifying question: when referring to placing the variables inside an include statement, are you referring to a <xen:include template w/in ACP? I'm not aware of how to explicitly pass along a specified var within that statement, unless all vars...
  6. K

    <xen:container var

    I'm unfamiliar with the use of macros...is this something available in xf1? I'm yet to upgrade due to the reworking of custom add-ons, but am seeing xf2 documentation on it-- Is there an equivalent in xf1? I'm really banging my head against the wall on how to successfully pass a var along...
  7. K

    <xen:container var

    I've been really struggling with this, so would appreciate a hand holding. Here's what I have: template A contains the variable I'd like to use in template message_user_info using a <xen:container var="$foo" in template A, I can access $foo in PAGE_CONTAINER, but not in message_user_info (nor...
  8. K

    <xen:container var

    Resurrecting an old thread...I'm having the same/similar issue where I perform a '<xen:container var...' in a template, and I do have the ability to access the var in PAGE_CONTAINER, but my goal is to show it in a different template (message_user_info). Am I missing how to pass the var from...
  9. K

    Most posts [Paid]

    @AndyB i'm still rockin v1.5 (due to custom add-ons I'm working through to upgrade)... I'd really like to be able to identify in the message_user_info template if the user has the most posts in the past month (or rolling 30 days). The idea is to display an icon next to their avatar in the...
  10. K

    [WMTech] 5 Rolling Message Counter [Paid]

    @wmtech will this add-on allow me to promote the user with the most posts in the past month to a usergroup? Else, is there a var I can utilize in my message_user_info template that I could tap into? ideally, i'm looking to add a visual indicator next to the user's avatar if they're the current...
  11. K

    Most Posts

    Ever get your answer on this? @AndyB I'm really just looking to identify in my message_user_info template if the user is the highest poster for the month (I'd like to add an icon next to their name if so). Any way to accomplish this? EDIT: apologies, as it dawned on me that I posted this...
  12. K

    XF 2.1 Add usergroup--styleid css <span> to all usernames

    such an odd functionality, but thanks for this post -- i was circling on why it wasn't working without anything listed in the css either.
  13. K

    How to collapse empty blank spaces when no AdSense ad is available

    google's support forums are the least helpful.
  14. K

    How to collapse empty blank spaces when no AdSense ad is available

    AdSense is what was in question here (at least from my side)...this is strange.
Top Bottom