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] vBShop v3 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=246427)

DragonByte Tech 08-06-2010 03:14 PM

Quote:

Originally Posted by xixxon (Post 2079875)
Hey!

I'm using this mod (lite) and I very like it.

I have some idea for this mod more fun.

Can you Limit day to change


Add more effect such as blink, rainbow (js) ... for username....

I hope you will update it in new version. I'll buy it :x
Thanks

We can try to add these to a future version :)

Quote:

Originally Posted by TheChaosFactor (Post 2080098)
One feature I'd have to see added to the list for the pro version would be the ability to set the "theft protection" amount for banks on a user or usergroup basis and have it so members can buy increased theft protection instead of just being able to buy 100% protection.

Good idea, it'll be taken under consideration :)

Quote:

Originally Posted by TheChaosFactor (Post 2080098)
Also, having trouble with trying to purchase the ability to join groups. User A isn't allowed, but paid for the ability. User B tries to send the invite, but gets message saying User A isn't allowed to join groups.

It's possible that that control doesn't call the function we hook into to override permissions.
I'll have to check it out over the weekend or whenever I have time :)


Fillip

Veer 08-07-2010 03:21 PM

I found a strange problem.. Gift add script do not allow to create more than 1 gift items with same gift title, This is very unnecessary restriction, the previous gift mod that i used before doesn't have this restriction.

Think what we do if we want to add 5 or more birthday cakes? B'day cake 1, B'day cake 2, B'day cake 3, B'day cake 4, B'day cake 5 as title not good to display on front end.

Hope you remove this unnecessary restriction.

Thanks.

DragonByte Tech 08-07-2010 05:10 PM

The restriction is in place to keep members from being confused when they see a gift name. Why don't you name your cakes based on flavour? :)


Fillip

Veer 08-07-2010 09:03 PM

Quote:

Originally Posted by DragonByte Tech (Post 2080572)
The restriction is in place to keep members from being confused when they see a gift name. Why don't you name your cakes based on flavour? :)


Fillip

Is there any way to unlock the restriction? as I must need this.

DragonByte Tech 08-10-2010 03:35 PM

Not without file edits, no.

Fillip

Veer 08-10-2010 10:07 PM

Quote:

Originally Posted by DragonByte Tech (Post 2081765)
Not without file edits, no.


Fillip

Hmm will you help me with this? Please.

DragonByte Tech 08-10-2010 10:30 PM

We can't support custom modifications to our products' files, sorry.
Why can't you name your birthday cakes by flavour instead of confusing your members with 5 different items with the same name?

Fillip

DarkSoul.uk 08-16-2010 07:39 PM

Am i able to make this mod , to sell things? So that people can have a route throught to paypal , and back tot he website ?

DragonByte Tech 08-16-2010 10:12 PM

Quote:

Originally Posted by DarkSoul.uk (Post 2084904)
Am i able to make this mod , to sell things? So that people can have a route throught to paypal , and back tot he website ?

Afraid not, this isn't a shopping cart system, it's only designed for selling forum permissions and "gift" icons.

In future the pro versions of our vBShop and vBCredits mod will be able to be used to make real world transactions if you wish, but they will still not be a fully functional cart system.

Iain

howard007 08-25-2010 02:14 AM

Can someone point me to view some live demos of this mod?

Thanks

stunod 08-25-2010 04:09 AM

Has anyone been able to fix the issue with the points running into the "Thanks" hack? I would just add the break but I don't know where to do so.

http://img693.imageshack.us/img693/7515/postbit.jpg

RobbieZ 08-25-2010 11:17 AM

Thats Abe's thanks hack doing that not DBTech's. Abe has never fixed the CSS problem!

pwner318 08-28-2010 07:04 PM

is there a feature that you can make a shop item like "30Day Vip Member Ship"
And you get the usergroup "VIP" For 30 days and then register user?
Is this in lite or in pro? or it doesn exist?

----------
my english sucks sry every1

DragonByte Tech 08-28-2010 07:56 PM

There's no feature to have temporary items at this point in time, sorry :(


Fillip

Network Master 09-06-2010 09:05 AM

When you try to deposit points in the bank

Your report can not be manipulated because the key to security is incorrect.

