Recent content by Robert9

  1. R

    Location custom field by AddonsLab [Paid]

    I told you about the problem yesterday, so thank you for your quick response. However, I don’t understand this sentence: You have solved it, so we will not see this message anymore? Could you explain briefly what happened before? About four weeks ago, Google seems to have changed something...
  2. R

    Wiki on forum

    I have developed a suite of solutions that apply write permissions beyond the initial post. I have experimented with keyword handling across body text and tags, implemented tables of contents, and explored the use of namespaces. At some point, a client will want a wiki; that will be my...
  3. R

    Search Improvements

    Could you please help me and give me a hint? protected function rebuildById($threadId) { /** @var \XF\Entity\Thread|null $thread */ $thread = $this->app->em()->find('XF:Thread', $threadId); if ($thread) { $thread->rebuildTagCache()...
  4. R

    [OzzModz] Post Edit Alert

    This works without that use if (!$this->data['post_id']) { throw new \InvalidArgumentException('Cannot run without post_id'); }
  5. R

    [OzzModz] Post Edit Alert

    <?php namespace OzzModz\PostEditAlert\Job; use http\Exception\InvalidArgumentException; class AlertUsers extends \XF\Job\AbstractJob http\Exception\InvalidArgumentException is not part of core PHP — it’s a class from the PECL HTTP extension (specifically ext-http version 2+). Namespace...
  6. R

    [OzzModz] Addon Uninstall Delete Files

    To make both add-ons work more smoothly, the return could lead to /&tab=installable
  7. R

    [OzzModz] Separate Active/Inactive/Installable/Legacy Addons

    This add-on is not working with this add-on: https://xenforo.com/community/threads/ozzmodz-addon-uninstall-delete-files.213621/ Maybe you can add me fix from here, please: https://xenforo.com/community/threads/ozzmodz-separate-active-inactive-installable-legacy-addons.185460/page-2#post-1744349
  8. R

    [OzzModz] Addon Uninstall Delete Files

    This add-on is not working together with this add-on https://xenforo.com/community/threads/ozzmodz-separate-active-inactive-installable-legacy-addons.185460/ I have added a fix here...
  9. R

    [Xen-Soluce] SEO Optimization [Paid]

    A minute ago i have erased xs_seo in 1200 threads, why do you save empty arrays? UPDATE xf_thread SET xs_seo = '{}' WHERE CONVERT(xs_seo USING utf8mb4) = '{"meta_title":"","meta_description":"","meta_robots":"","open_graph":"","twitter_card":"summary","canonical_url":""}';
  10. R

    Location custom field by AddonsLab [Paid]

    protected function _preSave() { parent::_preSave(); if ($this->field_type !== 'location') { $this->location_options = []; } }
  11. R

    Location custom field by AddonsLab [Paid]

    It seems there is no test, if a new fieldtype = location; so all new fields have a value of 373 byte instead 2 with "[]" You may want to care for this with a next version, please.
  12. R

    [XenCustomize] Book Threads: Forum & Thread Types [Paid]

    Can you please give some details where you save the additional data. Probably not in xf_thread. What is the difference to do the same with custom_fields, thread_icon and some other small add-ons to have same functions?
  13. 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...
  14. R

    Prev / Next Threads [Paid]

    I will check it later.
  15. 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.
Back
Top Bottom