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)

xxdestinyxx 01-21-2014 06:04 PM

Thanks for responding! I'll let them know and hopefully get them to go pro :D

massiveblack 01-24-2014 08:59 AM

installed pro version but not seeing it show up anywhere in the admin cp except for under the options. please advise.

tanzeelniazi 02-03-2014 04:54 PM

Install Lite New Update but when i click the activity
showing database error
Code:

Database error in vBulletin 4.2.0:
 
Invalid SQL:
 
        SELECT
                pointslog.*,
                user.*
                , avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb                       
               
        FROM dbtech_vbactivity_pointslog AS pointslog
        LEFT JOIN user AS user ON (user.userid = pointslog.userid)
       
        LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid)
        LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)
       
        WHERE
                user.dbtech_vbactivity_excluded_tmp = '0'
        ORDER BY dateline DESC                       
        LIMIT 0, 20;
 
MySQL Error  : Incorrect key file for table '/tmp/#sql_1683_1.MYI'; try to repair it
Error Number  : 126
Request Date  : Monday, February 3rd 2014 @ 06:36:06 PM
Error Date    : Monday, February 3rd 2014 @ 06:36:37 PM
Script        : http://www.**********.com/vbactivity.php?do=activity
Referrer      : http://www.********.com/usercp.php
IP Address    : 12******65
Username      : b*****n
Classname    : v*******e
MySQL Version :


tanzeelniazi 02-06-2014 07:23 AM

any help please

xxdestinyxx 02-07-2014 02:19 PM

Me again!

OK, so we're having an issue and I want to check if it is something which is working correctly, or if we're having a bug.

In the settings for vbactivity -> activity stat settings -> Activity Target

I manually change this to 5 since that is our weekly goal (making 20 our monthly) for members to keep track of whether or not they are close to hitting our posting requirements simply by looking at their postbits.

Downside? At least once a day it is auto changing itself.

"This setting controls the target number of points your members will be attempting to achieve.
vBActivity will automatically suggest a recommended target based on the past week of activity, but you can manually override it via this setting."

I read this and understood that by changing the number it would override this feature - any idea why it keeps resetting it and ignoring my number? How can I disable this?

DragonByte Tech 02-07-2014 10:47 PM

Quote:

Originally Posted by tanzeelniazi (Post 2478820)
Install Lite New Update but when i click the activity
showing database error
Code:

Database error in vBulletin 4.2.0:
 
Invalid SQL:
 
        SELECT
                pointslog.*,
                user.*
                , avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb                       
               
        FROM dbtech_vbactivity_pointslog AS pointslog
        LEFT JOIN user AS user ON (user.userid = pointslog.userid)
       
        LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid)
        LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)
       
        WHERE
                user.dbtech_vbactivity_excluded_tmp = '0'
        ORDER BY dateline DESC                       
        LIMIT 0, 20;
 
MySQL Error  : Incorrect key file for table '/tmp/#sql_1683_1.MYI'; try to repair it
Error Number  : 126
Request Date  : Monday, February 3rd 2014 @ 06:36:06 PM
Error Date    : Monday, February 3rd 2014 @ 06:36:37 PM
Script        : http://www.**********.com/vbactivity.php?do=activity
Referrer      : http://www.********.com/usercp.php
IP Address    : 12******65
Username      : b*****n
Classname    : v*******e
MySQL Version :


Repair the table via phpMyAdmin :)

Quote:

Originally Posted by xxdestinyxx (Post 2479570)
Me again!

OK, so we're having an issue and I want to check if it is something which is working correctly, or if we're having a bug.

In the settings for vbactivity -> activity stat settings -> Activity Target

I manually change this to 5 since that is our weekly goal (making 20 our monthly) for members to keep track of whether or not they are close to hitting our posting requirements simply by looking at their postbits.

Downside? At least once a day it is auto changing itself.

"This setting controls the target number of points your members will be attempting to achieve.
vBActivity will automatically suggest a recommended target based on the past week of activity, but you can manually override it via this setting."

I read this and understood that by changing the number it would override this feature - any idea why it keeps resetting it and ignoring my number? How can I disable this?

You need to up the "Activity Target: Minimum Points" instead, to make the calculation function that resets that number set a better target for your forum.

You should decide on the target number by investigating the average points per day/week/month of your forum and how it gains, then find a good middle ground.


Fillip

xxdestinyxx 02-08-2014 12:35 PM

Ok, we're not using it for that purpose though. As long as I know it's not a bug I'll reset it every morning to the one we want. :)

Thanks for letting me know!

tanzeelniazi 02-08-2014 04:56 PM

many time i repair tabel but crash when i open url http://www.xyz.com/vbactivity.php?do=activity not working and then i rec email database error

