vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Users OnLine and Reputation Problems after Upgrade to 4.1.8 (https://vborg.vbsupport.ru/showthread.php?t=274623)

thermax04 11-25-2011 10:16 AM

Users OnLine and Reputation Problems after Upgrade to 4.1.8
 
1 Attachment(s)
Dear All
I have a modified style on my VB Forum, and after upgrading to 4.1.8 I found the following 2 problems:

Users OnLine don't show the comma between the online users names (pic attached)

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

Reputation green dots disappeared and have now the word Array instead (pic attached)

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

I did not have these problems before in the same style, and I don't have them now on the VB default style

Lynne 11-25-2011 04:52 PM

Create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

thermax04 11-25-2011 05:45 PM

I have the default VB style unmodified and a another style which is modified.
I do not have these problems with the unmodified default VB style, only with the modified style, but Iam using this modified style since 4.1.3 with no problems, the problems started only after upgrading to 4.1.8 in the modified style not the unmodified default style

EDIT:
Users OnLine don't show the comma between the online users names is solved by adding {vb:raw loggedin.comma}

Paul M 11-25-2011 06:57 PM

The system for displaying them changed in 418, you will need to modify your custom template.

thermax04 11-25-2011 07:39 PM

Quote:

Originally Posted by Paul M (Post 2271902)
The system for displaying them changed in 418, you will need to modify your custom template.

Do you mean regarding the Reputation green dots!
Then how to modify it?

Paul M 11-25-2011 07:46 PM

Replace this
HTML Code:

<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>

with this;

HTML Code:

<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
        <vb:each from="reputationdisplay" value="row">
                <img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
        </vb:each>
</span>


thermax04 11-25-2011 08:27 PM

1 Attachment(s)
I did your modification on Postbit Template, and I did also my modification but the results are the same (pic attached)
I have now the reputation green dot under the user name as the unmodified style, while I used to have it according to my modification in the same place which now has the word array!!:mad:

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

Lynne 11-25-2011 09:26 PM

Since it's a custom template, you will need to find the area where it was placed and modify it. It may have a different class needed to work in your template - that is up to you to figure out.

thermax04 11-25-2011 10:19 PM

1 Attachment(s)
I managed to put the reputation green dots where I want, but I can not figure out how to remove this Array Word!!

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

Lynne 11-26-2011 04:16 AM

Without you posting a few lines around that part of your template (NOT the full template! We only want to see that area) AND you posting a link to the site, we can't help you out either.


All times are GMT. The time now is 11:58 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.01204 seconds
  • Memory Usage 1,739KB
  • 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_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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