RSS Feed/News General Discussion or Article forum type in forum_view

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
24,674
Points
823

Reputation:

I use the following code in extra.less to remove the thread starter name and date from below a thread title in forum view....
Code:

Code:
[data-template="forum_view"]
{
    .structItem-parts
    {
        display: none;
    }
}

I have some nodes that are configured as Articles and not General Discussions.

And in those nodes, the text below the thread title is still visible.

I can convert it back and forth to show or not show, by changing the node type.

Any reason or idea's on why the code...

Read more

Continue reading...
 
Status
Not open for further replies.
Top