Recent content by Boothby

  1. Boothby

    XF 2.2 Custom index page route (user's choice)

    I created a landing page and the index page route links to it. Some users complain about it and so I want to give them the possibility to choose a custom index page route of their own. So I created a custom user field with some options. Now I need some code that brings it all together. Any help...
  2. Boothby

    XF 2.1 Redirection to new domain https and upgraded from vbulletin

    I think you will need this: https://xenforo.com/community/resources/xenforo-redirects-for-vbulletin.6123/
  3. Boothby

    Implemented PWA: Better support of round icons

    I don't know if this is technically possible. Round icons should be full filled and no square with white "edges" on home screen. As an example Whatsapp (how it should be) and Xenforo side by sie.
  4. Boothby

    2.2 additional content type suggestions

    Great suggestion. I would add blogs and wiki type articles to your list. In wikis the comments are in a separate tab.
  5. Boothby

    Fixed Console Log: Cookie attribute "sameSite" without using the "secure" attribute

    I'm getting the following message in my console log (rough translated by deepl.com): Browser: Firefox 76 URL: http://localhost
  6. Boothby

    XF 2.2 Progressive web app

    I hope XF would implement Apple's Web Apps, too, even if they do not have the full feature set of PWA. Here is a good article about it: https://love2dev.com/pwa/ios/
  7. Boothby

    XF 2.2 Writing before registering

    I like this new feature. :-) What happens to the post when the final saving for whatever reason fails? Is it lost then?
  8. Boothby

    XF 1.5 set page title with PHP

    It's $response->params['page']['title'] = $page_title; And you don't need this: <xen:title>{xen:raw $title}</xen:title> Btw. Zend_Debug::dump($response); is your help in need. :)
  9. Boothby

    VB To XenForo, Question Regarding HTML

    XF2 ships with its own importers. You should use them in the first place. I know that @Steffen converted a big board and he did a lot of bug reporting for the current vB to XF2.x importer. So I think he knows the code in and out and you could ask him for helping you with adjusting the code for...
  10. Boothby

    Fixed iOS 13 can’t enter search term

    The problem still remains, also with IOS 13.1
  11. Boothby

    Fixed XF\Service\Language\Export::getExportFileName returns filename with forbidden slash

    With $addOnLimit this method returns the filename with a slash from addOnId. I also suggest to make the addOnLimit optional. public function getExportFileName($addOnLimit = true) { $title = str_replace(' ', '-', utf8_romanize(utf8_deaccent($this->language->title))); //...
  12. Boothby

    Fixed iOS 13 can’t enter search term

    I have this in both, Chrome and Safari. The keyboard appears only after I tripple click in the text field.
  13. Boothby

    Please make the order of plus/minus buttons in "Go to page" more intuitive

    Not only here. I think the increade + button should in LTR languages always be on the right side. Your links are good examples.
  14. Boothby

    Lack of interest Add callbacks to notice criterias

    Please implement the possibility of adding callbacks to the available criterias. For example: On xendach.de a user asked how to add a criteria for users who did not posted within the last 90 days.
  15. Boothby

    Fixed Fix handling of "tel:" URLs

    @Steffen According to this page you can disable format detection for safari mobile. <meta name="format-detection" content="telephone=no">
Top Bottom