Recent content by j0e

  1. j0e

    XF2 [8WR] XenRio 2 (Streams) PRO [Paid]

    What is the best method for adding a service that is not already provided?
  2. j0e

    Content Ratings [Paid]

    It appears that it is not creating "::before" and "::after" elements in the html, which is where the css for the icon is stored. For example, this works correctly: <i class="sv-rating-type-icon sv-rating-type-icon7 sv-rating-type-icon--css fad fa-handshake " title="Agree" aria-hidden="true">...
  3. j0e

    Content Ratings [Paid]

    This is what we have: <i class="sv-rating-type-icon sv-rating-type-icon2 sv-rating-type-icon--css fad fa-face-grin-hearts " title="Love" aria-hidden="true"></i> For reference, one of the working icons reads: <i class="sv-rating-type-icon sv-rating-type-icon17 sv-rating-type-icon--css fad...
  4. j0e

    Available Trophy Point Sum

    I figured as much. I was hoping to have the number be dynamic rather than having to change it every time a new trophy is added. I can probably throw something together though. Appreciate it!
  5. j0e

    Available Trophy Point Sum

    Does anyone know whether or not there is a variable for the total number of available trophy points? If not, how would you go about summing the current number of trophy points. I am asking because I want to divide current points ($user.trophy_points) by max available points to get a percentage.
  6. j0e

    XF 1.4 Remove Profile Posts from member view

    Try this: https://xenforo.com/community/resources/remove-profile-posts.3728/
  7. j0e

    XF 1.4 Including templates, if they exist, based on variable names.

    Might be worth a try. Are you looking to put that in a template?
  8. j0e

    XF 1.4 How would i do this?

    Do you want this to be a webpage in itself, or as a page on your xf board?
  9. j0e

    XF 1.4 Including templates, if they exist, based on variable names.

    Would it be easier to create a conditional statement? <xen:if is="{$forum.node_id}"> <xen:include template="template_name" /> </xen:if>
  10. j0e

    XF 1.4 My profile pages are not displaying corectly

    Have you been making changes in the member_view template?
  11. j0e

    XF 1.4 Staff members on notable members

    Hey guys, trying to make edits to the original Staff members tab. Would it be possible to order usergroups by group ID? Also could I display a usergroup name rather than number on the right of the name? My code: Member.php if ($type == 'staff') {...
  12. j0e

    Lack of interest Subscribing to prefixes

    I've had some suggestions on a site I administrate for this feature. This would drastically improve the watch feature.
  13. j0e

    XF 1.4 Username CSS stopped working.

    I understand that much.
  14. j0e

    XF 1.4 Username CSS stopped working.

    Just wondering, how would you go about creating a usergroup that had two different styles based upon selected skin in a "supported" way?
Top Bottom