XF 2.0 XenForo cuts metà description

kevaketa

Member
Licensed customer
XenForo cuts metà description and put(...) so how to remove (...) and show more characters in description
 
  • Like
Reactions: CNK
The question would be how much do you actually see at the moment? My guess would be that you're hitting an external limit, not an in-built one.
 
On xf1 it is set to cutoff at 155 for threads, not sure about xf2.

https://xenforo.com/community/threads/longer-meta-description.144702/

You can change this in the template thread_view or search for meta description (change to 300 for example). You can do the same for opengraph.
Code:
<meta name="description" content="{xen:helper snippet, $firstPost.message, 300}" />

And in the page_container template you can change it for forums, but that is set to 200 and probably you will not enter such a long description.
 
Back
Top Bottom