Recent content by JesseUCAVedYou

  1. JesseUCAVedYou

    XF 2.2 Trigger FlashMessage Inline

    Worked perfectly! Thank you very much!
  2. JesseUCAVedYou

    XF 2.2 Trigger FlashMessage Inline

    I've got a short javascript code that copies an ip address based off of the contents of a query selector. In the script is an alert that notifies the user that the IP was copied. I'd like to replace the standard javascript alert with a flashalert instead to better suit the style of the site...
  3. JesseUCAVedYou

    [FOX] Ultimate Translator [Paid]

    Thank you very much for approving.
  4. JesseUCAVedYou

    [FOX] Ultimate Translator [Paid]

    @FoxSecrets Registration e-mails on your site do not seem to be getting sent out. I've been waiting on a confirmation e-mail for hours and requested a new one that has also been waiting. Would love to buy this product soon! :)
  5. JesseUCAVedYou

    XF 2 Game Server Listing - Paid

    I currently use the StylesFactory server listing addon which works well, but is limited. I'd like to get something similar developed, but will use an outside library for the game list, and querying. This is the library I am looking to use...
  6. JesseUCAVedYou

    XF 2.1 Where to edit user info on thread view?

    Found it, but going to reply/answer for future reference for others. This is edited in the message_macros template.
  7. JesseUCAVedYou

    XF 2.1 Where to edit user info on thread view?

    Which template do I modify to change/add items to the user info area as seen in this photo? I'm wanting to add an image above the "Senior Admin" group title.
  8. JesseUCAVedYou

    XF 2.2 Adding Several Counters To Page

    I figured it out. Was setting the variable wrong. <xf:set var="$member_count" value="0"/> <xf:foreach loop="$autogroup" key="$user_group_id" value="$sp" i="$i"> <xf:if is="{$groups.user_group_id} == {$sp.user_group_id}"> <xf:set...
  9. JesseUCAVedYou

    XF 2.2 Adding Several Counters To Page

    So I'm using this addon to create a "staff page" as a member roster where my gaming clan is broken up into staff, members, etc. This is the addon: https://xenforo.stylesfactory.pl/staffpage/ And this is the result: Now in the template code I've tried adding a counter next to senior admin...
Top Bottom