vb.org Archive

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

johnlittle 01-04-2009 08:02 PM

the member lvl and exp is not accurate is there a way to correct?
old member registered on 2007 jan he posted only 4 post and get 1000+ exp and 10+ lvl compare to new member who joined in 2007 december who posted 700+ posts and getting alot lesser????

TCB 01-05-2009 02:15 PM

First of all: thanks for this great mod. I just installed it (v37.18 BETA3) yesterday and people already love it.

I do however have problems with the promotions: all my mods were 'promoted' to the registered usergroup. Just like with the admingroup, this should have been disabled by default.

So I edited class_xperience.php with this line:
PHP Code:

if ($level_current['usergroupid']<>AND $user['usergroupid']<>$level_current['usergroupid'] AND $user['usergroupid']<>AND $user['usergroupid']<>5

I used to promote users when they reached 2000 posts to usergroupid 28. I have deleted the old (vb) promotion before enable the vbexperience promotion system. So I edited vbexperience_level_2_average.xml and decided to levelup everyone with level 50 (and up) to this usergroupid 28:
Code:

$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (6150,51,28)");
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (6350,52,28)");
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (6550,53,28)");
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (6750,54,28)");

and so on up to level 100.

What am I doing wrong here? Is anyone getting the promotions to work?

Greek76 01-06-2009 09:05 AM

Item sold out? How can I make it so its not sold out? Great mod by the way.

Ski-Whiz 01-06-2009 11:28 AM

I'm not sure if anyone else is getting this but when I have vBe enabled I get a redirect page when I post a Quick Reply.

I changed to the original template and it still does the redirect.

I enable vBe and the redirect comes back.

Like I said, it's when I post a quick reply.

I'm running vb 3.8 (latest) and the beta 3 of vBe..

I didn't see the quick reply redirect issue posted before so I'm wondering why it's just my site. :D

Stryker412 01-06-2009 02:50 PM

How do you disable the Earn Points section? I'd rather my members not know how to gain points so they start spamming.

dizzine 01-06-2009 03:23 PM

i have 2 little questions..

1. my awards system is working great but how do i set the trigger for the awards.?
2. i have created an award for those who donate via AWCoding Software LITE. in the Fields selection list what should i select? i have Donations and Paypal Donate selected but still the award is not being displayed. All transactions have been confirmed in AWCoding LITE admincp..

many thanks..great mod..!

creativepart 01-06-2009 04:07 PM

Asking again... does anyone know what all is included in the Activity points section. There is a description for all the other points sections like threads, posts, User. But no description at all about what, exactly, is contained in Activity.

My users are asking and I have no real answer for them.

DebtFree 01-07-2009 03:58 AM

Still no answer (or even a response) to any of this ...
Quote:

Originally Posted by DebtFree (Post 1685617)
First off, thanks Phalynx for a fantastic addon :)
2nd, I will admit that I have not read every post in this thread so sorry if I repeat something that has already been asked.

A couple of questions/requests ...

1. Does a purchase permanently deduct points or are the total points simply calculated minus any purchase transactions? eg I have 100 points and purchase an item for 20 points. Do I still have 100 points but it only shows as 80 or do I only have 80 points left?

2. If the points are actually removed, can we please get some form of 'point convertor' so that a member can change 1 point type for a second point type, therefor allowing them to purchase items they may not have enough specific points for.

3. An alternative to number 2 would be another option in Costfield that would spread the cost over all point types.

4. There are points awarded for referrals but could we please also have an option where points are awarded when your referred member makes a 'paid subscription' payment. ie a commission payment. This would need to be based on the payment being made and possibly being recurring (PayPal subscription)

Thanks again for a fantastic addon. Keep up the great work :)

I take it what was looking like a very promising product is now a dead project?

Phalynx 01-07-2009 12:08 PM

vBExperience 3.8 RC has been released. A final version will be released at the end of the next week.

