vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Point Market System 3.1x (https://vborg.vbsupport.ru/showthread.php?t=232676)

fly 02-26-2011 12:28 PM

Quote:

Originally Posted by elwachiman (Post 2165640)
Greetings brother some days ago to update the market point, but I realized I get a blue box, and look ugly, when I go to UserCP also leaves the blue box, which did not come out before you updated to the newest version of pointmarket as You can remove this box to make it look more verbose in the profile, with Annex I picture what I mean, good night all.
ps: congratulations excellent hack

While we're talking about the postbit gift box...

One of my forum skins has a black background. This means you can't see the words in the post gift box, where can I change the color for that skin?

dcgaming17 02-26-2011 05:54 PM

Hey, my market is not working. every time i go to the market it says

Quote:

you do not have permission to access this page. This could be due to one of several reasons:

1) Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2) If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
I am the administrator so these 2 reasons obviously aren't right. I am using vBExperience if that helps

fly 02-26-2011 06:01 PM

Quote:

Originally Posted by dcgaming17 (Post 2167216)
Hey, my market is not working. every time i go to the market it says



I am the administrator so these 2 reasons obviously aren't right. I am using vBExperience if that helps

Did you get to step 5 of the readme? Or was this working before?

GONUMBER6 02-26-2011 06:12 PM

Hi Mayhem, Glad you are back!

Did you ever get the html in the username via personal messages glitch fixed? That is actually all I really need. I read back about 30 pages and I did not see a fix. Perhaps I missed it?

GONUMBER6 02-26-2011 06:17 PM

Quote:

Originally Posted by dcgaming17 (Post 2167216)
Hey, my market is not working. every time i go to the market it says



I am the administrator so these 2 reasons obviously aren't right. I am using vBExperience if that helps

You need to edit permissions in AdminCP.

Go to point market--->settings and staff permissions

Then go to Usergroups----> and make sure can access point market store is on yes

dcgaming17 02-26-2011 06:33 PM

Ok i got the market working, but now everytime i try to buy a title color changer i get this error

Quote:

Fatal error: Cannot use object of type mysqli_result as array in /home/--------/public_html/pointmarket/market_purchase.php on line 49

smirkley 02-26-2011 08:43 PM

I think a great idea for a market item is something I have seen on some forums.

A member can buy with points the ability to add a mini-profile background color or upload a background image for the mini-profile.

I use the legacy mini-profile, and would love to let members choose a color for the mini-profile block, or even to upload or use a background image from their attachment library, to uniquely enhance their personal representation in posts.

Of course this would also mean that a point item would be needed that would allow the member to buy a different mini-profile text color for the little specificas that are in mini-profiles.

Just an idea for the future.

GONUMBER6 02-26-2011 10:30 PM

Quote:

Originally Posted by GONUMBER6 (Post 2167224)
Hi Mayhem, Glad you are back!

Did you ever get the html in the username via personal messages glitch fixed? That is actually all I really need. I read back about 30 pages and I did not see a fix. Perhaps I missed it?


Nevermind, you don't have to answer, because I installed the new version and it still is not fixed :(

EDIT: Wait I think it is. Everyone who has color needs to repurchase it I am guessing.

Nevermind- I realized I could not reply to old messages with colored usernames, hence the error.

I did notice that in posts only the first post by the user has the colored username.

EDIT AGAIN!!: I found it is just when you place the second post. Upon refresh the username is colored properly.

TheMayhem 02-27-2011 05:08 PM

Quote:

Originally Posted by GONUMBER6 (Post 2167347)
Nevermind, you don't have to answer, because I installed the new version and it still is not fixed :(

EDIT: Wait I think it is. Everyone who has color needs to repurchase it I am guessing.

Nevermind- I realized I could not reply to old messages with colored usernames, hence the error.

I did notice that in posts only the first post by the user has the colored username.

EDIT AGAIN!!: I found it is just when you place the second post. Upon refresh the username is colored properly.

I'm confused....what?

TheMayhem 02-27-2011 05:46 PM

Okay so this is the official release post for Alpha 4. Below is a changelog of the bug fixes in Alpha 4.





