Recent content by Robert9

  1. R

    Prev / Next Threads - Added html_entity_decode

    Added html_entity_decode for thread titles https://xenforo.com/community/threads/prev-next-threads-paid.213351/post-1752026
  2. R

    Prev / Next Threads [Paid]

    Robert9 updated Prev / Next Threads with a new update entry: Added html_entity_decode Read the rest of this update entry...
  3. R

    Prev / Next Threads [Paid]

    I will check it later.
  4. R

    [AddonsLab] Conversation Permissions

    Today, a new customer called me because of an error. Unfortunately, this addon still hasn't been updated to work with the addons from Xon. That's a shame on the one hand, but on the other hand, it gives me a new project. So that's good too.
  5. R

    XF 2.3 api-endpoints/#type_Attachment

    The attachment exists and is visible in the forum. The API is enabled and working correctly – for example, we can successfully fetch threads. Everything seems fine so far – except this one API call. Unfortunately, I have no idea how to access the attachments inside the posts anymore. We don't...
  6. R

    XF 2.3 api-endpoints/#type_Attachment

    <?php $attachmentId = 1234; $apiKey = '111111'; $apiUser = '1'; $url = "https://www.forum.com/api/attachments/$attachmentId/data"; $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, [ "XF-Api-Key: $apiKey", "XF-Api-User...
  7. R

    XF 2.3 api-endpoints/#type_Attachment

    api-endpoints/#type_Attachment Why is there no data_id, please?
  8. R

    XF 2.3 Google asks for "comment"?

    One hour later, I have done and installed an add-on to add “comment”; funny, funny! Now google is missing another thing called "image"?
  9. R

    XF 2.3 Google asks for "comment"?

    Today i got a message from Google about a not critical error with missing "comment".
  10. R

    Prefix RM and Forum

    No, of course not. It is like i said. I guess there is a nother problem by design. RM Cats are set up with one forum and one prefix set up in this forum. RM Cat A with prefix c99 RM Cat B with prefix c99 Forum A with prefix f99 Forum B with prefix f99 Moving resource with prefix c99 from...
  11. R

    Prefix RM and Forum

    Given: Resource in Recource Cat A with Prefix A moved to Rescource Cat B with Prefix A moves automatically Thread from Forum A with Prefix A to Forum B with Prefix A Resource and Thread should have Prefix A after moving? If i do that, i loose the Prefix of the thread.
  12. R

    XF 2.3 Threads from Forum A to Forum B

    Threads from Forum A to Forum B Is there any way to search a thread with title: "This is the title I am looking for"?
  13. R

    Conversation Essentials [Paid]

    There is a table with xf_sv_convess_label_user_stat Is it possible not to save it for 0-values?! After reinstalling the add-on i have some ten thousands lines with 0 inside.
  14. R

    XF 2.3 Search only in this thread

    Is there a setting somewhere that controls whether a search within a thread first shows the relevant posts from that thread, and then fills in additional results from elsewhere?
  15. R

    XF 2.3 Search only in this thread

    I've never had any problems with this, and everything works fine in my test forum and for clients – but in one forum, something is just wrong. I'm going to disable all add-ons that have anything to do with search, and after that... I have no idea what else to try.
Back
Top Bottom