Recent content by xSean

  1. xSean

    XF 2.0 Converting PHP to XF Template

    No backups, we actually thought the host was doing automated backups... which turned out to not be the case. Honestly I'm thinking I'll just replace the php version of the template within code_cache and changing its permissions to be unable to be written to. Because having to try and get...
  2. xSean

    XF 2.0 Converting PHP to XF Template

    After some issues where an SQL server was completely lost, and am now in the process of getting things in working order again. While the original forum files were recoverable (and so all edited templates, addons, etc), they are in PHP files which don't exactly allow an easy copy/paste into the...
  3. xSean

    XF 2.1 Send Email for Each New Topic

    I set this up using this addon. This ONLY applies to new members after this addon is installed. Luckily for me that wasn't too much of an issue, but if you already have a sizable community, then there will be quite a few who will not be auto-watching. By default it only sets the flag for...
  4. xSean

    XF 2.1 Send Email for Each New Topic

    Was hoping there was some built-in setting within Xenforo that would automatically send emails for watched forums, and maybe there is... but couldn't find one. Instead just went back to the addon and looked through its files and made a few manual adjustments. Those manual adjustments did the...
  5. xSean

    XF 2.1 Send Email for Each New Topic

    I already have an addon that handles that for forums specifically, though issue I'm running into is in regards to how emails are sent out... or really NOT in this case. So while I can get it to push out a notification within the forums themselves whenever a new topic is created, it does not...
  6. xSean

    XF 2.1 Send Email for Each New Topic

    Trying to setup a forum to send out emails every time that a new topic is created within it, basically a newsletter forum. Problem is that while I can get it so that this forum is auto-watched upon registration and so alerts are sent within the forums themselves to the user, it will not send out...
  7. xSean

    XF 2.1 Members Online separated by UserGroup

    Took a bit of trial and error but it got it all looking nice and working.
  8. xSean

    [OzzModz] Gamer Profiles

    I did manage to fix it, the issue was within the template "ah_overview_macros". Here's the default code: <xf:macro name="ah_gamerprofiles_message" arg-user="!"> <xf:if is="$xf.visitor.canViewIcons()"> <xf:if is="{$user.Profile.custom_fields.ah_playstation} OR...
  9. xSean

    [OzzModz] Gamer Profiles

    Noticed something odd... If the Steam, PSN, XBL, Twitch, or YouTube fields are unused, then all the icons will not display.
  10. xSean

    XF 2.1 Invisible Users not adding into Unseen

    Noticed that any user that opts to hide their online status does not get added into $online.counts.unseen, so the "...and X more" phrase is never used. Made sure to test this with the "widget_members_online" template as default. <xf:if is="$online.counts.unseen"> <a href="{{...
  11. xSean

    XF 2.1 Members Online separated by UserGroup

    Seems like I'm close to something.... <xf:foreach loop="$online.users" value="$users"> <xf:if is="$users.user_group_id == 3"> DisplayText </xf:if> </xf:foreach> But main issue is that it would then show "DisplayText" for as many times as there are people online within that group ID.
  12. xSean

    XF 2.1 Members Online separated by UserGroup

    Strange... can't edit my post. Got the "Members" vs "Member" part done, so really still stuck on the first part of the topic.
  13. xSean

    XF 2.1 Members Online separated by UserGroup

    Trying to have "Members Online" completely replace "Staff Online" and running into an issue. While I can have it split up each row by group, what I now am trying to get it to do is label each row properly. By default it lists all members as "Members" by using: <h4 class="block-textHeader...
  14. xSean

    Add-on xf2 Hover menu for Alerts, inbox and account details

    Going to have to bump this suggestion up a bit, though would really prefer a slightly different version. So if you are on "Forums", you normally see "New Posts", "Find Threads", "Watched", etc, etc, below the tab. What I would prefer is that if you then choose to hover over "What's New", the...
Top Bottom