Recent content by attemis

  1. A

    [bd] Reroute [Deleted]

    Does it still work? @xfrocks
  2. A

    Synchronise XenForo User/Pass with Custom Login User/Pass?

    You could create an account merge page in your system where logged in users can Register in xenforo by just entering a password (for xenforo) This might be helpful: https://xenforo.com/community/resources/xenapi-xenforo-php-rest-api.902/ I think it would be to complicated to change the way...
  3. A

    Rewrite string with spaces to "url" string with -

    Thank you!!! It works now :)
  4. A

    Rewrite string with spaces to "url" string with -

    Okay Thank you! I 'll try that!
  5. A

    Rewrite string with spaces to "url" string with -

    Hey, i want to rewrite a string (from the database) to use it in a url like this: route/string-from-database.2/ At the moment the url looks like this: route/string from database.2/ I searched already in XenForo_ControllerPublic_Thread and in XenForo_Route_Prefix_Threads, but i cant finde the...
  6. A

    xen:pagenav Question

    Yea that helped :), but if i click on a pagenav Link (for example 4), The url changes to https://domain.tld/route/example/page-3?page=3 Maybe i' ll go with ?page=3
  7. A

    xen:pagenav Question

    Okay thank you! I'll try that :)
  8. A

    xen:pagenav Question

    Thank you for your fast answer, but my code is based on XenForo/Route/Prefix/Threads.php The requests to https://domain.tld/route/example/page-2 are already working fine. Only the pagenav doesn't link to the "fancy" page parameters. Here is my route class, can you see a mistake/error? class...
  9. A

    xen:pagenav Question

    Hey, today i am going to make the pagenav links of my addon more beautiful. Xenforo threads get the page integer this way: https://domain.tld/threads/example.1/page-2 On my addon (and also on xenforo's memberlist) the page number is get this way: https://domain.tld/route/example?page=3 When i...
  10. A

    Xenforo Session among third domains

    I use 'domain' => '*.domain.tld'
  11. A

    UI.X

    @brstrm Thanks for your help, but i already fixed it by hiding the border of the selected tab :)
  12. A

    UI.X

    Hey I found an issue with the logo with these options: It happens with chrome, ff and opera Please fix this soon :)
  13. A

    UI.X

    Its that from bootstrap. I stripped the css and js from bootstrap until i only had the slider left.
Top Bottom