--------------
ALPHA 4 Bug Fixes
--------------
** Forum Item Purchase not correctly assigning expiration date for the item
** Purchase History for users Active/Expired is in reverse
** Coupons not working for Lottery items
** Delete individual usergroup permissions for Market Items not working
** Duplicate entries occurying when editing/adding Market Item Usergroup Permissions




Over the past 4 weeks there has been about 40 bugs fixed that were reported. I thank everyone for being patient during the Alpha 4 series on dealing with the bugs and the unfinished areas of the Market 3.1x series.

So now the big post. I believe the bugs found that were mostly existing from 3.0.1 and the inital features on 3.1.0 have been fixed or what is left is rather minimal. There are still a few unfinished sections related to the 3.1x series that need scripted such as the new market items or the coupon listing area and a few tweaks. Therefore, I am announcing that the next release will be Beta 1, which is scheduled for Sunday March 13. The reason I need the two weeks is to do the additional scripting needed as well as handle any feature changes/tweaks that you posters might have. Beta 1 should finally have 3.1.0 in it's finished look & feel with the exception of probably some unfinished bug fixes. Once I release it I'll continue to do my weekly Sunday updates to do bug fixes on whatever is found. I thank everyone for their continued support in trying to make this the best store possible!

smirkley 02-27-2011 06:10 PM

And thank you, for the great support of an excellent mod, especially considering your regular real life schedule. You da man!

dcgaming17 02-28-2011 12:48 AM

The market purchasing is still not working... i get this message

Fatal error: Cannot use object of type mysqli_result as array in /home/--------/public_html/pointmarket/market_purchase.php on line 49

TheMayhem 02-28-2011 01:42 AM

Quote:

Originally Posted by dcgaming17 (Post 2167701)
The market purchasing is still not working... i get this message


Fatal error: Cannot use object of type mysqli_result as array in /home/--------/public_html/pointmarket/market_purchase.php on line 49

Edit market_purchase.php

Find

PHP Code:

$getitem $vbulletin->db->query_read("SELECT * from " TABLE_PREFIX "market_items where mid ='".addslashes($item_id)."'");
$itembuy $vbulletin->db->fetch_array($getitem); 

Change to

PHP Code:

$itembuy $vbulletin->db->fetch_array($vbulletin->db->query_read("SELECT * from " TABLE_PREFIX "market_items where mid ='".addslashes($item_id)."'")); 

Find

PHP Code:

// Determine Expiration
$expire = ($itembuy[expire]*86400)+time(); 

Change to

PHP Code:

// Determine Expiration
$expire = ($itembuy['expire']*86400)+time(); 

Let me know if that fixes it.

rafiul 03-01-2011 10:28 AM

Get erorr when i click maintenance-
Warning: feof() expects parameter 1 to be resource, boolean given in [path]/admincp/market_maintenance.php on line 84

How to solve this?

Aramist 03-03-2011 03:49 PM

Hi TheMayhem

I got this error when trying to purchase a custom gift I have created...

Code:

Warning: include_once([path]/pointmarket/gift_purchase.php) [function.include-once]: failed to open stream: No such file or directory in [path]/market.php on line 436

Warning: include_once() [function.include]: Failed opening '[path]/pointmarket/gift_purchase.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/market.php on line 436

Ty in advance

TheMayhem 03-03-2011 04:45 PM

Quote:

Originally Posted by Aramist (Post 2169158)
Hi TheMayhem

I got this error when trying to purchase a custom gift I have created...

Code:

Warning: include_once([path]/pointmarket/gift_purchase.php) [function.include-once]: failed to open stream: No such file or directory in [path]/market.php on line 436

Warning: include_once() [function.include]: Failed opening '[path]/pointmarket/gift_purchase.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/market.php on line 436

Ty in advance

Reupload your pointmarket folder. You are missing a gift_purchase.php file

fly 03-03-2011 06:16 PM

So I guess I enabled/forgot to disable the ability for users to ban each other from threads. LOL. Is there any way for me to clear these bans?

TheMayhem 03-03-2011 07:00 PM

Quote:

Originally Posted by fly (Post 2169195)
So I guess I enabled/forgot to disable the ability for users to ban each other from threads. LOL. Is there any way for me to clear these bans?

