Recent content by Harrie

  1. Harrie

    XF 2.4 Tiptap: A new editor for XenForo

    I mean at that point it looks like... it doesnt parse markdown at all..??
  2. Harrie

    XF 2.4 Tiptap: A new editor for XenForo

    That's what we're trying to ask for! The option to disable markdown parsing in a post, to prevent breaking posts that already exist, and also for situations where someone simply doesn't want to utilise markdown in their post.
  3. Harrie

    XF 2.4 Tiptap: A new editor for XenForo

    Okay, but the example I provided in this post will be incorrectly parsed as markdown, as in this post > is being used to denote a battle and not a quote, and - is being used to denote a new location and not a list item:
  4. Harrie

    XF 2.4 Tiptap: A new editor for XenForo

    I mean that was just one very simple explanation of where markdown might fire unintentionally! The point I'm making here is that symbols utilised for markdown syntax--asterisks, underscores, pound signs/hashes, yada yada--these all have uses outside of markdown, and if someone has been writing...
  5. Harrie

    XF 2.4 Tiptap: A new editor for XenForo

    I can pretty easily provide an example of auto-parsing markdown being frustrating to work with: If I am to write the emoticon ^_^ twice in one line, e.g. Hi guys ^_^ I hope you're doing well! My week's been busy and a little overwhelming, but I've learnt a lot! ^_^ or something idk, markdown...
  6. Harrie

    XF 2.4 Tiptap: A new editor for XenForo

    You can add a custom user field checkbox and group it under preferences, and then enable or disable the line of css to move the bar to the top depending on whether or not they've enabled that preference! This all looks great! I do hope there will still be an option to toggle display of the...
  7. Harrie

    Discord Integration [Paid]

    On our forum, we have the stock feature "Send user report into forum" enabled, located under user discouragement and discipline Currently the bot is not detecting when a thread is posted to the board in this way. It will detect a user created thread just fine, but it isn't detecting when a...
  8. Harrie

    s9e Media BBCodes pack

    Alright, thank you for your help and the work you do on this extension anyway!
  9. Harrie

    s9e Media BBCodes pack

    Hello, would you be willing to add deviantart as a media site? They have an oembed api here (https://www.deviantart.com/developers/oembed), but I don't quite know how to use it. I've got it working in posts, but not in the media gallery where we actually want it. The urls that would be used to...
  10. Harrie

    XF 2.1 Change Navigation Group For The Help Pages

    Hello, we would like to add a tab for the help page which also includes the rules & staff list as sub level links, But currently the navigation group is the default group, and we can't find a way to change this to the new help group. Is it possible to change this?
  11. Harrie

    Adding A Recently Posted Thread Class

    Figured it out! If anybody would like to do the same thing, the variables you need are $xf.time and $thread.post_date. They render time in seconds since 1/1/1970, so {{ $xf.time - $thread.post_date <= '2592000' ? 'new' : '' }} Will give you how long in seconds since the thread was posted, and...
  12. Harrie

    Adding A Recently Posted Thread Class

    Hey all - we're planning to transfer our board over to Xenforo in the next 6 months or so, and I'm working on creating a theme for us in advance of our move. One thing we would like to do is highlight threads which have been posted within the last x days - ours is a creator focused board, so...
Back
Top Bottom