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)

tahrim 03-01-2010 05:00 PM

let me cheek....

kpierce 03-01-2010 06:08 PM

Does this support points awarded for blog posts? If not, is there an add on that does?

DragonByte Tech 03-01-2010 06:17 PM

It does indeed =)

Iain

kpierce 03-01-2010 06:29 PM

Quote:

Originally Posted by DragonByte Tech (Post 1994635)
It does indeed =)

Iain

Sorry, I'm not seeing where to assign points for blog posts. Is it just in the condition "points for posts"?

DragonByte Tech 03-01-2010 06:39 PM

He was mistaken, Blogs aren't supported yet. It will be the first official addon to this product though. No word on when exactly it's being released, but it is coming :)

We're going to fix the problems with the mod (like the Activity % being wrong) and any other bugs / suggestion you guys have, and then we will move on to writing addons.


Fillip

DragonByte Tech 03-01-2010 06:53 PM

Quote:

Originally Posted by horussjr (Post 1994566)
man. i want to ask for some help. i want to move all the stuff from vba from below age, number of posts under the yahoo skype msn bar. please if you can do that in the plugin or just simply show me step by step how to do that. i want to be like the vbe from 3.8 vb. thank you

That would be the /dbtech/vbactivity/includes/hooks/postbit_display_complete.php file.

I'll see about making this display settings-based in the next version :)


Fillip

nomoreturn 03-01-2010 11:54 PM

Quote:

Originally Posted by DragonByte Tech (Post 1993751)
This is a known issue, but it only occurs in Threaded mode.

For a quick fix:
Code:

open /dbtech/vbactivity/includes/hooks/showthread_query.php

Place directly beneath <?php:

if ($threadedmode)
{
        $postids = "postid IN (" . $cache_postids . ")";
}

Permanent fix along with new features coming tomorrow.


Fillip

Thanks for reply i fixed it

kpierce 03-02-2010 12:24 AM

How do you give and take points manually?

DragonByte Tech 03-02-2010 09:43 AM

Quote:

Originally Posted by kpierce (Post 1994874)
How do you give and take points manually?

That's currently not possible, but will appear in a future version :)

If you register on our website, you'll be better equipped to keep up with feature updates that we're not allowed to discuss here on vBulletin.org :)


Fillip

Supramania 03-02-2010 08:04 PM

I had to disable this. Just too many queries against MySQL.

With the mod enabled my server load averages (Dedicated Server, CentOS5, quad processor) were up in the 4's and 5's - the load peaked today at: 10.59 8.98 8.50

With this mod disabled, I'm now seeing consistent numbers like this: 0.38 0.33 0.53 with the same number of users as before -- this is more like "normal" for my hardware.

I turned on the slow query log in MySQL and it was filled with queries from this app. It's good, but the performance hit was killing my site. Users complaining about page load time, etc.

I'll look at the config and I'll see what I can change to be able to turn this back on.


All times are GMT. The time now is 06:29 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.01825 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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