Change the expiration date to 1 day.

Aramist 03-03-2011 07:41 PM

TheMayhem,

there's no gift_purchase.php on pointmarket folder....only: market_gift_purchase.php

I have just checked the zip content.

=/

fly 03-03-2011 07:45 PM

Quote:

Originally Posted by TheMayhem (Post 2169206)
Change the expiration date to 1 day.

Do I have to re-enable the item for the expiration to take effect?

TheMayhem 03-04-2011 02:52 PM

Quote:

Originally Posted by fly (Post 2169222)
Do I have to re-enable the item for the expiration to take effect?

I don't think so.

decipher442 03-04-2011 03:44 PM

Question:

1. how do I go about changing "/market.php" to a different file name like /points-store.php ?
2. do you have a link removal option?

Aramist 03-04-2011 09:29 PM

Hy Tha Mayhem, did u read my post?

Quote:

TheMayhem,

there's no gift_purchase.php on pointmarket folder....only: market_gift_purchase.php

I have just checked the zip content.

=/
and, is there anyway to keep te total points gained recorded?

Because some people of my board don't change spend their point because they don't want to lower their position in the point rank...

Ty man

jacob115 03-06-2011 10:57 AM

I have an issue with permissions.

Everything was working fine. I upgraded vBulletin and Point Market System did not work so I then upgraded Point Market System again. Everything is working excep:

1) Gifts - I am a superadmin however when i go hit to make a gift, from the homepage of the market (it is the most popular item in the store is how it is on the homepage)

Quote:

j115, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
If I go to the sidebar, I hit gifts and then the gifts item I can order the gift, however after ordering it shoots a database error.

Any ideas?

I checked the Admin usergroup and it is said so we can can review

TheMayhem 03-06-2011 08:01 PM

Quote:

Originally Posted by Aramist (Post 2169632)
Hy Tha Mayhem, did u read my post?



and, is there anyway to keep te total points gained recorded?

Because some people of my board don't change spend their point because they don't want to lower their position in the point rank...

Ty man

Open market.php

Find

PHP Code:

        include_once(DIR '/pointmarket/gift_purchase.php'); 

Change to

PHP Code:

        include_once(DIR '/pointmarket/market_gift_purchase.php'); 



I just referenced the wrong filename in the root/market.php when I was chopping up market.php for the 3.1x series. This has been fixed with Beta 1.

TheMayhem 03-06-2011 08:08 PM

Quote:

Originally Posted by jacob115 (Post 2170103)
I have an issue with permissions.

Everything was working fine. I upgraded vBulletin and Point Market System did not work so I then upgraded Point Market System again. Everything is working excep:

1) Gifts - I am a superadmin however when i go hit to make a gift, from the homepage of the market (it is the most popular item in the store is how it is on the homepage)



If I go to the sidebar, I hit gifts and then the gifts item I can order the gift, however after ordering it shoots a database error.

Any ideas?

I checked the Admin usergroup and it is said so we can can review

Jacob your going to have to reword what you mean as I am very lost on what you are trying to say.

Are you talking about the Admin CP or the actual market on the forums?
If you are talking about the Admin CP, are you talking about Gifts or Custom Gifts?
What do you mean by reordering gifts? There is no field to reorder gifts in the Admin CP?

Your going to have to really explain it better as I'm flat out lost on what section you are, what error your getting, and make sure that the section is how I have it worded on the market as it almost sounds like your getting the store section and gifts sections confused.

Shadow09 03-07-2011 11:32 AM

Could you add the ability to buy PAID SUBSCRIPTIONS using your plugin please?

fly 03-07-2011 07:18 PM

Quote:

Originally Posted by TheMayhem (Post 2169510)
I don't think so.

Well after changing it to 1 day didn't work. I re-enabled it and made it a very high price. Still no one is getting unbanned. I'm not sure the unban part is actually working...

DS MrSinister 03-08-2011 05:48 PM

1 Attachment(s)
I just notice this today. the most purchased item is missing its image code. I am running the latest version of point market and vb.

see attach file for reference.

Thanks

Sin

