Recent content by klamm

  1. klamm

    Posts per page - threadwise

    We have a few threads with relatively HUGE/long posts. So I want only those threads to e.g. have 2-3 posts-per-page (instead of 25 or so). Is there a plugin to set the post-per-page value for specific threads? Or where do I find it in the code to put an array of those thread-ids manually?
  2. klamm

    XF 2.2 Post with Iframe causes failure

    Thanks for noting this. I found & disabled these Ads!
  3. klamm

    XF 2.2 Post with Iframe causes failure

    Removing [ URL ] from the source now, causes the IFrame to render Does not render: <iframe src='https://xenforo.com' width='0' height='0' scrolling='no' frameborder='0' marginwidth='0' marginheight='0'> Renders: <iframe src='https://xenforo.com' width='0' height='0' scrolling='no'...
  4. klamm

    XF 2.2 Post with Iframe causes failure

    That's what's in the DB xf_post -> message Da isser wieder :mrgreen: Wie sagt man so schön: Jeder hat seine Chance verdient, etwas besser zu machen. Ich war so frei und habe mal was gebucht. Ergebnis = Besucheranzahl unter ferner liefen. Was mir aber aufgefallen ist (auf der Seite, auf der...
  5. klamm

    XF 2.2 Post with Iframe causes failure

    One of my users posted some BBcode with IFrame and it causes XF to crash. Look here: https://www.klamm.de/forum/threads/traffic-bombe-de-trafficwerbung-discounter.465748/post-7928106 Problem: The IFrame renders, although it's encoded in the source !?
  6. klamm

    XF 2.2 Reactions not showing after v2.2.6 Patch 2

    We got it fixed (was a custom problem). Thanks!
  7. klamm

    XF 2.2 Reactions not showing after v2.2.6 Patch 2

    Atfer updating to Patch2, the reactions stopped showing inside the post. You can still like something, but the bar of existing likes/reactions is not showing up. I deactivated plugins/default style - same. What can I do?
  8. klamm

    XF 2.2 How to change font sizes in editor?

    My page has a standard font-size of 14px. In the editor only 9,10,12,15 ... is selectable from the dropdown. How can I change this setting? Already edited /src/XF/BbCode/Renderer/Html.php and /src/XF/Html/Renderer/BbCode.php to match my font-sizes, but with no effect.
  9. klamm

    XF 2.1 Export/import thread

    Same ... any ideas how to export/import a thread?
  10. klamm

    XF 2.2 Sitemap not readable by Google

    Yes, that's what I'm talking about. :) Google reads the index, but does not read the single sitemaps ... although they are available. e.g. https://www.klamm.de/forum/sitemap-1.xml Yes, done that. I'm using many other sitemaps with my site, too and that's the first time such thing happens...
  11. klamm

    XF 2.2 Sitemap not readable by Google

    We succesfully upgraded from VB 3.8.x to XF 2.2. :cool: https://www.klamm.de/forum/ Only problem we still cannot solve: The generated sitemap, located here: https://www.klamm.de/forum/sitemap.xml is "not readable" by Google. At least that's what search concole says. Sitemap is delivered and...
  12. klamm

    [TH] Newest Post First [Deleted]

    Please do a 2.2 version :) Would pay
  13. klamm

    Lack of interest Turn thread view around. Newest post first.

    My members liked the VB option to view a thread the other way round. So that the lastest post comes first (top of 1st page). Is there already a way to do this? Did also not find an Addon for that.
  14. klamm

    Wrap XenForo in custom Header/Footer?

    Yeah you can use code listeners to hook into desired positions. Just get your header/footer stored in variables and echo them in template PAGE_CONTAINER. It takes a bit of time and programming skills to dig in, but it's possible. :)
  15. klamm

    Not a bug Empty Message-Row on closed Threads

    Sorry ... was an Ad-Hook
Back
Top Bottom