Notifications
Clear all

wpForo 1.x.x [Closed] Topic Titles

24 Posts
4 Users
2 Reactions
8,608 Views
antonM
Posts: 131
(@antonm)
Estimable Member
Joined: 8 years ago

You use extended layout (this is folder "1" in layouts), so you need to change forum.php in this folder layouts/1/forum.php.

Now is working?

P.S. Topic title length depends only from code, which I wrote above. 

Posts: 111
(@nando4)
Estimable Member
Joined: 8 years ago

Is there a way to setup a wider topic string for desktop users (say 80 chars) and a narrow layout for mobile users (say 52 chars)? Sort of what you can do in CSS:

/* mobile devices */
@media only screen and (max-width: 1024px){ [topic-string=52chars] }

/* desktop devices */
@media only screen and (min-width: 1024px){ [topic-string=80chars] }
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

No way yet. It's being hard cropped in core functions. I'll add this in our to-do list.

Page 5 / 5