PDA

View Full Version : Add-On Releases - Update 4.0.4a - [AJAX] - Advanced Forum Statistics


Pages : 1 2 [3]

Malcolm-X
12-05-2010, 08:26 PM
In options set Auto Template to No then Modify the Forum Home templates

FORUMHOME Template find
<!-- what's going on box -->

Add Above
{vb:raw ad_location.vietv2b_topx}

This will place the product just below your forums, right above WGO

Thanks for clear explanation

WxP
12-12-2010, 11:20 PM
I Get error after users login, is showing agter database error,

lycheepassion
12-13-2010, 12:18 AM
Will this work with 4.1 PL2 I need something like this for my giveaway *POST THE MOST*! Any suggestions if this isn't it?

Joxpa
12-19-2010, 05:38 AM
no working in vBulletin 4.1.0 Patch Level 2 :(((((((((((((((

gsmlover4u
12-19-2010, 07:44 AM
how can change background color

sebasdess
12-25-2010, 07:03 PM
There is a problem with VBSEO.

When using this to link to last post:
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].'p='.$get_new_posts['lastpostid'].$get_new_posts_pagenr.'#post'.$get_new_posts['lastpostid']; break;

it's change http://forum.xxxxxxxxxxxx.com/showthread.php?<threadid>#post<lastpostID>
to the a url to : http://forum.xxxxxxxxxx.com/<forum_title>/<threadID><thread_title>-<new post page number>.html#post<last post number>
Which is great and everything is working.

BUT when using this to link to last newpost:
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].$get_new_posts['threadid'].'&amp;goto=newpost#post'.$get_new_posts['lastpostid']; break;

it'S change the same url to: http://forum.xxxxxxxxxxxx.com/showthread.php?<thread ID>=&goto=newpost#post<newpostID>

This last one ain't working as there is a stupid '=' sign added.

Anyone have an idea WHY this stupid '=' appears?!?

Heeeeeelllp!!!!

sebasdess
12-26-2010, 07:27 PM
omg omg omg!
I did find the problem regarding VBSEO incompatibility after like 10 hours+ of works!!!

ADMIN CP >+Module & Products >+Module manager
Then MODIFY this module: VSa - Advanced Forum Statistics - FH
Try to find this (it,s under "case 3", somewhere in the file):
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].$get_new_posts['threadid'].'&amp;goto=newpost#post'.$get_new_posts['lastpostid']; break;
and change it to:
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].'t='.$get_new_posts['threadid'].'&amp;goto=newpost#'.$get_first_new_post['lastpostid']; break;

This should solve your problem! :)

If you are using "arrows" for first unread post, there will still be an incompatibility. Solving this problem is quite easy: just dont use arrow for "first unread post".
go to "ADMINCP >+SETTINGS > OPTION >+VSa Advanded Stats.
'Latest Posts' - Title Link -> First unread post
'Latest Posts' - Arrow Link -> Last post (or anything but FIRST UNREAD POST).

You wont have any problem with those settings! :)

Cheers!

C0D3D
01-04-2011, 03:12 PM
Thank you for this perfekt hack!

But the style is not very succeeded. That is why i have modded this.

If you use more than one style at your board, my version will display the same style of this one, you have decided.

Just import like the original one.

It's not bad, but can be improved. It still makes the style a bit weird.

lmgc
01-12-2011, 05:24 PM
Hello everybody !

please i want to know how to show only the last posts without the left part which show users, or purhapse you can advise me another hack for the last posts only.

kind regards

please see the attached file
125516

redtailboas
01-14-2011, 11:02 PM
omg omg omg!
I did find the problem regarding VBSEO incompatibility after like 10 hours+ of works!!!

ADMIN CP >+Module & Products >+Module manager
Then MODIFY this module: VSa - Advanced Forum Statistics - FH
Try to find this (it,s under "case 3", somewhere in the file):
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].$get_new_posts['threadid'].'&amp;goto=newpost#post'.$get_new_posts['lastpostid']; break;
and change it to:
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].'t='.$get_new_posts['threadid'].'&amp;goto=newpost#'.$get_first_new_post['lastpostid']; break;

This should solve your problem! :)

If you are using "arrows" for first unread post, there will still be an incompatibility. Solving this problem is quite easy: just dont use arrow for "first unread post".
go to "ADMINCP >+SETTINGS > OPTION >+VSa Advanded Stats.
'Latest Posts' - Title Link -> First unread post
'Latest Posts' - Arrow Link -> Last post (or anything but FIRST UNREAD POST).

You wont have any problem with those settings! :)

Cheers!

Thanks.. I have been waiting for the VBSEO fix... this worked perfectly

Shanti Nanda
01-17-2011, 10:39 PM
I have an issue: one of my users turn off this hack manually, and he wants it back... but I can't find how to do it D:

redtailboas
01-17-2011, 10:41 PM
Have them go to the Forums -> Quick Links -> Enable Top Stats

Shanti Nanda
01-18-2011, 05:43 AM
Thank you! <3

yin9
01-22-2011, 08:13 PM
Thanks for this update haothiencz, installed, 5 stars.

VB version: 4.1.0 PL2

Aramist
01-22-2011, 10:35 PM
HI, I have installed this today...

And a strange issue happens...

I was testing it on Opera browser, where i was logged in as admin.

Everything was ok there...

But when i tryed to test others browsers (as guest visitors), my board does not load and it gives me and database error message.

as below:

Database error in vBulletin 4.1.1:

Invalid SQL:

SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.postusername, thread.postuserid, thread.lastposter, thread.lastposterid, thread.dateline, thread.views, thread.visible, thread.open, user.usergroupid, user.displaygroupid
FROM vb_thread AS thread
LEFT JOIN vb_user AS user ON (user.userid = thread.lastposterid)
WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open!='10' AND thread.forumid NOT IN(137,87,48,54,45,72,30,12,136,6,31,37,101,7,32,5 3,113,68,)
ORDER BY lastpost DESC
LIMIT 0, 15;

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 ')
ORDER BY lastpost DESC
LIMIT 0, 15' at line 4
Error Number : 1064
Request Date : Saturday, January 22nd 2011 @ 10:24:16 PM
Error Date : Saturday, January 22nd 2011 @ 10:24:16 PM
Script : http://www.myboard.com/forum/forum.php
Referrer :
IP Address : my.ip
Username : N?o Registrado(s)
Classname : vB_Database
MySQL Version :



now the mod is unninstaled and everything comes alright....

Any clue?

Ty in advance


pS.: While the problem was happening in others browsers....opera (admin instance) was running ok.

ComoEstaEso-com
02-18-2011, 08:44 PM
Just installed this on our forums.
Running vB 4.1.2, and everything is working perfectly.

Thank you very much for your work!
I should have installed this a long time ago!! :)

ErnestA
02-20-2011, 04:37 AM
I think I found a bug in the program. The stat box looks fine in the forum root folder, but when you go to a lower level category (with show on forumdisplay enabled and multiple comma separated values in the default results box), the box ends up looking cut off under all sub forums from the root.

You can see in the attached picture, the first picture is from the forum root which looks fine, the drop down box to select the # of results you want looks fine, but the second screen shot shows the box is cut at the bottom.

I tried it in both Firefox and Chrome and got the same results.

<div class="forumhead foruminfo collapse">

and

<span class="forumtitle"><a href="#" target="_blank">[AJAX] Advanced Forum Statistics</a></span>

get rendered with different pixel heights depending on whether or not it's being displayed from the forum home (root) or from a sub forum (forumdisplay).

Example:

In Forumhome, class forumhead is 33px high

and in a sub forum (forumdisplay), class forumhead is only 25px high (and thus the bottom of the drop down results box is cut off).

I've tried to find where this is happening in the code but can't quite figure it out.

Thanks,

Ernest A.

Viddek
02-24-2011, 08:18 PM
Could it be possible to add some more statistics? Like the ACP statistics about the new posts for each day?

lsgworldl
02-27-2011, 09:25 AM
every time i upload the files from this it makes me have a white screen

ash50210
02-28-2011, 05:38 AM
i've successfully installed this mod but i've problems here which is no threads are showing but only 'X' but i can see name who post the thread.

Appreciate any helps here.

ash50210
03-02-2011, 06:05 AM
i found the solution...in the files product-ajax_topstats_vb4a.xml, pls find and rename all.gif to .png
now it appears correctly.
this applicable for VB v4.1.2
thanks

sonixax
04-09-2011, 02:07 PM
How can i show it on Bottom of my homepage ?

Aramist
05-23-2011, 12:04 AM
Hi..

My tabs are not changing in Chrome.....it works fine in IE and FF.

Any Clue ?
Ty in advance

CS5
05-30-2011, 11:03 AM
Error helpme plzzz

https://vborg.vbsupport.ru/external/2011/05/3.png

Aramist
06-03-2011, 02:27 AM
Hey guys...could u help me...pls

In Chrome all tabs don't work... (latest posts, hottests threads...)

I click and nothing happens.....it works fine in IE and FF.

Any Clue?

Ty in advance.

jooohn1
06-04-2011, 12:15 PM
Installed. Thanks. How can i put in on footer ?

RobbieZ
06-04-2011, 02:59 PM
Installed. Thanks. How can i put in on footer ?

That would be controlled in the options, which is clearly written how to place it where you want.

Auto Template
If You choose no, Please insert this code to the postition where you want to show (navbar, FORUMHOME or FORUMDISPLAY)

{vb:raw ad_location.vietv2b_topx}

betts02
06-13-2011, 01:50 PM
Can anyone tell me how to change the background colour ?

I have this installed and can not see anything as its all white

mcyates
07-28-2011, 07:18 PM
Can't uninstall this mod!!

Keep getting the error below, I have tried installing the app and then uninstalling but it keeps giving me this error:

Database error in vBulletin 4.1.5:

Invalid SQL:
ALTER TABLE user DROP topxtab;

MySQL Error : Can't DROP 'topxtab'; check that column/key exists
Error Number : 1091
Request Date : Thursday, July 28th 2011 @ 03:13:56 PM
Error Date : Thursday, July 28th 2011 @ 03:13:56 PM
Script : http://www.myfootballforum.com/admincp/plugin.php?do=productkill
Referrer : http://www.myfootballforum.com/admincp/plugin.php?do=productdelete&productid=+++++++_topstats_vb4&s=
IP Address : 86.5.218.26
Username : Michael
Classname : vB_Database
MySQL Version : 5.0.92-community-log

Stack Trace:

#0 vB_Database->halt() called in [path]/includes/class_core.php on line 423
#1 vB_Database->execute_query() called in [path]/includes/class_core.php on line 441
#2 vB_Database->query_write() called in [path]/admincp/plugin.php(1559) : eval()'d code on line 1
#3 eval() called in [path]/admincp/plugin.php on line 1559



What is the SQL command to add the missing field/table

Thanks in advance

synseal
07-28-2011, 10:35 PM
Is this confirmed working with vb 4.1.5.

Many thanks.

redlabour
08-07-2011, 06:32 AM
File Type: %1$s [AJAX] - Advanced Forum Statistics.zip (33.3 KB, 1070 downloads)
File Type: %1$s [AJAX]Advanced Forum Statistic - 4.0.2.zip (32.5 KB, 2172 downloads)
File Type: %1$s [AJAX] TopX 4.0.4.zip (34.3 KB, 2087 downloads)
File Type: %1$s product-ajax_topstats_vb4a.xml (66.9 KB, 1053 downloads)

????

lodos0677
08-15-2011, 07:29 PM
vb 4.1.5 no working. :(
please update

misericorde
09-17-2011, 01:46 PM
Thank you

Nice

trehanSid
11-08-2011, 09:35 AM
deleted

barbaros1
12-07-2011, 09:34 PM
thank you....

sadiq6210
12-08-2011, 12:17 PM
Working perfect with 4.1.8

start2008
12-12-2011, 12:29 PM
Great work..

installed and worked fine on 4.1.6

Thanks haothiencz!

Katoona
12-29-2011, 10:37 AM
Works fine with 4.1.9

tidus78
12-30-2011, 02:07 PM
Works on my vb 4.1.8.

I read the last pages but I don't understand if you can change the blue color font of the pop-up :confused: help :p

HHelp1
01-04-2012, 10:30 PM
is any way i can change the of that Forum Statistic background ?

WebCraker
01-27-2012, 07:56 PM
Thanks a lot, working like charm on 4.1.10

sadaar
01-30-2012, 09:03 PM
Can anyone assist me with solving the following Database error? I like this mod but keep getting the error from time to time....

Database error in vBulletin 4.1.10:

Invalid SQL:

SELECT userid, usergroupid, displaygroupid, username, posts, post_thanks_thanked_times
FROM user AS user
WHERE post_thanks_thanked_times > '0'
ORDER BY post_thanks_thanked_times DESC
LIMIT 0, 15;

MySQL Error : Unknown column 'post_thanks_thanked_times' in 'field list'
Error Number : 1054
Request Date : Friday, January 27th 2012 @ 10:19:56 PM
Error Date : Friday, January 27th 2012 @ 10:19:56 PM
Script : http://forum.sadaar.com/ajax.php?do=gettop&ran=0.1480469424277544
Referrer : http://forum.sadaar.com/forum.php
IP Address : xx.xx.xx.xx
Username : xxxxxxxx
Classname : vB_Database_MySQLi
MySQL Version : 5.5.20-cll

sadiq6210
01-31-2012, 07:49 AM
Can anyone assist me with solving the following Database error? I like this mod but keep getting the error from time to time....

Database error in vBulletin 4.1.10:

Invalid SQL:

SELECT userid, usergroupid, displaygroupid, username, posts, post_thanks_thanked_times
FROM user AS user
WHERE post_thanks_thanked_times > '0'
ORDER BY post_thanks_thanked_times DESC
LIMIT 0, 15;

MySQL Error : Unknown column 'post_thanks_thanked_times' in 'field list'
Error Number : 1054
Request Date : Friday, January 27th 2012 @ 10:19:56 PM
Error Date : Friday, January 27th 2012 @ 10:19:56 PM
Script : http://forum.sadaar.com/ajax.php?do=gettop&ran=0.1480469424277544
Referrer : http://forum.sadaar.com/forum.php
IP Address : xx.xx.xx.xx
Username : xxxxxxxx
Classname : vB_Database_MySQLi
MySQL Version : 5.5.20-cll

This error in not related with this mod

MySQL Error : Unknown column 'post_thanks_thanked_times' in 'field list'

sadaar
01-31-2012, 03:38 PM
However when I disable this mod the error stops completely. I was thinking it had something to do with the mod trying to determine the most thanked members.

sadaar
02-18-2012, 11:49 PM
Anyone? I would really like to use this mod without all the database errors.

HHelp1
03-02-2012, 02:03 PM
Any help please?
Okay im using black style but the statistic not turn black as style but its a WHITE board here https://vborg.vbsupport.ru/

Easy5s.net
03-02-2012, 03:05 PM
Any help please?
Okay im using black style but the statistic not turn black as style but its a WHITE board here http://screensnapr.com/e/1hGpUh.png

you can change it in temp v i e t v b b_topstats.css (v i e t v b b without space)

HHelp1
03-02-2012, 03:15 PM
you can change it in temp v i e t v b b_topstats.css (v i e t v b b without space)

Where may i edit it ?

iCafe
03-02-2012, 03:19 PM
Anyone? I would really like to use this mod without all the database errors.

disable show thanked fuction in admincp of this hack

Easy5s.net
03-02-2012, 03:21 PM
Where may i edit it ?
admincp => Search in Templates => choose you wan edit end input v i e t v b b_topstats.css (v i e t v b b without space) and Search Titles Only

Nirjonadda
03-02-2012, 05:03 PM
Installed...working fine on 4.1.10

HHelp1
03-02-2012, 07:34 PM
admincp => Search in Templates => choose you wan edit end input v i e t v b b_topstats.css (v i e t v b b without space) and Search Titles Only

i fixed and thanks! ^^ but may you please show me how to fix this? Or any one here pleasE? https://vborg.vbsupport.ru/external/2012/03/47.png

sadiq6210
03-02-2012, 07:53 PM
i fixed and thanks! ^^ but may you please show me how to fix this? Or any one here pleasE? https://vborg.vbsupport.ru/external/2012/03/47.png

Right click on on of the icons, properties
see the location of the icon and upload the icons included with this mod to that location

/forum/your_style_folder/statusicon/

HHelp1
03-02-2012, 08:56 PM
Right click on on of the icons, properties
see the location of the icon and upload the icons included with this mod to that location

/forum/your_style_folder/statusicon/

those icons alreadt ont hat style but its not working :(

sadiq6210
03-02-2012, 09:47 PM
those icons alreadt ont hat style but its not working :(

I entered your forum. It is working !

Try Ctrl+F5 for hard refresh.

HHelp1
03-02-2012, 09:49 PM
I entered your forum. It is working !

WAIT its working OO i just change post_old.png and post_new.png to .gif

Easy5s.net
03-02-2012, 11:28 PM
those icons alreadt ont hat style but its not working :(

download Attachments :)
up to /forum/your_style_folder/statusicon/

Sarab
03-12-2012, 05:07 AM
Hello,

I upgraded to 4.1.10, put the tabs become unclickble ="(

Can someone help please T,T?

zonaenlinea
04-06-2012, 03:12 AM
plisssssss 4.1.11 :( no funka :( thans.

irantk
04-19-2012, 07:34 PM
Is not seen in Threads.
how to add this mod in Threads? please help me.

ttran
04-20-2012, 12:42 PM
WAIT its working OO i just change post_old.png and post_new.png to .gif
it did not work for my custom skin :(

download Attachments :)
up to /forum/your_style_folder/statusicon/

I did your way too copy your attachments to my /forum/images/statusicon ... didn't work.
I'm running 4.1.10
Help guys.
Thanks!

kamran_dotnet
05-25-2012, 09:13 AM
anyone test "Advanced Forum Statistics" on vbulletin 4.2 ?

todomaquinas
06-06-2012, 08:23 PM
In version 4.2 vB fails, I'm sorry I had to uninstall this mod, as it gives me error 1064 and could not enter the / forum.php

Let's see if we have an update soon to enjoy this excellent mod.

A greeting.

sadiq6210
06-07-2012, 05:05 AM
In version 4.2 vB fails, I'm sorry I had to uninstall this mod, as it gives me error 1064 and could not enter the / forum.php

Let's see if we have an update soon to enjoy this excellent mod.

A greeting.

Bad news =(
Coder last Activity: 08 Jun 2010 16:30

Forbiddenz
06-27-2012, 07:13 AM
In version 4.2 vB fails, I'm sorry I had to uninstall this mod, as it gives me error 1064 and could not enter the / forum.php

Let's see if we have an update soon to enjoy this excellent mod.

A greeting.

It works on my vb 4.2 , but i have no idea how to change the color of the font / background.

todomaquinas
06-27-2012, 07:51 AM
Hi all,
I have it solved, the problem was the chat that I had installed.

To change the background color: Style Manager -> Search in templates -> +++++++_topstats.css -> Select your style and editing.

Here you can change anything you want.

A greeting.

Candostum
08-12-2012, 05:22 AM
<a href="https://vborg.vbsupport.ru/showpost.php?p=2074217&postcount=456" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=456</a>

I have same problem how can I fix it ?

ecitizen
08-25-2012, 06:46 AM
hi
is it work in 4.2.0?

jluerken
09-12-2012, 07:35 AM
Is there a way to have it collapsed as default?
The list should be closed for all users per default and only the users who want to see this info should be able to open it. At the moment it is working the other way around.
How can this be done?

jluerken
10-02-2012, 08:51 AM
I am searching for a way to add thread prefixes to the title listing.
We use prefixes to categorize threads or mark them in a way and it would be good if the prefixes show up in the addon too.

Any idea?

kamran_dotnet
11-09-2012, 11:49 AM
I wish there is a way to exclude a topic from "last topics"
Anyone know a way?

swiNz
12-29-2012, 12:33 PM
Is it possible to get te mod also in CMS, as CMS is our home page?

Iguana Goddess
01-02-2013, 09:51 PM
I have installed this on versio 4.2.0. patch level 3, Is there a way to fix this? https://vborg.vbsupport.ru/external/2013/01/43.jpg

ExplosiV2k
01-31-2013, 09:11 PM
i Miss the slideshow. Can u reimplement it?

jluerken
02-15-2013, 07:58 AM
The exlude of a forumid does not work for me and as soon as I use multiple forumid's in the settings like 1,2,3 I get a db error.
We're using vb 4.2 and it would be nice to get an update and fix of this great addon.

Database error in vBulletin 4.2.0:

Invalid SQL:

SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.postusername, thread.postuserid, thread.lastposter, thread.lastposterid, thread.dateline, thread.views, thread.visible, thread.open, user.usergroupid, user.displaygroupid
,forum.childlist
FROM vb_thread AS thread
LEFT JOIN vb_user AS user ON (user.userid = thread.lastposterid)
LEFT JOIN vb_forum AS forum ON (forum.forumid = 59,15)
WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open!='10' AND FIND_IN_SET(thread.forumid, forum.childlist)
ORDER BY lastpost DESC
LIMIT 0, 15;

MySQL Error : Operand should contain 1 column(s)
Error Number : 1241

stealth360
03-31-2013, 12:33 PM
iI have a problem on the images of the posts, image: https://vborg.vbsupport.ru/

svyrydov
05-05-2013, 10:38 PM
Installed. Running. but when you click on another tab, is not updating. :(

kylek
05-15-2013, 07:33 PM
Fresh install on 4.2.1, works great.

fxdigi-cash
05-16-2013, 03:04 PM
Installed. Running. but when you click on another tab, is not updating. :(

possibly there is a conflict with another mod!!

fxdigi-cash
05-16-2013, 03:05 PM
iI have a problem on the images of the posts, image: http://i.minus.com/iADueckNtN0v3.PNG

you can right-click on the broken image and copy the image url and then paste it on the browser to see where the link address lead to.... I mean what image directory it attach from...

cheers

sonasinha
07-23-2013, 08:04 AM
its not working in vB 4.2.1 & ie 10, works fine with firefox.
Its nice plugin but really with ton of bugs, not sure if some one will be able to fix the issue:

sonasinha
07-23-2013, 10:27 AM
its not working in vB 4.2.1 & ie 10, works fine with firefox.
Its nice plugin but really with ton of bugs, not sure if some one will be able to fix the issue:

Its fixed. Needed to change image path.

ahobilam
07-23-2013, 03:27 PM
Not working in 4.2.1
forum home page is displaying nothing / blank page.
uninstalled.
May be conflict with VSA - Advanced forum statistics.

tanzeelniazi
11-06-2013, 08:48 PM
working fine
vBulletin Version 4.2.0

sadiq6210
11-07-2013, 01:38 PM
Working perfect with 4.2.2 & PHP5.4

salalyusuf
11-14-2013, 01:45 PM
Thanks a lot my prob solved
thanks again
In options set Auto Template to No then Modify the Forum Home templates

FORUMHOME Template find
<!-- what's going on box -->

Add Above
{vb:raw ad_location.vietv2b_topx}

This will place the product just below your forums, right above WGO

Limality
11-21-2013, 08:58 AM
Would be great if you could add an option to chose where to place the statistics...for forums with lots of styles, it becomes a tedious work inserting the code in the appropriate places.

tbworld
11-21-2013, 10:33 AM
You should not have to change every style if you have structured your template inheritance properly. Load the template modifications in a parent style, so that the children can inherit them. This will not work if your template needs to be unique in each style using the basic inheritance method, but there are even more advanced methods to get around that limitation.

DrInternet
11-22-2013, 04:21 PM
version for 4.2.2 ? ny updates

nxtgen
11-22-2013, 09:43 PM
Works for me on 4.2.2 but now I cannot access the forumdisplay or forumhome templates.. they are missing...?

ckgb
12-14-2013, 01:57 PM
Works great with 4.2.2. Everything seems to work just fine.

Stan993
01-29-2014, 07:06 PM
i have this... help me :( (4.2.2)

http://infinityconsole.org/forum/imageuploader/1391107103.png

Stan993
01-31-2014, 01:52 PM
UP PLEASE

Carpesimia
09-28-2014, 02:07 AM
I'd like to put this on the top of my activity feed, as well. I have it integrated into my forumhome using the built-in method, but when I add 'activity' to the list of scripts it should work on (2 of them), it shows the table perfectly, but doesnt draw the background table behind it. Its just sitting in the meat of the page with no background or anything.

Latest 4.2.2 of vb, and Topx 4.0.4.

Thanks!

todomaquinas
10-10-2014, 06:12 PM
Hi all, I can remove the statistics of a forum, but departing on latest news?

thank you very much

franzes80
01-18-2015, 12:54 PM
I have this error in vb 4.2.2 patch level 4
Database error in vBulletin 4.2.2 :

Invalid SQL:

SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.postusername, thread.postuserid, thread.lastposter, thread.lastposterid, thread.dateline, thread.views, thread.visible, thread.open, user.usergroupid, user.displaygroupid , thread.prefixid
FROM thread AS thread
LEFT JOIN user AS user ON (user.userid = thread.lastposterid)
WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open!='10' AND thread.forumid NOT IN(57,58,244,117,177,118,)
ORDER BY lastpost DESC
LIMIT 0, 15;

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 ')
ORDER BY lastpost DESC
LIMIT 0, 15' at line 4
Error Number : 1064
Request Date : Sunday, January 18th 2015 @ 01:36:34 PM
Error Date : Sunday, January 18th 2015 @ 01:36:34 PM
Please help me

blackwolf76
02-17-2015, 08:48 PM
In possible to enable on topstats of this product the classified of this mod??

https://vborg.vbsupport.ru/showthread.php?threadid=243510

Thanks...

Raakin
11-17-2015, 11:22 AM
Is it possible to add the following ...

- Add a tab for unanswered posts
- Is it possible to make a tab which has specific threads with prefix.
- And hottest threads weekly, not all time.
- Possible to have thread description on hover over?
- Rising threads, which are going up.

IslamicBoard
02-01-2016, 08:48 PM
How do you get "Trending" threads? As a tab?

ikymbo
05-25-2017, 01:13 PM
Can someone help me? i have this error:

Database error in vBulletin 4.2.5:

Invalid SQL:
ALTER TABLE user ADD topxtab VARCHAR(25) NOT NULL DEFAULT '0';

MySQL Error : Duplicate column name 'topxtab'
Error Number : 1060
Request Date : Thursday, May 25th 2017 @ 11:07:45 AM
Error Date : Thursday, May 25th 2017 @ 11:07:45 AM
Script :
Referrer :
IP Address :
Username :
Classname : vB_Database_MySQLi
MySQL Version : 10.1.18-MariaDB-cll-lve
Server :
User Agent :

woodmj
09-09-2017, 04:21 PM
Does anyone know how this mod makes it's calls to image files? Just trying to move my forum to https & I was getting Mixed Content problems with this mod with it referencing my forum's image files by http rather than https.

MentorBR
11-13-2019, 01:41 AM
I have a problem with this version 4.0.4a
which is not loading tabs like top posters, top starter ..
In version 4.0.2 is ok, but the problem is that I want to use the prefixes and this is not in version 4.0.2, does anyone know how to solve this problem of 4.0.4a?