TheMayhem 03-08-2011 06:59 PM

Quote:

Originally Posted by DS MrSinister (Post 2171035)
I just notice this today. the most purchased item is missing its image code. I am running the latest version of point market and vb.

see attach file for reference.

Thanks

Sin

Umm... go edit your Gifts item and see if their is an image location entered, it should be something like:

images/pointmarket/gift_buy.png

DS MrSinister 03-08-2011 09:33 PM

Its there sir don't under stand. maybe it could be one odd things that happens when i upgraded to the latest version of point market system.

i don't see anything under market gifts but did find it under forum items. also i tested it out by buying 3 gifts and now its showing gift_buy.png image.

tightjeansforum 03-09-2011 07:52 PM

Fatal error: Cannot use object of type mysqli_result as array in /usr/home/jappleton/domains/tightjeansforum.com/public_html/pointmarket/market_purchase.php on line 63

I'm geting that error when I purchase something from the store such a custom user title.

tightjeansforum 03-10-2011 12:07 AM

I saw the two lines of code in the market_php file and changed them but I still got the same error.

kesandal 03-10-2011 12:31 PM

Hello,

think I found a bug:

Wenn you open a item which has shipping set to mail you have to fill out the "store shipping information".
  1. forgett to fill out for instance the "full name" and click on "Confirm Purchase: Credits".
    The page reloads, no error is shown and clicking again on the submit-button is impossible.
  1. if you fill out all fields and submit the form the page reloads and nothing happens.

:(

Edit:

Bug No.2
Bank:

Deposit or Withdrawl: (x) Deposit: 25
Reason: Test
Amount: 10
[ SUBMIT ]


Transaction Information
The amount you have requested to deposit is less then the minimum deposit amount. Please deposit at least 5.95.

TheMayhem 03-10-2011 02:48 PM

Quote:

Originally Posted by DS MrSinister (Post 2171110)
Its there sir don't under stand. maybe it could be one odd things that happens when i upgraded to the latest version of point market system.

i don't see anything under market gifts but did find it under forum items. also i tested it out by buying 3 gifts and now its showing gift_buy.png image.

Do you charge for gift category access?

DS MrSinister 03-10-2011 03:12 PM

I did not change anything my good sir. only thing i change was the usergroup permissions. what i can do is uninstall it and re-install your mod too see if it happens again.

TheMayhem 03-10-2011 06:58 PM

Nah don't worry about it, I'll look around the code and see if I can find anything.

tightjeansforum 03-10-2011 11:54 PM

Any ideas on my error Mayhem?
Would love to get that fixed.

TheMayhem 03-11-2011 01:00 AM

Quote:

Originally Posted by tightjeansforum (Post 2172092)
Any ideas on my error Mayhem?
Would love to get that fixed.

Not sure because I'm not getting the error. What exact market item are you trying to purchase or is it all of them?

kesandal 03-11-2011 07:49 AM

TheMayhem

could you please check the bugs I reported ? :)

Quote:

Hello,

think I found a bug:

Wenn you open a item which has shipping set to mail you have to fill out the "store shipping information".

1. forgett to fill out for instance the "full name" and click on "Confirm Purchase: Credits".
The page reloads, no error is shown and clicking again on the submit-button is impossible.

1. if you fill out all fields and submit the form the page reloads and nothing happens.




Edit:

Bug No.2

Bank:

Deposit or Withdrawl: (x) Deposit: 25
Reason: Test
Amount: 10
[ SUBMIT ]


Transaction Information
The amount you have requested to deposit is less then the minimum deposit amount. Please deposit at least 5.95.

Possible reason for the error:

The variable which holds the minimum amount in phrase $vbphrase[market_error_bank_3] is wrong.

I did a check:

if ($amount < $minimum_deposit) {
$error = 3; // Amount is less then minimum deposit
}
$amount is correct.
$minimum_deposit is correct too (in my example it was 10.95.

Hope this helps you out buddy. If u have any further questions regarding this 2 bugs let me know.


All times are GMT. The time now is 07:24 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.03340 seconds
  • Memory Usage 1,868KB
  • 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
  • (6)bbcode_php_printable
  • (21)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
  • (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