Full Changelog:
- Now compatible with vBulletin 3.7.x and 3.8.x - support for vBulletin 3.6.x has been dropped
- New Experience: Socialgroup Discussions (Discussions, Posts)
- New Experience: Completing Profile (per editable profile fields, excluded are fields with a default value)
- Awards: Fixed handling of awards for ignored usergroups (thanks goes to Abe1)
- Awards: You can now define the max awards a user can get (thanks goes to Abe1)
- Awards: Award for activity is beeing set only to one user (more experience points wins), all other users are getting 99%.
- Awards: You can exclude usergroups from getting Awards. Administrators (Group ID 6) are excluded by default.
- Fixed margin of vBExperience tab in profile
- Settings: Removed links in AdminCP, please go directly to "vBulletin Options"
- Rankings: Fixed XSS Vulnerability (thanks to snunhuck and Y4I)15)
- Experience: Changed "post_thanks_thanked_times" to "post_thanks_user_amount" (post thank you hack)
- Experience: Handling of "Post Thank You" data now via CDP Addon. Support in Experience core has been dropped. You will need to import the addon from extras/addons.
- Shop: Fixed AdminCP Links visible to everyone
- Shop: Fixed AdminCP, Manage Shop, "Transactionlog (Page %1$s/%2$s) | There are %3$s Entries."
- Shop: Fixed missing BBUrl Prefix
- Shop: Give Away is sending PM to receiver (setable)
- Shop: Selling item is sending PM to defined list (setable)
- Shop: Writing a PM upon a purchase can now be deactivated
- Shop: Improved "give away" and display in postbit/profile
- Shop: Set if points from purchased products should be substracted
- Shop: User can sell item back to shop and get 75% points back (amount setable)
- Shop: User can give away item (gift) to someone
- Shop: Transactions in AdminCP are now paged
- Shop: User can see own transactions
- Shop: Categories have now an icon and a description
- Shop: Description of Costfield in AdminCP with default value if translation is empty
- Fixed unchached templates
- New feature: Earn Points. It tells the user where and how he can get points. Title and description are pulled from phrases of the settings
- CDP: New revision of CDP to support Earn Points
- CDP: All addons have been upgraded to support "Earn Points"
- Added row breaker for profile shop items
- Smaller fixes and changes

Phalynx 01-07-2009 12:27 PM

Quote:

Originally Posted by DebtFree (Post 1685617)
1. Does a purchase permanently deduct points or are the total points simply calculated minus any purchase transactions? eg I have 100 points and purchase an item for 20 points. Do I still have 100 points but it only shows as 80 or do I only have 80 points left?

You can control that for yourself, check setting "Subtract points?"

Quote:

Originally Posted by DebtFree (Post 1685617)
2. If the points are actually removed, can we please get some form of 'point convertor' so that a member can change 1 point type for a second point type, therefor allowing them to purchase items they may not have enough specific points for.

Uhm, sounds like a lot of work :>

Quote:

Originally Posted by DebtFree (Post 1685617)
3. An alternative to number 2 would be another option in Costfield that would spread the cost over all point types.

You can already substract from the main experience points.

Quote:

Originally Posted by DebtFree (Post 1685617)
4. There are points awarded for referrals but could we please also have an option where points are awarded when your referred member makes a 'paid subscription' payment. ie a commission payment. This would need to be based on the payment being made and possibly being recurring (PayPal subscription)

Feel free to use the CDP to create an addon.

Quote:

Originally Posted by GlitterKill (Post 1690681)
Regarding the Award feature, can an admin assign more than one person an award? Can you create new awards that are not based on any data source?

Yes.

Quote:

Originally Posted by ebiltyler (Post 1690827)
I'm trying to import the xml after I added in all the files and it says, "You need to upload files first!" and now I'm stuck and it's pissing me off.

It seems you didn't copied the files to the correct folder. xperience.php should be where your forum.php is.

Quote:

Originally Posted by LGKeiz (Post 1692669)
is there a reason people can't level? they have 99% everything, but they don't level.

Seems you imported a too small level file. Try to import a bigger one, don't forget to recount.

Quote:

Originally Posted by nike.stars (Post 1692995)
@phalynx
you write above that there is 3rd party addon for DownloadsII, where do i find this? i can't find it using the search feature :-/

It's already included and installed in the main installation.


All times are GMT. The time now is 12:54 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.03763 seconds
  • Memory Usage 1,768KB
  • 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
  • (1)bbcode_php_printable
  • (9)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