The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
no more support for statistic version 2
In the next days we will release a new statistic Version (vB Statistic 3). For this reason I give from today on, no more support for the Statistic Version 2 This version is bigger, faster and we want to publish the statistic in two languages. (german and english). In order to use the new Statistic Version, the old version must be unfortunately removed. A deinstallation script you found here >> https://vborg.vbsupport.ru/showpost....47&postcount=2 For a first impression You find a English demonstration of the Statistic here >> http://at-lantis.de/statistic.php You find a German demonstration of the Statistic here >> http://boardszene.de/statistic.php May someone will translate our Phrases from the new version 3.0 into other languages. If you are interested please send me or Onkel_Tom a PM with your eMail Address and we will sent you the phrases file in english to be translated into other languages. The vB Statistic is free. However, if you would like to donate a small amount, feel free. ![]()
More Infos soon PcFreak Show Your Support
|
Comments |
#227
|
||||
|
||||
![]()
Thanks Zelda-King for your translation work on the Templates !
I integrated the better english in my new zip File. I checked the table inserts for "statistik_laender" and there is Europe with "e" in. Also my test db has the Europe with "e" inside, so that must be a transfering or inserting error on your server. We have both a wrong thinking about a translation in poll template. It's not "Ends" as category, it's Duration. This field doesn't show the days remaining, it shows only the configured duration of the poll ![]() What about the installation and Script executing problems ? Does it work for all in the meanwhile ? |
#228
|
||||
|
||||
![]() Quote:
Thread Title Started by Poll Question Date Poll Choices Total Votes Thread Open or Closed Duration Multiple Choice 'Open' Poll (Is poll open or closed) Views NOTE: Down at the bottom - Searches. People on my board asked why all the dots with bags. I put in this note: "General Search (Like 'Last 24 Hours' or 'Last Visit')" - http://Elsmar.com/Forums/statistik.php?do=polls EDIT ADD: I did a few translations a bit back. I'm not going through the update until you folks finish because the stats are relative to me. That is, some of the language translations aren't important to me and the statistics it gives me are sufficient - Like 10 times what I had before and are presented well. That said, I appreciate the fine tuning you folks are doing on this. I had a different program back in the vB 2.x days and really loved this when I saw it - this one is exceptional. I'm not a php programmer so it's all beyond me or I'l pitch in on that stuff. |
#229
|
||||
|
||||
![]()
I'll just change it to 'Europe' in my database then. Not a problem.
Quote:
|
#230
|
||||
|
||||
![]()
thanks Smitty for your positive feedback.
If you install the new files and Templates you get ride of the "(days)" in the duration row of the polls ![]() But you are right to wait until our fine tuning is done. It's only neccesary to download the new files for that people which have problem to get the scripts run. @YamaMotoYama I will check the apostrophe problem in username... |
#231
|
||||
|
||||
![]()
Here's an Ascension flag (United Kingdom Academic Institutions) in case anyone else is missing one.
|
#232
|
||||
|
||||
![]()
We got a final version? If so, were can I download it
![]() Thanks for all your HARD WORK Onkel_Tom!! |
#233
|
||||
|
||||
![]()
A very slight grammar change was needed in the statistic_spider template:
Code:
$statistic_header <!-- Spider Anzeige Start --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="2"><div align="center"><strong>Spiders and Searchrobots</strong></div></td> </tr> <tr> <td valign="top" class="panelsurround"> <div class="panel"> <fieldset class="fieldset"> <legend><strong>Spiders</strong> ($wieviele_spider of known 93 different) <font color="#FF0000"> (Display dynamical)</font></legend> <table width="95%" border="0" align="center"> <tr> <td> </td> </tr> $statistic_bots_bit </table> </fieldset> </div> </td> <td valign="top" class="panelsurround"> <div class="panel"> <fieldset class="fieldset"> <legend><strong>Searchrobots Summary</strong></legend> <table width="95%" border="0" align="center"> <tr> <td>$totalspider ($totalspider_in_prozent %) counted Spiders since statistics started.</td> </tr> </table> </fieldset> </div> </td> </tr> <tr> <td class="tcat" colspan="2"> </td> </tr> </table> <!-- Spider Anzeige Ende --> $statistic_footer |
#234
|
||||
|
||||
![]()
@ oldfan
You know, a final version will never be reached because of updates, additions and so on ![]() But I think we reached now a status that the hack must work on all installations without database errors and script errors, especially the apostrophe problem mentioned by YamaMotoYama. I have to check this but have no free time right now. So I suggest for all people which have problems before with the hack to install it on your site and to help us with the bugfixing if still errors occur. Normally the installation and also the scripts must run fine now, but if nobody is testing it and waiting for a final version, we will get no final ![]() @ Zelda-King Thanks for the missing flag ![]() |
#235
|
||||
|
||||
![]()
- apostrophe problem fixed !
![]() - also a problem in template statistic_last_x_threads_bit where fix to show the thread itself and the profile of last poster, there was missing a "?" in the syntax of 3 href lines. - Template statistic_spider translated from Zelda-King included - missing flag for United Kingdom Academic Institutions included, thanks Zelda-King |
#236
|
|||
|
|||
![]()
Awsome, thank you so much.
Y. Quote:
|
#237
|
||||
|
||||
![]() Quote:
|
#238
|
|||
|
|||
![]()
The install script still has problems in it but yes, you would just re-run the install script. Attached is my "fixed" install script, but it has been modified to put vb3_ before all the database commands as the prefix. If you use it, change vb3_ globally in the file to whatever you use as a database prefix first.
|
#239
|
||||
|
||||
![]()
I just noticed a lot of the flagge_link entries in statistik_laender point to noflag.gif.
|
#240
|
||||
|
||||
![]()
@ Wential
You are right ! If you include a variable from config.php like the table prefix you should also include this file in your installation script: find in file install_statistik_english.php: Code:
require_once('./global.php'); require_once('./includes/adminfunctions_template.php'); Code:
require_once('./global.php'); require_once('./includes/config.php'); require_once('./includes/adminfunctions_template.php'); ![]() Sorry for that, my test installation has no table prefix so I'm not able to found out that we still have a problem there. @Zelda-King Ooooh, that's crazy because the german version of this hack has all flags in the database, but german countrynames :devious: I will try a export from my german database table and try to replace the flags in the english version.... |
#241
|
|||
|
|||
![]()
Tom, your install script results in this error:
Quote:
1 problem though. I installed this on another site before the latest English Translation install script was posted. How can I uninstall this hack on that server, so I can reinstall w/ the new English translation? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|