Quote:
Originally Posted by sadiq6210
Did you try it 'alfabetical listing to all visitors'?
Yes, It is sorted alphabetical
Can you reset to forumhome and forumhome_loggedinuser template and try it again?
I did that, forumhome rested and now there is no template named "forumhome_loggedinuser"
I uploaded a new default style but same bug
UPDATE:
I tried to use LTR instead of RTL and the problem is solved
so, it is RTL bug, but it is happened only after upgrade to 4.1.8, any idea?
|
In vbulletin.css
Find:
Code:
.commalist li {
display:inline;
}
and replace it with:
Code:
.commalist li {
display:inline;
float: right;
}
Now there is no problem in all browses
But class (commalist) is used in other templates
so that effected some pages after I added (float:right). For example (who is viewing the thread)
BlackThorn
Do you have an idea to apply same fix but without effect any other pages?
We just need to add (float: right) somewhere to apply it only for this mod.