What's new

Recent content by Fatih

  1. F

    [XB] Forum Content List Tabs [Paid]

    It will not reply directly. If someone presses Reply, it will open the thread.
  2. F

    [XB] Forum Content List Tabs [Paid]

    Hi, We've talked before about how XenForo users are increasingly looking for ways to see more of what's happening, more easily. While XenForo's traditional forum structure works great for organized discussions, it sometimes struggles to keep up with what people expect from online experiences...
  3. F

    [XB] Forum Content List Tabs [Paid]

    This is my tab settings. If I enable 'use as latest activity' no item is showing.
  4. F

    [XB] Forum Content List Tabs [Paid]

    @Painbaker I want to propose some changes to this add-on. Would you mind evolving it into a Feed add-on? There are pretty similarities so I think it is woth to evolve it. I can sponsor for this changes if it is acceptable. I will message you in my first opportunity.
  5. F

    [XB] Forum Content List Tabs [Paid]

    Thank you @Gemma The following code worked for me with slight design errors. This is for those interested this change. /*** Gaps in profile posts of forum list tabs ***/ /* LIGHT MODE */ #forumListTabTarget-durumlar { background: rgba(239,239,239,0.9); border: none; > li {...
  6. F

    [XB] Forum Content List Tabs [Paid]

    @Gemma Have you add gap for profile posts tab as well?
  7. F

    [XB] Forum Content List Tabs [Paid]

    The following code works perfectly for both, light and dark mode. /*** Gaps in news of forum list tabs ***/ /* LIGHT MODE */ #forumListTabTarget-gundem { background: rgba(239,239,239,0.9); border: none; > li { margin: @xf-paddingMedium; margin-top...
  8. F

    [XB] Forum Content List Tabs [Paid]

    It just worked with the following code. /*** Gaps in news of forum list tabs ***/ #forumListTabTarget-gundem { background: #efefef; border: none; > li { margin: @xf-paddingMedium; margin-top: @xf-paddingMedium; background: linear-gradient(to top...
  9. F

    [XB] Forum Content List Tabs [Paid]

    Unfortunately, the code hasn't worked for me.
  10. F

    [XB] Forum Content List Tabs [Paid]

    Thanks Gemma, I will try it. Could you please give me the other codes as well to extend it to other taba?
  11. F

    [XB] Forum Content List Tabs [Paid]

    Hello, how can I add gaps between the rows at the News tab? I have used the followıng code for XenForo default latest activity page. /*** Gaps between lines in the Latest Activity list ***/ [data-template="latest_activity"] { .block-container { background: none...
  12. F

    [XB] Forum Content List Tabs [Paid]

    Additionally, is there any suggested way to change tabs' link structure? /#forumListTabs-news I want to have more user-friendly and shorter links. The following can be an option. /#FLTabs-news
  13. F

    [XB] Forum Content List Tabs [Paid]

    Good morning @Painbaker If we select "Use as latest activity," no item shows up in the "News Tab." I think this is not usual, as it should show the Posts, Profile posts, Profile post comments, and Threads. Could you please have a look at this error?
  14. F

    [XB] Forum Post Thread Button Text [Paid]

    Morning @Painbaker, new release is working perfectly at Article forums. This code is working perfectly also. Thank you so much. Would you consider adding an ‘Enable Post Thread in Threads’ option in the next add-on update? It would be great instead of modifying templates.
  15. F

    [XB] Forum Post Thread Button Text [Paid]

    I had modified the template directly. The code which I used at XenForo 2.2 as follows. I just upgraded to XenForo 2.3 and I haven't adopted and implemented the code yet. I was following the below steps. Open the thread_view template Find the code: <xf:breadcrumb...
Back
Top