vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - [DBTech] InfoPanels v2 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=238351)

DragonByte Tech 06-11-2012 02:46 PM

You'll need to edit the thread and user tables and make sure the collation is identical.

The error message is
Quote:

Illegal mix of collations (latin1_german1_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
If you don't know how to fix this, please contact your host and paste them this quote, then they might be able to help :)


Fillip

todomaquinas 06-11-2012 04:05 PM

Thank you very much,

I guess this is to repair the database, I am a little awkward for this.

I guess with the PRO version would spend the same.

Thanks anyway.

DragonByte Tech 07-13-2012 11:28 PM

InfoPanels v2.0.5
Fix: Fixed UTF-8 issues some people were having in certain scenarios
Change: If the AJAX call to fetch new entries fails for whatever reason, the mod will now try again in 5 seconds where possible

Fillip

Lioric 07-16-2012 12:25 PM

Hi,

i have download the version 2.0.5 and the stats are not working! Their only stand: Loading ...

On the page http://www.dragonbyte-tech.com/forum.php the same problem in the stat box

DragonByte Tech 07-16-2012 12:31 PM

No, it's working perfectly fine on DBTech :)

Please ensure you've reverted any InfoPanels templates and try clearing your browser's cache.


Fillip

andyv72 07-23-2012 01:10 PM

Hello..

Nice Mod, i need a little help

if i activate this mod than is above

1 welcome back
2 top stats
3 shout box

how i can change into

1 welcome back
2 shout box
3 top stats

sry for my Bad Englisch :D

DragonByte Tech 07-24-2012 10:27 PM

That can't be done unfortunately :(


Fillip

S@NL - BlackBik 08-12-2012 01:23 PM

Hi, thanks for the update.
I still have an issue with showing decimals in the "postsperday" variable. I've found the solution.

On row 364 of forumhome_complete it says:

Code:

$templater->register('postsperday',        vb_number_format($postsperday));
The default for the vb_number_format function is that 0 decimals are calculated

Change this to:
Code:

$templater->register('postsperday',        vb_number_format($postsperday, 2));
By adding the ", 2" you tell the function to use two decimals and the decimals are showing up, separated by the decimal separator that belongs to the language in which the forum is used.

DragonByte Tech 08-16-2012 12:45 PM

Quote:

Originally Posted by S@NL - BlackBik (Post 2356397)
Hi, thanks for the update.
I still have an issue with showing decimals in the "postsperday" variable. I've found the solution.

On row 364 of forumhome_complete it says:

Code:

$templater->register('postsperday',        vb_number_format($postsperday));
The default for the vb_number_format function is that 0 decimals are calculated

Change this to:
Code:

$templater->register('postsperday',        vb_number_format($postsperday, 2));
By adding the ", 2" you tell the function to use two decimals and the decimals are showing up, separated by the decimal separator that belongs to the language in which the forum is used.

I'll get that changed for the next version :)


Fillip

S@NL - BlackBik 08-17-2012 01:05 PM

Thanks :)


All times are GMT. The time now is 09:01 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.01316 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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