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)
-   -   Major Additions - [DBTech] vBActivity & Awards v3 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=236973)

baghdad4ever 01-19-2012 01:59 PM

Quote:

Originally Posted by DragonByte Tech (Post 2288953)
That's because value is the only correct option for Points (Total). It will work the way you want it to.

Unfortunately it's not feasible to be playing a sound during such events, as they are happening 100% in the background, and possibly also when the user isn't even on the forum.


Fillip

hi sir

if i want to play sound only when user enter this

member.php?1-baghdad4ever&tab=vbactivity

how to do that ? or in which template can i modify?

thanks

DragonByte Tech 01-19-2012 02:00 PM

I don't know, sorry :(

We're sadly not able to assist with customisations like that.


Fillip

baghdad4ever 01-20-2012 08:01 AM

hi sir

i enable vbactivity in my site

i see some slowness and the vbactivity state page is difficult to load

how to make the activity displayed of the last 1 day only instead of all

??

i talked about

vbactivity.php?do=achievements

vbactivity.php?do=leaderboards

thanks

DragonByte Tech 01-21-2012 01:22 PM

That's not possible, however if you disable the "Ranking" page via the vBulletin Options then that will help with server load :)


Fillip

The Ottoman 01-21-2012 07:29 PM

How would I go about creating an award for posting in a specific forum (e.g. userposts in forum #3 >= 1), or whether or not a specific thread has been read or not?

I'd like to generate an award if someone reads a thread like a stickied post that I have created for instructions or rules; and I'd like to generate an award that are forum specific to my site.

Thanks

baghdad4ever 01-23-2012 09:21 AM

Quote:

Originally Posted by DragonByte Tech (Post 2290546)
That's not possible, however if you disable the "Ranking" page via the vBulletin Options then that will help with server load :)


Fillip

hi sir

where exactly i found this plz?

DragonByte Tech 01-24-2012 04:00 PM

Quote:

Originally Posted by baghdad4ever (Post 2291328)
hi sir

where exactly i found this plz?

vBulletin Options :)


Fillip

thecore762 02-04-2012 09:34 PM

Hi there, is there a reason why there is no uninstall documentation in the readme?

The reason I am bringing this up is because after I uninstalled the product the tables did not drop.

DragonByte Tech 02-05-2012 03:54 PM

Because uninstallation is as simple as using the Uninstall tool in the Product Manager :)


Fillip

Kat-2 02-11-2012 05:49 PM

Can't seem to get the leaderboard to populate. Any ideas, what am I missing? Everything else seems to work just fine. Love the mod.

ellinofatsa 02-13-2012 07:52 AM

Database error in vBulletin 4.1.10:

Invalid SQL:

UPDATE user
SET dbtech_vbactivity_excluded_tmp = IF(dbtech_vbactivity_excluded = '1'
OR FIND_IN_SET(6, membergroupids) OR FIND_IN_SET(23, membergroupids)
OR usergroupid IN(6,23), '1', '0');

MySQL Error : Unknown column 'dbtech_vbactivity_excluded_tmp' in 'field list'
Error Number : 1054

DragonByte Tech 02-13-2012 03:41 PM

Quote:

Originally Posted by Kat-2 (Post 2298629)
Can't seem to get the leaderboard to populate. Any ideas, what am I missing? Everything else seems to work just fine. Love the mod.

If the profile stats work then the leaderboard should work too, could you check that?

Quote:

Originally Posted by ellinofatsa (Post 2299175)
Database error in vBulletin 4.1.10:

Invalid SQL:

UPDATE user
SET dbtech_vbactivity_excluded_tmp = IF(dbtech_vbactivity_excluded = '1'
OR FIND_IN_SET(6, membergroupids) OR FIND_IN_SET(23, membergroupids)
OR usergroupid IN(6,23), '1', '0');

MySQL Error : Unknown column 'dbtech_vbactivity_excluded_tmp' in 'field list'
Error Number : 1054

Code:

ALTER TABLE user ADD dbtech_vbactivity_excluded_tmp ENUM('0','1') DEFAULT '0'
For some reason, certain MySQL installations have problems creating ENUM columns. I've never been able to figure out why.


Fillip

ellinofatsa 02-13-2012 06:52 PM

Quote:

Originally Posted by DragonByte Tech (Post 2299290)
If the profile stats work then the leaderboard should work too, could you check that?


Code:

ALTER TABLE user ADD dbtech_vbactivity_excluded_tmp ENUM('0','1') DEFAULT '0'
For some reason, certain MySQL installations have problems creating ENUM columns. I've never been able to figure out why.


Fillip

thank you you!!
if you can sey were i found that code for edit.

Kat-2 02-13-2012 07:43 PM

1 Attachment(s)
Quote:

Originally Posted by DragonByte Tech (Post 2299290)
If the profile stats work then the leaderboard should work too, could you check that?




Fillip

The only user showing up is the only user who has joined since installing the mod. He received 2 visitor messages and fleshed out his profile, which is how he earned the points. Here are some screenshots. One is of the leaderboard, the other is for the activity info inside of my profile.

What have I done wrong? :)

DragonByte Tech 02-16-2012 03:10 AM

Quote:

Originally Posted by ellinofatsa (Post 2299349)
thank you you!!
if you can sey were i found that code for edit.

Sorry, I don't understand what you're asking :(

Quote:

Originally Posted by Kat-2 (Post 2299367)
The only user showing up is the only user who has joined since installing the mod. He received 2 visitor messages and fleshed out his profile, which is how he earned the points. Here are some screenshots. One is of the leaderboard, the other is for the activity info inside of my profile.

What have I done wrong? :)

Try running the Recalculate Points maintenance option in the vBActivity AdminCP maintenance menu :)


Fillip

