<xf:h1>{$xf.options.boardTitle}</xf:h1>
<xf:h1></xf:h1>
Yessss thx , it worked for me alsoLine 1 of the forum_list template, where it has:
Code:<xf:h1>{$xf.options.boardTitle}</xf:h1>
Change it to:
Code:<xf:h1></xf:h1>
Worked for me.
AND you can put anything there you want, for example "Hello World" and it will appear with the same formatting it's called normally.
Hello
How can we do for the same results in "What's new", "New Posts"... pages ?
Yessss thx , it worked for me also
Thx a lot
Not the tabs only the title juste above the tabs.
What’s new, New posts, New profile posts...
View attachment 220592
How to find them where the files, I have searched in root, also phrase but nothing comes up. What mistake am I making?Line 1 of the forum_list template, where it has:
Code:<xf:h1>{$xf.options.boardTitle}</xf:h1>
Change it to:
Code:<xf:h1></xf:h1>
Worked for me.
AND you can put anything there you want, for example "Hello World" and it will appear with the same formatting it's called normally.
Thanks ;-)It’s not in files, it’s in the templates. ACP- Appearance - Templates. Find the template calledforum_list
Or do a search in the ACP forforum_list
Does not work on my forum :-(Line 1 of the forum_list template, where it has:
Code:<xf:h1>{$xf.options.boardTitle}</xf:h1>
Change it to:
Code:<xf:h1></xf:h1>
Worked for me.
AND you can put anything there you want, for example "Hello World" and it will appear with the same formatting it's called normally.
Do you know how to do this?It’s not in files, it’s in the templates. ACP- Appearance - Templates. Find the template calledforum_list
Or do a search in the ACP forforum_list
To hide forum title only on forum list you can add this code to your extra.less template:
https://xenforo.com/community/threads/how-to-remove-the-mark-read-button.179766/ want to do itIt’s not in files, it’s in the templates. ACP- Appearance - Templates. Find the template calledforum_list
Or do a search in the ACP forforum_list
I did not have it on my previous forum, no one will miss on the new forum eitherYou don’t want users to be able to mark threads read?
Thank you so much, thank you thank you.Search for the template extra.less and add the bit of code.
CSS:.button--link[href*="mark-read"] { display: none; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.