DragonByte Tech 09-06-2010 12:15 PM

Please click back and refresh the page as per the instructions in the error message. It is not a vBShop error, it's a vBulletin error due to security measures they put in place.

Fillip

wastemytime 09-06-2010 06:43 PM

I tested it and found out, its not what i need. So i tried to uninstall - now i have a blank Website with a Database Error but no Error Code. Just "Database Error." Cant Login, nothing.

Can you please help me?

wastemytime 09-06-2010 07:07 PM

Ok, this error. But i can't Login to uninstall like you sad in other Post.

Quote:

Originally Posted by DragonByte Tech (Post 2068372)
Re-download again and re-upload the files again, then uninstall -> reinstall :)


Fillip


Code:

Invalid SQL:

                SELECT  administrator.*,
                        userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
                        language.phrasegroup_global AS phrasegroup_global,
                        language.phrasegroup_cphome AS phrasegroup_cphome,
                        language.phrasegroup_cpglobal AS phrasegroup_cpglobal,
                        language.options AS lang_options,
                        language.languagecode AS lang_code,
                        language.charset AS lang_charset,
                        language.locale AS lang_locale,
                        language.imagesoverride AS lang_imagesoverride,
                        language.dateoverride AS lang_dateoverride,
                        language.timeoverride AS lang_timeoverride,
                        language.registereddateoverride AS lang_registereddateoverride,
                        language.calformat1override AS lang_calformat1override,
                        language.calformat2override AS lang_calformat2override,
                        language.logdateoverride AS lang_logdateoverride,
                        language.decimalsep AS lang_decimalsep,
                        language.thousandsep AS lang_thousandsep
                        , (user.dbtech_vbshop_points) AS vbcredits_3
                FROM vb_user AS user
                LEFT JOIN vb_userfield AS userfield ON (user.userid = userfield.userid)
                LEFT JOIN vb_usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN vb_administrator AS administrator ON (administrator.userid = user.userid) LEFT JOIN vb_language AS language ON (language.languageid = IF(user.languageid = 0, 3, user.languageid))
               
                WHERE user.userid = 1;

MySQL-Error: Unknown column 'user.dbtech_vbshop_points' in 'field list'


DragonByte Tech 09-06-2010 07:23 PM

The only way that error would have happened is if you somehow managed to remove vBShop from the database while not removing the product.

Please add
define('DISABLE_HOOKS', true);
to your config.php file, then remove the product from the AdminCP before removing that config.php edit.

Fillip

wastemytime 09-06-2010 07:32 PM

Ok thank you, i forgot about "disable_hooks". I did that, removed the Product, than removed that config.php edit. Now vbshop is removed from Products. Now i get the same error again.

I tried again and thought, maybe i remove also vbcredits . But then i got an Database Error from vbcredits too.

DragonByte Tech 09-06-2010 07:41 PM

If you have configured vbcredits to use vbshop's points then you'd need to sever that connection before uninstalling vBShop.

Fillip

wastemytime 09-06-2010 07:48 PM

Uhm, ok, I installed both back again. Checked the Settings. Removed succesfully vbshop. No i have following error with vbcredits:

Code:

MySQL-Error: Table 'mysite.vb_credits_display' doesn't exist

wastemytime 09-06-2010 07:53 PM

Ok, i removed it in wrong order.

NOW everything works again.

Thanks for your help.

neverstop 09-28-2010 02:27 PM

how can i disable the bank feature?

DragonByte Tech 09-28-2010 02:31 PM

If theres no setting to disable it in vboptions, then it can't be done atm.

Fillip

Edrondol 09-28-2010 05:27 PM

You can always just set the amount protected to 0 and interest to 0%. It doesn't help them to use it. It's not perfect, but there you go.

decipher442 10-03-2010 04:33 PM

Is it possible to create an custom item like "Domain Name" or "1 month web hosting"?

In short user buys the "Domain Name" item and admin gets pm. and from there I can contact user regarding what domain name they want.

DragonByte Tech 10-03-2010 04:42 PM

vBShop currently doesn't support Admin PM notifications, however in a future version we will offer this on a per-item basis along with custom input field(s) for items :)


Fillip

decipher442 10-03-2010 04:49 PM