Zippeh XF 02-14-2014 06:34 PM

Im new to this addon, could someone message me how to use it, i have it all installed but category criteria and achievements and awards is all blank. I tried to figure it out and got confused.

DragonByte Tech 03-02-2014 01:06 PM

vBActivity & Awards v3.1.5

New Features Added

Translations
  • Achievement titles / descriptions
  • Category titles / descriptions
  • Award titles / descriptions


Fillip

KGodel 04-30-2014 09:12 PM

Great stuff! I do have a question. Currently the code displays achievements and awards (if both are applicable). Is there a way to add another part to the postbit to show only awards from a certain award category?

DragonByte Tech 05-07-2014 12:26 PM

Unfortunately that's not possible at this time, sorry :(


Fillip

Loony BoB 05-09-2014 07:55 PM

Quote:

Originally Posted by Zippeh XF (Post 2481176)
Im new to this addon, could someone message me how to use it, i have it all installed but category criteria and achievements and awards is all blank. I tried to figure it out and got confused.

I'm working on getting some bugs fixed to do with the criteria/achievements by the DBTech crew at the moment but once it's all working, I'll try to get in touch and help you out.

Sackfist 05-10-2014 08:31 PM

There is an issue with the criteria, it won't let me add any, as field doesn't do a drop down and thus prevents me from creating any criterias

DragonByte Tech 05-11-2014 05:33 PM

Quote:

Originally Posted by Sackfist (Post 2497194)
There is an issue with the criteria, it won't let me add any, as field doesn't do a drop down and thus prevents me from creating any criterias

Try clicking the Repair Cache link.


Fillip

DragonByte Tech 05-11-2014 05:38 PM

vBActivity & Awards v3.1.6

New Features Added

Profile Displays
  • Limit to X most recent Achievements
  • Limit to X most recent Awards
  • Defaults to "all"


Fillip

aboayoy 05-18-2014 04:21 PM

i am using like system of vbseo and i don't loss the current members likes
can u merg vbseo like system into this hack (points)?

DragonByte Tech 05-18-2014 04:34 PM

We support points for our own thanks/like mod, we have no plans to support vBSEO Likes in this mod :)


Fillip

flbutterflyz 05-22-2014 07:47 PM

Upgraded and the versions haven't changed, and I also get blanks:

https://vborg.vbsupport.ru/external/2014/05/17.jpg

How do I fix this?

Thanks. :)

DragonByte Tech 06-01-2014 03:29 PM

vBActivity & Awards v3.1.7

Bug Fixes And Issue Fixes:
  • The "Points for Attachments" points type has had its default settings corrected
  • The "Total Points" points type is now correctly hidden from all displays and will no longer create a database error
  • 7 defunct points types will now no longer display in the Points Settings


Fillip

DragonByte Tech 07-27-2014 02:02 PM

vBActivity & Awards v3.1.8

Bug Fixes And Issue Fixes:
  • 7 defunct points types will now no longer display in a member's profile



Fillip

KGodel 07-29-2014 06:37 PM

Hey, quick question. When users have no awards or achievements the boxes under the posbit still appear and look like blank table cells. Is there any way to make the boxes not appear if the user doesn't have an achievement of award respectively?

locknloadapples 08-06-2014 07:10 PM

Hey guys

So in one of my old forums to display awards in signatures from the DBTech - vBActivity addon, I inserted the following line into postbit_legacy template:

Code:
{vb:raw vbactivity_postbit.medal}
But this time on another forum on the same version and patch level, on the same skin with the above line in the same place using the same addon version I get this error:

Warning: Object of class vB_Template could not be converted to string in ..../includes/class_core.php(4715) : eval()'d code on line 315

The twist is the above code works, but only in some threads. In the threads it works I get the above error, in the threads it does not; no error.

TIA

DragonByte Tech 08-31-2014 01:19 PM

vBActivity & Awards v3.1.9

Changes To Existing Features:
  • You can now choose the hour/minute when granting a new Award

Bug Fixes And Issue Fixes:
  • Social Group Discussions points types should now work as intended


Fillip

DragonByte Tech 09-18-2014 11:59 AM

Please make sure you've set up the criteria correctly, e.g. you didn't accidentally use <= instead of >= when defining the thresholds.

Fillip

iNate19 11-15-2014 05:32 PM

I'm trying to find out where the Request Medal page is for the DBTech vBactivity modification

Fatal error: Call to undefined function print_no_permission() in /usr/home/MYFORUM/public_html/forum/dbtech/vbactivity/actions/medals.php on line 22

I get this when trying to access /forum/dbtech/vbactivity/actions/medals.php


And then....

