vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - vBExperience 3.8 (https://vborg.vbsupport.ru/showthread.php?t=199556)

Phalynx 06-07-2010 02:17 PM

Set a higher value for the achievement, like 10.

Hikikomori 06-07-2010 02:20 PM

Quote:

Originally Posted by Phalynx (Post 2049864)
DownloadsII is already supported by vBExperience 3.8.5 and this will be transfered to 4.x
After a "purchase" the user is able to download the file.

Does this indicate that all the other mods listed also integrate with vBExperience, assuming there is a vb4 version? Mostly interested in the thank you hack, helpful answers and v3arcade.

Phalynx 06-07-2010 02:36 PM

Yes. The plugins will be refreshed to reflect changes to templates. So you can install around 20 plugins - as long as there is a vB4-version of the relevant hack.

Hikikomori 06-07-2010 02:44 PM

Quote:

Originally Posted by Phalynx (Post 2049945)
Yes. The plugins will be refreshed to reflect changes to templates. So you can install around 20 plugins - as long as there is a vB4-version of the relevant hack.

Awesome, great work. Looking forward to it. :)

matthewhotdude 06-07-2010 02:58 PM

so if I set it at 10, only people who have 10 discussion enders will get it?

Edit, done it and recounted...everyone still gets it

puppetmaster222 06-08-2010 06:22 PM

Quote:

Originally Posted by Phalynx (Post 2049866)
This week a beta for 4.0 will be started.

Exciting news!

Phalynx 06-08-2010 06:23 PM

Quote:

Originally Posted by matthewhotdude (Post 2049960)
so if I set it at 10, only people who have 10 discussion enders will get it?

Edit, done it and recounted...everyone still gets it

Very strange. Will take a closer look in v4.0 Beta.

savingsangel 06-08-2010 11:41 PM

Quote:

I need to add a CDP that simply pulls a value from a custom profile field. (It's a simple checkbox field: user field 5). I'm not sure I know how to set this up after spending some time looking through the example and readme. Basically, if the member checks the box in their profile, they've earned the achievement.

Thanks!
UPDATE: Nevermind. With trial and error I got it. This is going to be great!

- - - -

UPDATE PART 2: I'm having trouble getting more than one cdp to work at the same time. All I need is:


SUM(field5) as sum_att_views
FROM " . TABLE_PREFIX . "userfield
WHERE userid=".$user['userid']);

SUM(field6) as sum_att_views
FROM " . TABLE_PREFIX . "userfield
WHERE userid=".$user['userid']);

SUM(field7) as sum_att_views
FROM " . TABLE_PREFIX . "userfield
WHERE userid=".$user['userid']);

SUM(field8) as sum_att_views
FROM " . TABLE_PREFIX . "userfield
WHERE userid=".$user['userid']);

...along with the appropriate names for VBE to work with... How can I pull in 5-6 custom values from the database? Can you give me an example xml file that uses more than one that I can edit with my labels and values?

Phalynx 06-09-2010 05:27 AM

Quote:

Originally Posted by savingsangel (Post 2050733)
UPDATE: Nevermind. With trial and error I got it. This is going to be great!

- - - -

UPDATE PART 2: I'm having trouble getting more than one cdp to work at the same time. All I need is:


SUM(field5) as sum_att_views
FROM " . TABLE_PREFIX . "userfield
WHERE userid=".$user['userid']);

SUM(field6) as sum_att_views
FROM " . TABLE_PREFIX . "userfield
WHERE userid=".$user['userid']);

SUM(field7) as sum_att_views
FROM " . TABLE_PREFIX . "userfield
WHERE userid=".$user['userid']);

SUM(field8) as sum_att_views
FROM " . TABLE_PREFIX . "userfield
WHERE userid=".$user['userid']);

...along with the appropriate names for VBE to work with... How can I pull in 5-6 custom values from the database? Can you give me an example xml file that uses more than one that I can edit with my labels and values?

Why not trying to sum it in one single query, like this?


SELECT
SUM(field1) as sum_att_views1,
SUM(field2) as sum_att_views2
FROM userfield
WHERE userid=x

BloodRavens 06-09-2010 09:09 AM

These seems to be a very good hack. Installed.

I am thinking about creating some atmosphere of competition between my users, and this seems a very good choice. Will be better though if there can be some 'mini games' where users can 'attack' each other with their strength is correlated to their points, or maybe they can use some of their points to buy items that can enhance their attack or defense stats.

A very good mod indeed.


All times are GMT. The time now is 07:18 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.02388 seconds
  • Memory Usage 1,746KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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