Recent content by hathway

  1. hathway

    User Group specific conditional

    I think you are misunderstanding me lol, they ARE members of the user groups in question. I added them through the moderator or administrator page though, not their own personal page. Here is what I mean: So even though they are members of those user groups, they are not recognized through...
  2. hathway

    User Group specific conditional

    Maybe I am not explaining it well enough, if I check to add moderators or administrators through the mod or admin ACP pages, (/admin.php?moderators/super/admin.1/edit), it will not recognize they are a member of that usergroup with the {xen:helper ismemberof, $user, 4}. It will only recognize...
  3. hathway

    User Group specific conditional

    I am not using 'if elseif else' conditionals because some users are members to multiple groups.
  4. hathway

    User Group specific conditional

    For now I am using this to get around it: <xen:if is="{$user.is_admin}"> <p class="userGroupTitle">Administrator</p> </xen:if> <xen:if is="{$user.is_moderator}"> <p class="userGroupTitle">Moderator</p> </xen:if> <xen:if is="{xen:helper ismemberof, $user, 10}"> <p class="userGroupTitle">10</p>...
  5. hathway

    User Group specific conditional

    I am trying to display different content depending on what user group the user (not visitor) is a member of. I came up with this: <xen:if is="{xen:helper ismemberof, $user, 3}"> <p class="userGroupTitle">Administrator</p> </xen:if> <xen:if is="{xen:helper ismemberof, $user...
  6. hathway

    User Group Styling not working?

    Thanks for the reply however it still seems to be happening. I read through that before I posted and as of now I have set all User Group Priorities in order and for right now I have all user groups ranging from 0-100 except Moderating which is at 1000. Added some different CSS and then rebuilt...
  7. hathway

    User Group Styling not working?

    I'm not for sure if this is because I am using a XenFocus theme or not on this install, but inside the "user name CSS" field no matter what type of css I enter it will not apply. I was wondering where that CSS is added because I do not see it in the inspector or stylesheet source code either...
  8. hathway

    XF 1.1 Converting Media Tags from vb3

    I modified the regex slightly and was able to find the rest: #\[ame="?http:.+youtube.+v=(\w+)(&.+)?"?\].+\[/ame\]#siU
  9. hathway

    XF 1.1 Converting Media Tags from vb3

    I tried the regex to replace the ame ones, and it found a bunch, but afterwards I'm still seeing the [ame tags and no videos in the posts.
  10. hathway

    Lack of interest Sidebar everywhere

    We just removed the xen conditional in PAGE_CONTAINER template so the sidebar is in every template.
  11. hathway

    XenForo Mobile

    @Kenneth, it's a custom theme, but we started with xfstop for the initial markup and styles. We built the WP mobile theme from scratch to match the xf style. @cmeinck, we worked with the client's product team on the desktop theme, and designed both mobile themes in-house...
  12. hathway

    XenForo Mobile

    Can you let us know which browser you are using to view the site in on your iPhone4 please?
  13. hathway

    XenForo Mobile

    Hmm, it should be loading mobile on iphone and ipad. further, we are using css3 media queries to load high res images on the retina versions of those devices. If you are on an iphone or ipad and see a desktop site, can you reply back with your hardware and ios versions? Thanks!
  14. hathway

    XenForo Mobile

    Only way to view the retina version is to use a (minimum of 2x pixel ratio/"retina") mobile device, such as an iPhone. You can view the non-retina mobile version on a desktop/notebook/tablet by switching your user user agent in any browser that allows it.
  15. hathway

    XenForo Mobile

    FYI, on a recent project we started with xfstop as linked above, it was pretty easy to customize. You can check it out at http://www.marijuana.com/forums/ on your phone (NSFW :)). We had to do quite a bit of retina work on it, but the end result is pretty slick!
Back
Top Bottom