MarceloS 02-16-2012 11:56 AM

Hello Fillip. Your mod looks pretty good.

Any way to import awards from "Yet Another Awards System" :) ?

Also, do you have a link-free option?

DragonByte Tech 02-16-2012 03:19 PM

As per the first post, the Pro version comes with a YAAS importer :)

There is a "Branding Free" option on our website - vb.org rules prevent us from direct linking to it, however. It should be easily available from the product list on the front page :)


Fillip

Kat-2 02-16-2012 09:46 PM

Quote:

Originally Posted by DragonByte Tech (Post 2300125)

Try running the Recalculate Points maintenance option in the vBActivity AdminCP maintenance menu :)


Fillip

Done that quite a few times. The screenshots were taken....2 days? Something like that, after I had run it for the third or fourth time.

I'm at a loss. :confused:

Kat-2 02-16-2012 10:47 PM

BTW, just recalculated again. Still only showing the two users who have joined since mod was installed.

https://vborg.vbsupport.ru/

DragonByte Tech 02-17-2012 04:49 AM

Quote:

Originally Posted by Kat-2 (Post 2300344)
Done that quite a few times. The screenshots were taken....2 days? Something like that, after I had run it for the third or fourth time.

I'm at a loss. :confused:

Quote:

Originally Posted by Kat-2 (Post 2300354)
BTW, just recalculated again. Still only showing the two users who have joined since mod was installed.

http://64.19.142.12/www.nme.com/boar...lies/dunno.gif

Do you have any cache systems on your server? Under normal circumstances what you describe is impossible - there have been no reports of the recalculate failing to populate stats if it has completed successfully with no errors.


Fillip

Kat-2 02-18-2012 05:03 PM

Quote:

Originally Posted by DragonByte Tech (Post 2300408)
Do you have any cache systems on your server? Under normal circumstances what you describe is impossible - there have been no reports of the recalculate failing to populate stats if it has completed successfully with no errors.


Fillip

Honestly I don't know, nor do I know how to find out. Any suggestions?

DragonByte Tech 02-18-2012 07:32 PM

Try checking PHP Info for any references to XCache, Memcached or APC.

Fillip

spencerp 02-19-2012 02:02 AM

I'd like something like this, but does it suck up database space? I don't want to install something that takes up almost another half of database size worth ..

DragonByte Tech 02-19-2012 09:24 AM

It does not.

Fillip

Kat-2 02-20-2012 01:37 AM

Quote:

Originally Posted by DragonByte Tech (Post 2300959)
Try checking PHP Info for any references to XCache, Memcached or APC.


Fillip



There is no caching. The mod works perfectly, other than the Leaderboard...which only works if someone new joins the forum. Makes no sense to me, and I do not know what to do to fix it.
Do not know what would pull in posters to the Leaderboard.
Seems like the SQL query is not parsed correctly.

DragonByte Tech 02-20-2012 09:35 AM

Try manually executing /admincp/vbactivity.php?do=finalise&version=2000 then run the various recalculate options afterwards, see if that helps :)


Fillip

bposner 02-20-2012 05:40 PM

Can we add other mods to achievements, other than what you provide?

DragonByte Tech 02-20-2012 07:13 PM

Not without some coding knowledge, no :(

vBQuiz integrates itself with vBAA, so if you / someone on your team does have the required knowledge, that mod can be used for reference :)


Fillip

Kat-2 02-21-2012 05:47 AM

Quote:

Originally Posted by DragonByte Tech (Post 2301483)
Try manually executing /admincp/vbactivity.php?do=finalise&version=2000 then run the various recalculate options afterwards, see if that helps :)


Fillip



Not sure where or how you mean to do that. :(

DragonByte Tech 02-21-2012 10:34 AM

I'm not sure how to explain this tbh, your forum url + that text.

http://www.example.com/admincp/vbact...e&version=2000


Fillip

bposner 02-21-2012 01:22 PM

Quote:

Originally Posted by DragonByte Tech (Post 2301665)
Not without some coding knowledge, no :(

vBQuiz integrates itself with vBAA, so if you / someone on your team does have the required knowledge, that mod can be used for reference :)


Fillip

Well If I could, I'd be answering this post lol... is this available from your team as an "option" ?

DragonByte Tech 02-21-2012 03:43 PM

We don't currently have time to take on custom work, sorry :(


Fillip

Kat-2 02-21-2012 08:30 PM

Quote:

Originally Posted by DragonByte Tech (Post 2301879)
I'm not sure how to explain this tbh, your forum url + that text.

http://www.example.com/admincp/vbact...e&version=2000


Fillip



That did it! Thank you so much :)

Nirjonadda 02-22-2012 08:31 PM

Is not working for 4.1.10

DragonByte Tech 02-22-2012 09:16 PM

Quote:

Originally Posted by Nirjonadda (Post 2302437)
Is not working for 4.1.10

Working fine on our site on v4.1.10

What error are you getting?

HellChipz 02-25-2012 02:56 AM

https://vborg.vbsupport.ru/external/2012/02/8.jpg

Tell Me how to fix it .....

I use 4.1.10 ...

DragonByte Tech 02-25-2012 02:17 PM

Could you please try using Firefox to view it?

Fillip

bposner 02-25-2012 05:40 PM

Is there code to make a widget for the CMS page?
thank you

DragonByte Tech 02-25-2012 06:23 PM

Not currently, no :(


Fillip

bposner 02-25-2012 09:59 PM

Quote:

Originally Posted by DragonByte Tech (Post 2303347)
Not currently, no :(


Fillip

Darn, I so want to use this lol
Thanks


All times are GMT. The time now is 02:30 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.03378 seconds
  • Memory Usage 1,829KB
  • 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_code_printable
  • (19)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
  • (40)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