Recent content by Fionn

  1. F

    Xenforo Custom Services, Addons, Themes, Migration, Server Installation & Management and more | 9+ years of experience

    We have worked with Justin for several addons and he quickly delivers a working solution. He also quickly addresses any issues that arise. We plan to work with him again in the future - highly recommend.
  2. F

    Xenforo Custom Services, Addons, Themes, Migration, Server Installation & Management and more | 9+ years of experience

    He helped us fix problems with an addon created by another developer and found and fixed some issues not related to the initial problem. He works quickly and communicates clearly. We will definitely hire him again in the future.
  3. F

    XF 2.2 Set default guest username

    I do have an addon that is supposed to handle this but it is not working for post replies. It does work for new threads. The code in src/addons/.../XF/Service/Thread/Creator.php is: <?php namespace FS\AnonymousUser\XF\Service\Thread; class Creator extends XFCP_Creator { protected...
  4. F

    XF 2.2 Set default guest username

    I want the "user" field to display the default value "anonymous" when an anonymous user is making a post. I also want the user to be able to enter a custom name if they prefer. Is this possible without a custom addon?
  5. F

    XF 2.2 Show widget only in position on home (forum default) page

    I created an online demo (https://aaa955b7c61ca6a3.demo-xenforo.com/2213/index.php) and it works as it should in the demo. So I'm not sure what is happening with my test installation.
  6. F

    XF 2.2 Show widget only in position on home (forum default) page

    I tested a stock widget and the stock widget is showing on both the forum list page and the category pages. I tested this in both the custom style and the default style.
  7. F

    XF 2.2 Show widget only in position on home (forum default) page

    Maybe it has something to do with the custom widget. Thank you for checking it.
  8. F

    XF 2.2 Show widget only in position on home (forum default) page

    I checked in the default style and it is happening with that style as well. I also checked to make sure that I don't have two locations selected or two active widgets. Strange.
  9. F

    XF 2.2 Show widget only in position on home (forum default) page

    BassMan, when I check "Forum list: Above nodes" the widget shows on both the Forum list page and also the category pages.
  10. F

    XF 2.2 Show widget only in position on home (forum default) page

    Andy, I tried "$template =='forum_list'" in the display condition. However, then the widget did not display on the Forum List view/page or any other page. It seems like this is getting close but maybe there is still an issue with how to refer to the Forum List page.
  11. F

    XF 2.2 Show widget only in position on home (forum default) page

    Tracy, I am referring to the Forum List view/page as the "home" page. The widget is a custom widget. I tried "data-template = "forum_list"" in the display condition but that produced an error and would not save. As suggested in a comment below, I also tried "$template == 'forum_list'". That...
  12. F

    XF 2.2 Show widget only in position on home (forum default) page

    Thanks for the suggestion, Tracy. However for me, the widget will still show on category pages as well as that home page if I check Forum Overview - Top. I only want it to show on the home page.
  13. F

    XF 2.2 Show widget only in position on home (forum default) page

    I want to show a widget in the "Forum list: Above nodes" position but only on the home page. I have tried to add a display condition to accomplish this but so far I have not been successful. What display condition would I add to get this to work?
Back
Top Bottom