vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Statistics Modifications - AJAX (https://vborg.vbsupport.ru/showthread.php?t=198791)

YeMojuD 01-13-2009 01:51 AM

If i change Text Direction language from "Left to right" to "right to left" by
Language Manager --> Language Edit Setting

inserted horizontal scrollbar in browser.

View This Pic:
Code:

http://www.tinypic.ws/files/re9mbkedjdyy633078b1.png
Please Help me

enjoyquality 01-13-2009 08:43 AM

Hi again. I have 2 template. First one works fine but another one doesn't work.

Please check picture. It looks like Security Token (CSRF) problem but i couldn't find where the problem is?

Ceege 01-14-2009 12:27 PM

Quote:

Originally Posted by redlabour (Post 1710200)
Any Feedback? :cool:

And will 2.1.0 stop this crazy Version Chaos?

[AJAX] - Advanced Forum Statistics.zip (Random threads with slideshow using attached images in threads)
[AJAX] - Advanced Forum Statistics 1.5.0.zip (Random threads with slideshow displays the images in [IMG] code in threads)
[AJAX] - Advanced Forum Statistics 2.0.0.zip (Do not use Random threads)

I don't consider that version chaos..He explains what each of them are for. He said you don't have to update to version 2.0.0 because it's not a code update, rather its a variant of the code to remove the random threads completely, as was asked in this thread.

redlabour 01-14-2009 02:38 PM

Quote:

Originally Posted by Ceege (Post 1712012)
[AJAX] - Advanced Forum Statistics.zip (Random threads with slideshow using attached images in threads)
[AJAX] - Advanced Forum Statistics 1.5.0.zip (Random threads with slideshow displays the images in [IMG] code in threads)
[AJAX] - Advanced Forum Statistics 2.0.0.zip (Do not use Random threads)

I don't consider that version chaos..He explains what each of them are for. He said you don't have to update to version 2.0.0 because it's not a code update, rather its a variant of the code to remove the random threads completely, as was asked in this thread.

If you have read the Thread and the road to this 3 different Versions you will understand that this is only a Result of Mistakes and not wanted to give Users more choices of what they want use.

But in anyway - this Hack still seems to be unsupported till there is no Response for some Days now. Guess it will be the same after the next Update. 1 or 2 Days supported and then no more Feedback from him.

Seems this is on the best Way to Graveyard. ;)

redlabour 01-15-2009 09:02 PM

Clicked uninstall!

haothiencz 01-15-2009 10:48 PM

We are preparing for New year eve in our country. So got a little busy.

Updating the newer version with fixed small error.

Quote:

And will 2.1.0 stop this crazy Version Chaos?
All versions come with request from VBB Members. We will keep developing and support all versions :)

But maybe, the main coder will try to make a version with multi-choice options. To have all the features at one.

Thank you for who clicked installed and nominated for MOTM.

Best regards,

Haothiencz

NgocTam 01-15-2009 10:54 PM

Quote:

Originally Posted by blue6995 (Post 1705058)
I'm getting this error and I have no idea why. Does anyone know how I can fix this? Many thanks

Database error in vBulletin 3.7.3:

Invalid SQL:

SELECT attachment.attachmentid, thread.threadid, thread.title
FROM vb3_attachment AS attachment
LEFT JOIN vb3_post AS post ON (attachment.postid=post.postid)
LEFT JOIN vb3_thread AS thread ON (post.threadid=thread.threadid)
WHERE attachment.extension IN ('bmp','gif','jpe','jpeg','jpg','png') AND thread.forumid NOT IN(44,42,129,87,,40,87,101,129)
ORDER BY rand()
LIMIT 0, 10;

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '40,87,101,129)
ORDER BY rand()
LIMIT 0, 10' at line 5
Error Number : 1064
Request Date : Thursday, January 8th 2009 @ 02:32:16 PM
Error Date : Thursday, January 8th 2009 @ 02:32:18 PM
Script : http://www.rwf-forum.co.uk/vBulletin...splay.php?f=70
Referrer :
IP Address : xx.xx.xxx.xx
Username : Unregistered
Classname : vB_Database
MySQL Version :

vboption: Forums excluded from stats (List IDs, separate with commas) Like this:
Code:

40,87,101,129
Not:
Code:

,40,87,101,129
I thinks it's your error

NgocTam 01-15-2009 11:04 PM

Quote:

Originally Posted by YeMojuD (Post 1698677)
very Best and nice mod.

I installed v2.0.

But I need (left to right) change to (right to left) Text, Name, and items.

What i do?

You must edit some template. Ex: +++++++_topstats_latest_posts, +++++++_topstats_poster, +++++++_topstats_thanks...

Find: float: right;
Replace with: float: left;

And Find: float: left;
Replace with: float: right;

NgocTam 01-15-2009 11:12 PM

Quote:

Originally Posted by mcyates (Post 1701351)
How can I only show 5 or even 10 posts rather than the 15 which is currently the lowest limit? Showing 15 lines of new posts is far to many.

For 2.x.x only:
If you want to show 5 or 10 reslult. Do this:
Edit template +++++++_topstats_stats, Find:
Code:

<img src="+++++++/topx/list.gif" border="0" />
Replace with:
Code:

&nbsp;
Find:
Code:

<select id="+++++++_topstats_result">
                                                        <option selected="selected" value="15">15</option>
                                                        <option value="20">20</option>
                                                        <option value="30">30</option>
                                                        <option value="40">40</option>
                                                        <option value="50">50</option>
                                                </select>

Edit as you want:
<option selected="selected" value="15">15</option> is default result show when page load
<option value="xx">xx</option> is more results

t.uzuner 01-16-2009 07:56 PM

not show attechment pictures random threads
clicked uninstall


All times are GMT. The time now is 11:56 AM.

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.01190 seconds
  • Memory Usage 1,755KB
  • 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
  • (6)bbcode_code_printable
  • (6)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