Recent content by -Eric-

  1. E

    XF 2.3 guest buy subscription

    Is it possible for a guest to purchase a subscription? this would help me: to take advantage of automatic control (member permission). I would avoid registering the wrong people (extremely inconvenient, that wander in other groups). This is my problem, they register but don't buy the...
  2. E

    XF 2.3 Insert Code, new language

    Has anyone successfully done this in version 2.3? Additional language for ... bbcode I did, but the text is not being colored.
  3. E

    XF 2.3 RegEx with flags

    No. The question is not about accents or expressions, just about the flag (we can't use). I used uppercase+lowercase (expression size: 87 to 136).
  4. E

    XF 2.3 History - days keep

    Is it possible to determine the maximum number of days to keep the history? I found some options in Logging options, but I'm not sure. I saw that it is possible to delete only directly in the table. (I'll do that later)
  5. E

    prefix - do not allow reply

    That's what suggestions are for. Everything posted in this section is because something wasn't designed, anything can be improved. Our experience and needs are what motivate the transformations.
  6. E

    prefix - do not allow reply

    The same Node is for Questions and Tips topics, the only way I can think of is to be controlled by the prefix. This way, categories and nodes are organized and practical for members.
  7. E

    prefix - do not allow reply

    As described, it is not a good alternative when the category has several nodes. With this new functionality, the same Questions node can be better used and organized. Creating a node (without an answer) for each Question node has multiple disadvantages.
  8. E

    prefix - do not allow reply

    That's what the suggestion is about, but look at the context. 🙂 No one will do this manually.
  9. E

    prefix - do not allow reply

    No one needs to block and unblock. The node is for everyone to post questions and tips, etc. :)
  10. E

    Show notices in (some) overlays (Register, etc.)

    I wanted this too, but found out it wouldn't work, so I improvised. I think on the registration page, the first field should be the language selection (refresh the page) Depending on your case, you can do this, put it in larger text, etc.
  11. E

    prefix - do not allow reply

    If "Do not allow replying" is enabled in the prefix, then the topic will not accept replies, accepting to react. Extremely useful when you want to publish tips, information, etc... this way you avoid asking different questions in the same topic, where the correct thing is for each member to...
  12. E

    Approval mode: Manual, Auto:Timer, Auto:Analysis

    The objective is to make it difficult for extremely inconvenient people to access it, generally they are part of a group where you have advertised your group. 1 - Admin > Setup > Options > User registration Registration setup: [ ] Approval mode ( * ) Enable manual approval ( ) After n...
  13. E

    XF 2.3 RegEx with flags

    It doesn't let you use flag, that's the problem. I am validating full name ^....{3,25})$/i or /^....{3,25})$/i
  14. E

    XF 2.3 RegEx with flags

    Hi, can't use Flags? (case insensitive) /my_expression/gi I am validating names (with accents). Without using Flags, we will have to define range and individual letters in lowercase+uppercase in all groups.
  15. E

    XF 2.3 Insert Code, new language

    I tried 3 times, but it didn't work, it appears in the selection, but it doesn't apply the colors 🫤
Back
Top Bottom