Recent content by Zachary Ball

  1. Z

    [bd] Rotating Ads

    Is there a way to hide the Rotating Banner template in a certain forum ID? I have personal vendor areas but would like to hide within those areas so that they get the full exposure and not some other advertiser
  2. Z

    [bd] Widget Framework

    You sir are a genious! Thank you for taking the time to help me figure that one out.
  3. Z

    [bd] Widget Framework

    Conditionals in widget
  4. Z

    [bd] Widget Framework

    Seriously, though.. there has to be a pretty simple way of doing this haha.
  5. Z

    [bd] Widget Framework

    That is like asking me if I tried restarting my computer for a tech issue .. lol yes I have tried that.
  6. Z

    [bd] Widget Framework

    Looking for a quick solution on getting an expression ( hook:ad_above_content ) to work within a CATEGORY vs. FORUM. What I am currently doing with certain forums is displaying a banner with the expression above and $visitor['user_id'] != 0 AND in_array($forum['node_id'], array(205,206,207))...
  7. Z

    [bd] Widget Framework

    I am currently using in_array($forum['node_id'], array(73,74,75)) to show a banner in "above hook" position of a forum. How could i accomplish this with a category? I seemed to have exhausted my efforts in getting the right formula for using a category id instead of forum id. There has to be an...
  8. Z

    XF 1.5 Spam Patterns Figured Out

    Yes, the solution he posted fixed 99% of my spam issues. I just need to tweak a bit more and will be spam free for the most part.
  9. Z

    [bd] Widget Framework

    Anyone? It really should not be this difficult. I have pretty much tried everything I could find in the forum but nothing that works for a category vs forum.
  10. Z

    [TH] Invitation [Deleted]

    Awesome, yeah it would only make sense :)
  11. Z

    [TH] Invitation [Deleted]

    When are we going to see a list in he ACP of monthly referrals. I feel it unnecessary to scrape my database every-time I run a referral contest.
  12. Z

    [bd] Widget Framework

    If anyone could help me what seems like it should be an easy task for the WF.. https://xenforo.com/community/threads/widget-displayed-in-category-vs-forum.120600/ I would appreciate it! A reply here will work as someone felt as if that question was solved and was closed.. First one to come up...
  13. Z

    Widget Displayed in Category vs Forum

    Sorry if I didn't mention that. Yes it is a widget that is displayed on a hook. It works very well with forums, however for a category, I am not sure which kind of tag or phrase it uses. I determined it is not $category :) ' Thank you! It is much better when forums allow the option to upload an...
  14. Z

    Widget Displayed in Category vs Forum

    Yes, however I have posted in the support thread before and never got an answer. That is why I am posting here and was told to by another mod, Thanks.
  15. Z

    Widget Displayed in Category vs Forum

    Hope you could help me out real quick. I am using something like this to display a banner within a forum. I also use it without the parent if it is just one forum. in_array($forum['parent_node_id'], array(72)) However, I am looking to do the same with a category and it is not working so well...
Top Bottom