vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Displays avatars online users on forumhome (https://vborg.vbsupport.ru/showthread.php?t=239824)

sadiq6210 11-18-2011 05:56 PM

Not working with 4.1.8

The avatars is sorted randomly
for example the avatar for user1 is appearing near user5 and user5 avatar is moving to user3 ..... etc

This problem is in IE(8-9) & Chrome
FF8 Okay

We need to update this great mod.

BlackThorn 11-20-2011 06:31 AM

-Hack updated for vBulletin 4.1.8 currently active version.

PS don't download plug-in again. You must change to forumhome template (comma list) well please read my the main post.

sadiq6210 11-20-2011 06:59 AM

Quote:

Originally Posted by BlackThorn (Post 2269824)
-Hack updated for vBulletin 4.1.8 currently active version.

PS don't download plug-in again. You must change to forumhome template (comma list) well please read my the main post.

Thanks dear
But the bug is still exist. Have a look here:

1- In Firefox there is no problem, see the order of the avatar (sort)

https://vborg.vbsupport.ru/attachmen...1&d=1321775826


2- While in Google chrome and IE, the avatar is mixed, so the avatar for some user gone to another user as shown

https://vborg.vbsupport.ru/attachmen...1&d=1321775902

I tried in the default style and I got same bug :(

BlackThorn 11-20-2011 07:12 AM

Did you try it 'alfabetical listing to all visitors'? That's may could be a template problem I'm not sure, so I didn't try it yet. Can you reset to forumhome and forumhome_loggedinuser template and try it again? I just think, there is a template problem right.

sadiq6210 11-20-2011 07:20 AM

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?

sadiq6210 11-27-2011 09:01 PM

Quote:

Originally Posted by sadiq6210 (Post 2269833)
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)

https://vborg.vbsupport.ru/attachmen...1&d=1322431159

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.

sadiq6210 11-30-2011 05:58 AM

FIXED

I added new class with float:"right"

:)

doctorsexy 01-01-2012 08:06 PM

Works with 4.1.9 just add {vb:raw loggedin.comma} last before </li>

thank you


All times are GMT. The time now is 02:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01132 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete