Recent content by Basenotes

  1. Basenotes

    XF 2.3 How to get id of token when using tokeninputrow in form

    It's been stumping me, as I'm sure I wrote an add-on before that passed the ID's through the form, but that might have been because earlier XF2 used Select2 and not Tagify. Still can't work it out though. :)
  2. Basenotes

    XF 2.3 How to get id of token when using tokeninputrow in form

    Here's the payload. I'm not actually processing it yet, as I need to work out how to get the ID :LOL: Request Data MIME Type: application/x-www-form-urlencoded _xfToken: xxxxx _xfToken: xxxxx draft_parent: 0 what: perfume object[object_name]: No.5 fragrance[concentration]: 1...
  3. Basenotes

    XF 2.3 How to get id of token when using tokeninputrow in form

    I'm using a tokeninputrow for a form in which a user can select from a list of brands. And though I'm able to select the brands and I can see that the ID is being passed via the Ajax call, it does't seem to save the details on form submission. Not sure if this isn't something that is...
  4. Basenotes

    Ads Manager by Siropu [Paid]

    Is there a way for an ad buyer to choose a date to start? I can't see a way of doing this. It would be good if the option was availably for advertisers to chose slots based on the availability of the space. (ie they can't book it if there max amount of ads have been already bought)
  5. Basenotes

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    Nice to have an update, and glad to hear that things are progressing. Now go and have some congratulatory post-Friday beers.🍻
  6. Basenotes

    Choosing Between Bolt (PixelExit) and UI.X 2 (ThemeHouse) — Which One Would You Recommend?

    Another vote for Bolt - and anything by @Russ and Pixelexit
  7. Basenotes

    Easily Extensible Thread Types

    I've not investigated it, but isn't that what this add-on does? https://xenforo.com/community/resources/xb-thread-type-vote-competition.9099/
  8. Basenotes

    Automation Rules

    Also would be good to include a webhook payload reader, as something that can be automated: If a member signs up to your Patreon with a matching email address, move them to a Patreon usergroup If a bug report if closed on Github, then the corresponding thread is closed on the forum etc
  9. Basenotes

    FD: A Directory for Forums; Built on XenForo

    Hey, I've only just seen this, and really love it. (went to add my site, but it seems you've already got it) I love looking at other forums and seeing what ideas they have, so I'm loving the random button too! Maybe consider making some buttons for people to link to, something like (it's a bit...
  10. Basenotes

    Your two most important xenForo feature wishes

    Unified What's New page, which can be filtered by user preferences (i.e don't show reactions) That's the main one for me. Don't need a second one. The Latest Activity page is very nearly there - just need to to be filterable by preference so that users can decide which forums to view, or people...
  11. Basenotes

    XF 2.3 Scratch Pad Tutorial - Reactions error : LogicException: Unknown relation or alias accessed

    Looks like it was trying to see if the note existed before it was created. All seems to be working now so I can work out why my reactions aren't working! Thank you
  12. Basenotes

    XF 2.3 Scratch Pad Tutorial - Reactions error : LogicException: Unknown relation or alias accessed

    Thank you for pointing out the code in the HYS thread - not sure how I missed that. Unfortunately I'm getting an "Oops! We ran into some problems.The requested page could not be found." error when I try and save something, but I can have a look at the code and compare it to what I have, and work...
  13. Basenotes

    XF 2.3 Scratch Pad Tutorial - Reactions error : LogicException: Unknown relation or alias accessed

    Thanks for your time Jeremy No errors Nothing in the error logs The counts are registered correctly - and the correct reaction is shown when it is chosen However, on page load, the reaction (1) isn't rendered correctly, though though counts (2) are shown as correct (this is just a...
  14. Basenotes

    XF 2.3 Scratch Pad Tutorial - Reactions error : LogicException: Unknown relation or alias accessed

    Thank you for getting back to me. I based the code in \Basenotes\Reviews\Reaction\Review::getEntityWith with this from the video. I have now switched that out for 'User', and I'm no longer getting the error, but it's also not loading up the reactions, see screenshot (the heading loads, but...
Back
Top Bottom