oxy
Customer
If a thread title is extraordinarily long, then it runs over into the next thread item.
Reproduce?
Just type a really ridiculous and long thread title in the gamer fusion theme. It'll flow over into the next item rather than expanding the row itself.
I'm not sure if it has been noted, or if it's even an issue in the core XF design.
I don't think it will be a REAL issue because I seem to have some whacky users... Not to mention my RSS feeds use long titles sometimes.
I had to go to
thread_list_item and change
{xen:helper wrap, $thread.title, 50}
to
{xen:helper snippet, $thread.title, 80}
If I made wrap less (like 1 or 25...) it didn't do anything *shrugs* not sure why...
SO I used the snippet instead.
Reproduce?
Just type a really ridiculous and long thread title in the gamer fusion theme. It'll flow over into the next item rather than expanding the row itself.
I'm not sure if it has been noted, or if it's even an issue in the core XF design.
I don't think it will be a REAL issue because I seem to have some whacky users... Not to mention my RSS feeds use long titles sometimes.
I had to go to
thread_list_item and change
{xen:helper wrap, $thread.title, 50}
to
{xen:helper snippet, $thread.title, 80}
If I made wrap less (like 1 or 25...) it didn't do anything *shrugs* not sure why...
SO I used the snippet instead.