To the best of my knowledge, there is no way to full-justify text in XenForo.Not sure if this is the thread for it, but the full-justify button in the rich-text editor doesn't work. Text full-justified with it appears full-justified in the editor, but doesn't actually end up full-justified when posted.
The TinyMRC client is an addon - and their exist other addons which would allow for a regular justified effect on xenforo's software. Thus if we felt like it, that button could be working - but for the moment its not connected to any BB-Code parser and is an extra until the requisite mod gets added . Which alethiophile just said he is not inclined to add it.
Very true. It has now been removed.On the flip side of that, though, it'd be nice if that button were removed.
Seconded.Can I request that watched tags and watched threads switch positions in the bar at the top, for mobile browsing reasons?
Does anyone actually have an image in their sig?Would it be possible to limit signatures to not have images? Most signatures are useful (e.g. links) or inoffensive, so I'd prefer to not turn them off entirely, but some few people have large and/or several images in their signatures, which add nothing of value, but take up a lot of space
I don'tCan I request that watched tags and watched threads switch positions in the bar at the top, for mobile browsing reasons?
Yes.
Very similar.I don'thaveuse a mobile browser, but does it look anything like this?
![]()
I don't believe there's a technical solution to this. However, it seems like it would be a sensible forum rule. For that, you'd have to apply to tehelgee.Would it be possible to limit signatures to not have images? Most signatures are useful (e.g. links) or inoffensive, so I'd prefer to not turn them off entirely, but some few people have large and/or several images in their signatures, which add nothing of value, but take up a lot of space.
.message .signature .bbCodeImage {
max-height: 100px !important;
max-width: 200px !important;
}
On the subject, are there any rules or guidelines about signatures, other than "Don't link NSFW material without labelling it"?This is how sig permssions look atm.
Didn't realize media could be embedded before I took the pic, so that's turned off now. :/
There's no hard rule built into Xenforo limit limit signature image size, but I can simply turn off images in sigs. Some CSS modifications can be done to templates, to limit the image size, though.
Code:.message .signature .bbCodeImage { max-height: 100px !important; max-width: 200px !important; }
If that's placed into extra.css, that should fix the problem. I'll let alethiophile or Vanathor mess about with that.
On the subject, are there any rules or guidelines about signatures, other than "Don't link NSFW material without labelling it"?
With all these extra things in the menu bar, I would like to once again request that Watched Threads and New Posts, the two most useful quick links, be moved back to the far right. Because right now the two automatically visible options are Forums you Ignore and Watched Tags, arguably the least useful quick links.
Fortunately it asks if you're sure.Actually from a mobile UI perspective, having "Mark Forums Read" available on the top header is kinda dangerous.