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...
@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.
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 {...
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...
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...
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...
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
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?
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.