Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbBux / vbPlaza

Reply
 
Thread Tools
Ribbon Problem.... Details »»
Ribbon Problem....
Version: , by Mr. Bone88 Mr. Bone88 is offline
Developer Last Online: May 2009 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-11-2006 Last Update: Never Installs: 0
 
No support by the author.

Hi all,

I'm having a problem with the ribbons. I have upgraded to vbBux/vbPlaza 1.5.0.1 and the upgrade seemed to have gone well with no errors and etc. But today I found a problem with the ribbons. When I went to buy one for myself to try it out I noticed that it didn't deduct the 400.00 points from my points. I have it set at 400.00 point per ribbon. So, if my members make enough points to afford a ribbon they can buy them all day long for free since it wont deduct the points from their account. Why is this happening? What can I do to fix this?

Thanks in advance,
~Mr. Bone88

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 03-11-2006, 03:23 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dont unininstall it, try to run this query...

Code:
$db->query_write("UPDATE TABLE_PREFIXvbp_option SET optionsettings = 'a:3:{i:1;a:5:{s:4:\"type\";s:1:\"1\";s:7:\"varname\";s:26:\"vbplaza_userbuyselfribbons\";s:5:\"title\";s:32:\"Users Can Buy Themself a Ribbon?\";s:11:\"description\";s:77:\"Enable this setting so that users can buy themself a Ribbon. (Default is On.)\";s:5:\"value\";s:1:\"1\";}i:2;a:5:{s:4:\"type\";s:1:\"1\";s:7:\"varname\";s:25:\"vbplaza_giveribbonssendpm\";s:5:\"title\";s:35:\"Awareness Ribbons sends PM to user?\";s:11:\"description\";s:90:\"Enable this to send a PM to the user who was send a Ribbon from an user. (Default is Yes.)\";s:5:\"value\";s:1:\"1\";}i:3;a:5:{s:4:\"type\";s:1:\"1\";s:7:\"varname\";s:28:\"vbplaza_userbuyothersribbons\";s:5:\"title\";s:30:\"Users Can Buy Others a Ribbon?\";s:11:\"description\";s:75:\"Enable this setting so that users can by others a ribbon. (Default is Off.)\";s:5:\"value\";s:1:\"0\";}}' WHERE itemid = '118'");
Change TABLE_PREFIX to your table prefix or remove it if u dont have one, then check Manage Options -> Awareness Ribbons to see if they are there?

If they are there, run vbPlaza Maintenance -> Rebuild Datastore and it should be fixed.

-CMX
Reply With Quote
  #13  
Old 03-11-2006, 04:21 PM
alangonline alangonline is offline
 
Join Date: Dec 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

got SQL error when I run this query

Quote:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '$db->query_write("UPDATE vbvbp_option SET optionsettings = 'a:3
Reply With Quote
  #14  
Old 03-11-2006, 05:56 PM
Mr. Bone88 Mr. Bone88 is offline
 
Join Date: Aug 2005
Location: California
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
I dont seem to have this issue in v1.5.1 beta, so it should not be a problem anymore once the new version is out.

-CMX
Hi CMX,

Thanks for your reply! I was just wondering when the newer version might be out so I can have this problem fixed? Just curious.

Here's an example of what I'm talking about where the points aren't deducted for buying a ribbon:




In this screen shot I'm about to buy the darkblue ribbon for 400 points and my account shows "Current HT$ Total: 400.00"





In this screen shot I just bought the ribbon and it does show the 400 points deducted where it says "Current HT$ Total: 0"





But in the postbit it still shows me as having the 400 points that I just spent on the ribbon. How do I fix this?

Thanks again,
~Mr. Bone88
Reply With Quote
  #15  
Old 03-11-2006, 09:07 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

v1.5.1 will be released later today.

-CMX
Reply With Quote
  #16  
Old 03-11-2006, 09:52 PM
Mr. Bone88 Mr. Bone88 is offline
 
Join Date: Aug 2005
Location: California
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
v1.5.1 will be released later today.

-CMX
That's excellent news, CMX! I'm looking forward to upgrading and thanks for all of your support, great job!

Thanks again,
~Mr. Bone88
Reply With Quote
  #17  
Old 03-12-2006, 10:19 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's out now.

-CMX
Reply With Quote
  #18  
Old 03-12-2006, 06:07 PM
Mr. Bone88 Mr. Bone88 is offline
 
Join Date: Aug 2005
Location: California
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
It's out now.

-CMX
Hi CMX,

I have upgraded to your newer version and it seems to have fixed my problem with the ribbons.

Thanks again,
~Mr. Bone88
Reply With Quote
  #19  
Old 03-14-2006, 12:48 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great!

-CMX
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:29 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.09647 seconds
  • Memory Usage 2,294KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete