Recent content by CaptainMorgan

  1. CaptainMorgan

    Exclude node from What's New/Mark RSS as read

    This is beautiful. Especially when you have RSS feeds that post a ton, spamming the place. Now members won't get their notifications and will actually see the stuff they believe is more important. Cheers
  2. CaptainMorgan

    Creating a Callback for Custom Fields for Enumeration

    I realized my initial post was sorta crap. So I'm redoing it. How in the templates do I enumerate a list of Custom User Fields, that match a unique fieldId value, for display on a message's postbit? For example, output should like so: 1. Mechanic 2. Plumber 3. Carpenter My message_user_info...
  3. CaptainMorgan

    Where can I find the Custom User fields...

    Been a while, but try this https://xenforo.com/community/threads/fyi-custom-user-fields-and-field_id.96333/
  4. CaptainMorgan

    XF 1.4 Differentiating Profile->Info and message_user_info, for Custom User Fields

    Thank you for moving this. I've switched to the default style, so this should be reproducible. Messages: Profile-Information tab: Thank you for any assistance you can provide.
  5. CaptainMorgan

    XF 1.4 Differentiating Profile->Info and message_user_info, for Custom User Fields

    So I have some custom fields set up with default settings, and I'm finding that their values are displayed differently between the profile-info tab and a post's message info. Here's how it looks on posts (messages). Here's how it looks on profiles->information tab. For one, in posts, there...
  6. CaptainMorgan

    Lack of interest Custom Field Category

    Did you find anything that suited your needs for this? I would like to list computer hardware in the signature, and make it hidden like a Spoiler warning in posts, so that the viewing user can decide to look at it or not.
  7. CaptainMorgan

    XF 1.4 Custom user fields in posts

    Is this possible? I particularly would like to use Custom Fields within Signature, and have them be dropdown-able, like Spoiler warnings.
  8. CaptainMorgan

    Adding an image under custom title for each user group??

    How would I get this to work for secondary groups?
  9. CaptainMorgan

    Multiple conditions in xenforo template syntax

    I've since removed them and it still evaluates to true... you should note too that there are no <dd> tags inside the xen:contentcheck area, which is where it looks to find anything.
  10. CaptainMorgan

    Multiple conditions in xenforo template syntax

    The following always evaluates to true, though I cannot see why... <xen:if hascontent="true"> <dt>{xen:helper userFieldTitle, musicStyle}:</dt> <xen:contentcheck>...
  11. CaptainMorgan

    XF 1.4 Duplicating member_list_item for XenStaff-like AddOn

    Nevermind. I got it to work. I was preparing the user cards incorrectly. Thanks for looking anyways.
  12. CaptainMorgan

    XF 1.4 Duplicating member_list_item for XenStaff-like AddOn

    Following @Jake Bunce 's advice, I was able to get this working on the member_list_item template. I have two concerns. 1) I created a duplicate of the member_list_item template so that my code would not interfere with other stock XF templates. Naturally, {$user.customFields.field_id} works only...
  13. CaptainMorgan

    Why does {$user.customFields.FieldID} not fetch the value?

    I can't get this to work for me... I have a page with user groups that list members in each group. Of the information I'm trying to retrieve is a custom field. I'm trying: $user.customFields.taste.techno Where taste is the fieldId of the custom field, and techno is an option from a drop down...
Top Bottom