and how long do you think it will be until that updated version?

anytime soon?

Budget101 10-04-2010 11:21 AM

Quote:

Originally Posted by decipher442 (Post 2106400)
and how long do you think it will be until that updated version?

anytime soon?


doubt it, I've been asking this for MONTHS (after I wasted $$$ on the "PRO" version). I switched to another mod because of it.

Sarab 10-16-2010 08:23 AM

Hello,

What a great mod, thank you for making it this great =)

I checked it out and found their somethings if you add them the mod will be in anther level as I hope,

First of all, when you click purchase an item it's directly send you to the shop page, and this make you don't feel like you really bought something, so I suggest a page intermediate them so they will look like this:
Purchase -----> a page written in it " thank you " or whatever -----> the shop page.
this is really a simple thing but it will really make a difference.

second thing is the Items being infinite make them not that much have a value, because the user will see their is no need to rush in buying these items cuz when ever they want to buy them they will still be their, and this will kill the purpose in putting the market which is make a hyper activity in the users, so it will be great if we can decide in the number of each item in the market.

third, if their will be an expiration for the items we decide it, this will make easier for moderating the user with permission items, and that will make them return every time the items expire to buy a new one.

finally about the admin notification by pm when the user buy from the shop I read it's going be in future version, so is it high priority so we will see it in soon version or may it take time? because the admin notification is essential in my forum =)

I think this is all for now, and sorry if I bother you with my little points ^^"

Best regards,
Sarab

DragonByte Tech 10-18-2010 01:41 PM

We do have plans to greatly expand the way items work, thanks for your suggestions :)


Fillip

neverstop 10-29-2010 03:21 AM

Having aproblem with setting up signatures in the shop. When trying to edit sig in the usercp i get this error:

Quote:

You have included a total of 0 images and/or videos in your message. The maximum number that you may include is -1. Please correct the problem and then continue again.

Images include use of smilies, the BB code [img] tag, and HTML <img> tags. Videos are included with the BB code [video] tag. The use of these is all subject to them being enabled by the administrator.
Any idea why?

FWIW i have bbcode disabled in sigs and want to keep it that way

invitezone 11-01-2010 11:04 AM

i have been getting this error ever since i moved servers....i re uploaded all the files and its still the same...some of my members cant see the site when the shop is enabled.

[Mon Nov 01 18:58:49 2010] [error] [client File does not exist: /home/public_html/dbtech/vbshop/clientscript/vbshop.js

thanks

DragonByte Tech 11-01-2010 01:37 PM

Quote:

Originally Posted by neverstop (Post 2115514)
Having aproblem with setting up signatures in the shop. When trying to edit sig in the usercp i get this error:

FWIW i have bbcode disabled in sigs and want to keep it that way

Have you tried re-downloading and re-uploading the files? I think I fixed that in a hotfix, not sure though...

Quote:

Originally Posted by invitezone (Post 2116691)
i have been getting this error ever since i moved servers....i re uploaded all the files and its still the same...some of my members cant see the site when the shop is enabled.

[Mon Nov 01 18:58:49 2010] [error] [client File does not exist: /home/public_html/dbtech/vbshop/clientscript/vbshop.js

thanks

That's normal, it's a placeholder template request in case it's needed in a future version :)

You'll have to go into more details about seeing the site if I'm to help, I'm afraid :(


Fillip

invitezone 11-02-2010 09:33 AM

Quote:

You'll have to go into more details about seeing the site if I'm to help, I'm afraid
ok i will turn the MOD back on and get the members who are getting the error to take a screen shot.

TY

M4GN3T 11-17-2010 02:24 PM

How to configure this with vBDELUXE II ?

DragonByte Tech 11-17-2010 06:13 PM

Set credits to be the Points Field :)


Fillip

M4GN3T 11-17-2010 09:14 PM

Quote:

Originally Posted by DragonByte Tech (Post 2122910)
Set credits to be the Points Field :)


Fillip

Thanks, worked =)

xug 11-25-2010 12:44 AM

What are the strings that displays the money in your wallet and in your bank?

I belief that your wallet is $useramt Am i correct and what is the bank?


All times are GMT. The time now is 09:15 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.01621 seconds
  • Memory Usage 1,835KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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