Fatal error: Class 'VBACTIVITY' not found in /usr/home/MYFORUM/public_html/forum/dbtech/vbactivity/actions/admin/awardrequests.php on line 15

when trying to access /forum/dbtech/vbactivity/actions/admin/awardrequests.php


Any ideas?

Daniel 12-08-2014 02:28 AM

Great mod... is there any way to let a person give an award without being in the modcp/admincp?

I.G.O.T.A. 12-17-2014 05:24 PM

In the profile area that shows your avatar and such I now have 2 post thanks/like stats. Any idea why?

DragonByte Tech 12-29-2014 04:52 PM

vBActivity & Awards v3.1.9 Patch Level 1

Bug Fixes:
  • (vB4) (Pro) Disabling the Trophy functionality would not remove the profile block
  • In a certain rare scenario, subsequent Achievements would fail to check correctly if certain achievement types had been checked


Fillip

Palmcone 03-05-2015 04:03 PM

Hi Fillip,

I've just installed and configured this mod. All seems well except I'm unable to adjust permissions for specific users or groups. The documentation says there is a field in the user profile but there isn't. The permissions tab in the mod settings also shows many options in the documentation but those same options are not available in my cp. I've repaired the cache and nothing changes.

kemraj 03-21-2015 05:01 AM

How do i update to vBActivity & Awards v3.1.9pl2 from v3.1.9pl1?

DragonByte Tech 03-23-2015 09:25 PM

Quote:

Originally Posted by Palmcone (Post 2539599)
Hi Fillip,

I've just installed and configured this mod. All seems well except I'm unable to adjust permissions for specific users or groups. The documentation says there is a field in the user profile but there isn't. The permissions tab in the mod settings also shows many options in the documentation but those same options are not available in my cp. I've repaired the cache and nothing changes.

They could very well be Pro-only features :)


Fillip

DragonByte Tech 03-23-2015 09:34 PM

vBActivity & Awards v3.1.9 Patch Level 2

Bug Fixes:
  • Fixed an issue where incorrect user entries could produce a database error when recalculating points
  • Fixed an issue where refreshing the browser page while points recalculation is ongoing could produce a database error


Fillip

nolimitreef 04-19-2015 07:24 PM

We are a reef/fish related forum and none of the awards and trophies seem relevant for us. Can we created our own icons and awards. Do we name it with an existing icon or can we name it what we like and it will show on the list?
This is very confusing as to what goes first and such in setting up categories, criteria, achievements and awards. Is there anywhere at all that you can point us to with details on how to do so other than the included documentation?

For example:
There's <, >, <=, >=, = If I wanted something to go to the highest ranking member, but can be taken away by the member that beats his score, which would I use? Not only that but how would one go about setting up this scenario?

Example 2:
How to match up awards with achievement points that we set in criteria? Also do we need to make a category for each level to have an award placed at the proper event ie; 100 posts, 500 posts, 1000 posts... ? If not, then a sub category somehow?

We have the Pro version.

Any help would be greatly appreciated

DragonByte Tech 05-11-2015 08:05 PM

vBActivity & Awards v3.1.9 Patch Level 3

Bug Fixes:
  • Fixed an issue causing PHP warnings in certain scenarios


Fillip

DragonByte Tech 05-11-2015 08:07 PM

Quote:

Originally Posted by nolimitreef (Post 2543559)
We are a reef/fish related forum and none of the awards and trophies seem relevant for us. Can we created our own icons and awards.

Yeah, you can :)

Quote:

Originally Posted by nolimitreef (Post 2543559)
Do we name it with an existing icon or can we name it what we like and it will show on the list?

The name of the award is irrelevant to the icon.

Quote:

Originally Posted by nolimitreef (Post 2543559)
This is very confusing as to what goes first and such in setting up categories, criteria, achievements and awards. Is there anywhere at all that you can point us to with details on how to do so other than the included documentation?

I believe this has been addressed @ our forums :)


Fillip

killah360z 07-17-2015 02:47 PM

hello i am unable to integrate Advanced Post Thank Plugin

DragonByte Tech 07-17-2015 06:13 PM

Please provide more information regarding your problem.

Fillip

DragonByte Tech 07-17-2015 07:53 PM

vBActivity & Awards v3.1.9 Patch Level 4

Bug Fixes:
  • In certain scenarios, an error could be produced when saving awards


Fillip

killah360z 07-18-2015 11:22 AM

Quote:

Originally Posted by DragonByte Tech (Post 2550506)
Please provide more information regarding your problem.


Fillip

i cant see an option on criteria to add thanks received or gave or whatever criteria there should be & i did follow the instructions when i installed the Post Thanks Plugin


All times are GMT. The time now is 04:59 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.02143 seconds
  • Memory Usage 1,843KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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