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)

YopY 04-04-2009 02:53 PM

We're considering this addon for our forums, but I have a few questions:

How difficult would it be to check if a user owns a certain item bought in the shop? Say a user wants to buy the right to alter his username's color, could one check in a template if the user has that particular item?

Is it possible to give multiple people the same award? Say I want to give everyone who donated a 'Donator' award, how would that be done / is that possible? From what I see right now, only the person with the largest amount of points in a certain category / the sum of several categories gets the award - although I've only tried it out on my local system, mind.

A similar question on items, am I seeing it right that people can spend a certain amount of points from a certain category on items? So if a user has a certain amount of Activity points, he can spend those on Activity items? Dunno if I'm wording that right.

Any documentation on the various extras / addons?

tehviruss 04-04-2009 10:03 PM

I'm sorry, but I can't seem to understand how to use the Promotion system? I'd like for the secondary usergroup of a "Registered User" to change according to level. How do I access this feature?

phreak79 04-05-2009 12:29 PM

Does anyone have any idea why my bars aren't appearing?

http://www.theenvironmentsite.org/fo...-hotspots.html

The medals appear ok but I have no bars. Everything else about it seems to be working perfectly except that.

In the bars config I have things setup as 'display on postbit'; hidebars in postbit:no; show bar text:yes; position in postbit:postbit_user_info_left (although I've tried them all)

And nothing. Any ideas?

realdx 04-05-2009 04:41 PM

Lovely, just one question, can users sell files in the forum shop? I mean, I do scans of stickers for a vintage toy, upload the .rar file to the shop and price them. then another user pass by, pay the price and download the file? thank you for your work!

Phalynx 04-07-2009 11:49 AM

Quote:

Originally Posted by TruVB (Post 1782682)
Is it possible to just have points in the postbit.

ex.
have it just show up as..

Points: 12,345

Yes, by editing the xperience_gfx template

Quote:

Originally Posted by crazlunatic (Post 1783079)
Does anyone know how to use the shop? I'm creating items but what's the point of them if they don't do anything? Is it just for show?

Yesno. Just show, but in combination with eMail Confirmation it can be used to sell real things.

Quote:

Originally Posted by crazlunatic (Post 1783079)
1)Have items in the shop that may include increased permissions like decrease the flood level limit, being able to view a specific forum, or increased PM box quota

No, but at my to do list.

Quote:

Originally Posted by crazlunatic (Post 1783079)
2) Promote usergroup from buying in the shop or auto. I enabled it but can't find it anywhere

You need to edit level xml, see readme_levels.txt

Quote:

Originally Posted by crazlunatic (Post 1783079)
3) Deduct points when double-posting or download an attachment

Yes, by writing a plugin.

Quote:

Originally Posted by crazlunatic (Post 1783079)
4) Give other users points/experience

No.

Quote:

Originally Posted by SEW810 (Post 1783117)
Request:

Is there any way to do this?: (adding that line at postbit for showing bought items)
Thnx.
http://www.paginasprodigy.com/jvilla...xp_request.jpg

Yes, check your Shop settings in AdminCP

Quote:

Originally Posted by obmob (Post 1783157)
Will this work with the regular promotions of vbulletin?

I mean, if i have already set 10+ promotions based on number of posts, is it possible to use the existing with vbExp?

Hmm... hope i'm clear :???:

No, it has it's own system.

Quote:

Originally Posted by SEW810 (Post 1783494)
Its me again
Issue:

I've got a "beer" in my store.
Some user gave it to me as a gift.
Then I bought the same item to be given away.

The problem is. I can't give away my purchased item. I know gifts can't be given away.. but I paid for one and I can't do it.

That is a known issue.

Phalynx 04-07-2009 11:56 AM

Quote:

Originally Posted by Pehchaan (Post 1783657)
Phalynx,

I'm also facing this (complete uninstall) problem.

Waiting for fix version, Please let me know when it will be available?

Thanks.

I *hope* this week.


Quote:

Originally Posted by YopY (Post 1783704)
How difficult would it be to check if a user owns a certain item bought in the shop? Say a user wants to buy the right to alter his username's color, could one check in a template if the user has that particular item?

The items are stored in a db-table, also they appear in the profile and if configured, in the postbit.

Quote:

Originally Posted by YopY (Post 1783704)
Is it possible to give multiple people the same award? Say I want to give everyone who donated a 'Donator' award, how would that be done / is that possible? From what I see right now, only the person with the largest amount of points in a certain category / the sum of several categories gets the award - although I've only tried it out on my local system, mind.

Yes. It must be a custom assigned award.
Calculations for awards can also be automated via CDP (Plugin Interface)

Quote:

Originally Posted by YopY (Post 1783704)
A similar question on items, am I seeing it right that people can spend a certain amount of points from a certain category on items? So if a user has a certain amount of Activity points, he can spend those on Activity items? Dunno if I'm wording that right.

You can freely define which point storage will be used for buying a particular item.

Quote:

Originally Posted by YopY (Post 1783704)
Any documentation on the various extras / addons?

Right now only smaller descriptions in the header of the xml files.

Quote:

Originally Posted by tehviruss (Post 1783989)
I'm sorry, but I can't seem to understand how to use the Promotion system? I'd like for the secondary usergroup of a "Registered User" to change according to level. How do I access this feature?

Instructions can be found in readme_levels.txt

Quote:

Originally Posted by phreak79 (Post 1784240)
Does anyone have any idea why my bars aren't appearing?

http://www.theenvironmentsite.org/fo...-hotspots.html

The medals appear ok but I have no bars. Everything else about it seems to be working perfectly except that.

In the bars config I have things setup as 'display on postbit'; hidebars in postbit:no; show bar text:yes; position in postbit:postbit_user_info_left (although I've tried them all)

And nothing. Any ideas?

You need to have the template hooks in your postbit template. Check in the original vBulletin templates.

Quote:

Originally Posted by realdx (Post 1784395)
Lovely, just one question, can users sell files in the forum shop? I mean, I do scans of stickers for a vintage toy, upload the .rar file to the shop and price them. then another user pass by, pay the price and download the file? thank you for your work!

Yes, in combination with the eMail confirmation.

Theater 04-07-2009 01:37 PM

For large forums is there a better way to update past user info activity? I just installed this mod (love the idea btw), and when I was updating the counter in my AdminCP it timed out and gave me a SQL error stating it lost connection.

Phalynx 04-07-2009 01:53 PM

In Maintenance, decrease the amount of users from 250 to 100.

Abrupt 04-08-2009 12:00 PM

For some reason my levels are stuck at level even when having 2k points?
http://cybersteroids.com/forums/xperience.php

Phalynx 04-08-2009 01:30 PM

Quote:

Originally Posted by Abrupt (Post 1786505)
For some reason my levels are stuck at level even when having 2k points?
http://cybersteroids.com/forums/xperience.php


To get support, you will need to click "Mark as Installed".


All times are GMT. The time now is 08:09 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.02559 seconds
  • Memory Usage 1,765KB
  • 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
  • (18)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