vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vbBux / vbPlaza v1.5.8 (Points + Store System) (https://vborg.vbsupport.ru/showthread.php?t=106953)

49er 02-05-2006 02:51 PM

Hack is work great, thx.
But can you explain what i do to remove one of the cash (points) sum figures from view on my postbit. :ermm:

OAndrea 02-05-2006 02:55 PM

Quote:

Originally Posted by OAndrea
can I install this on VB3.5.2?

Hello Anyone got an answer for me, are you guys installing this on 3.5.2 also?

49er 02-05-2006 03:05 PM

Quote:

Originally Posted by OAndrea
Hello Anyone got an answer for me, are you guys installing this on 3.5.2 also?

I have!! no problem. :squareeyed:

OAndrea 02-05-2006 03:11 PM

Thanks Teepeg!

redtailboa 02-05-2006 03:12 PM

Ok, I setup a test site and copied all my data over and did a upgrade to VB 3.5.3. I then upgraded ebux from 1.0.3 to 1.0.5a and it still messes up my forum. I cannot login, I cannot do anything. I also tried uninstalling the product, then reinstalling. Directly after the uninstall I try to post a message and it messes up. Again, here is a sql error I get via email.

Database error in vBulletin 3.5.3:

Invalid SQL:

SELECT filename, attachment.postid, attachment.userid, attachmentid,
attachment.dateline, SUBSTRING(filedata, 1, 2097152) AS filedata, filesize,
attachment.visible, mimetype, thread.forumid, thread.threadid, thread.postuserid,
post.visible AS post_visible, thread.visible AS thread_visible

FROM attachment AS attachment
LEFT JOIN attachmenttype AS attachmenttype ON (attachmenttype.extension = attachment.extension)
LEFT JOIN post AS post ON (post.postid = attachment.postid)
LEFT JOIN thread AS thread ON (post.threadid = thread.threadid)

WHERE attachmentid =;

MySQL Error : 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 '' at $
Error Number : 1064
Date : Sunday, February 5th 2006 @ 04:12:48 PM
Script : http://old.redtailboa.net/forums/att...1&d=1138976009
Referrer : http://old.redtailboa.net/forums/t20...d-up-news.html
IP Address : 72.64.68.35
Username : natas
Classname : vb_database
================================================== ===

OAndrea 02-05-2006 03:13 PM

BTW I would LOVE to see the option for buying gifts on this, that is what my forum members are really wanting! I mean they want it BAD!

redtailboa 02-05-2006 03:13 PM

FYI, I am willing to give the creator of this hack full admin access to the test site to work out the problem, PM me or email me at natas@spamcop.net

caimakale 02-05-2006 03:27 PM

Quote:

Originally Posted by Sai01
sorry if i offened anybody... i didn't mean to compare it to ushop. it's just my stupid opinion and would be best if i didn't bring it up...

in fact i think the feature are equal(plus it's still a baby)! when i said i prefer ushop i meant as in the looks and layout of it. But doing this hacks for us in only 3 days? that's something very great and awesome!

also thanks for the reply, so... searhcing for "Points" in phrase huh? i'll do that. and thank you CMX! for making a fantasy(ushop) into a reality!

I wasn't trying to single you out, there have been quite a few others on here saying the same thing and the last thing any of us want is CMX getting frustrated and giving up on this project because negativity towards it. Sorry if it appeared that way though.

I just say sit back and enjoy the ride for the next week or so, things will start happening. Others will start releasing hacks for it, ChurchMedia released his products hack for it here https://vborg.vbsupport.ru/showpost....&postcount=274 , I am working on some things for it, and CMX hasn't given up on it either.

CMX_CMGSCCC 02-05-2006 03:54 PM

A lot of posts here to read, I've read all of them now. I've fixed the bugs I have come across in the posts that I could replicate.

No idea how redtailboa's bug is coming about because this hack doesnt even do anything to any attachment plugins at all :/

As far as "giving up"? Why would I give up over some negative comments? There is simply no reason too, everyone is entitled to their own opinion. And just because some dont like it doesnt mean that there arent a lot of people who do like it!

I've did a little bit of work on it over the past day or so, I've really improved the Add Option for the Admin CP. I'm doing more testing on it today, and if all goes well and all are working, it will be released later today. (Probably about 8 to 10 hours after this post.)

I realize that some of the templates that I've created are not the most elegant looking, I'm a coder, not a graphic artist. If someone can redesign the estore_main template and make it nice and purrrrrrrrrrty, I'm all for adding it in. Someone posted a screen shot of a bank that looks awesome and I will incorporate that into the release very soon.

Here are a list of things that I have done so far for the v1.0.6 to be released later today:

v1.0.6 Update:
1) Bugfix: View Richest Member setting was always displaying top 30, it now displays how many you have the eBux Setting for.
2) eStore Main: Displays the item description in the database when it lists the items for sale.
3) Bugfix: Donate, Admin Donate, Thief & Bank eStore Options check that the amount is numeric properly now.
4) When eStore is not enabled now, it displays a closed message.
5) eStore Options: Lose Reputation Points on Successful Thief & Failed Thief. (2 Different Settings, Use a value of 0 for no loss.)
6) Custom User Title eStore Options now set the user table field customtitle = 1.
7) eStore Option: Sticky Thread, lets a user sticky a thread. (Requires them to enter the threadid)
8) eStore Option: Unticky Thread, lets a user unsticky a thread. (Requires them to enter the threadid)
9) eStore option Set Type field has a new drop down called 'Add Integer' which will add to the field setname. Useful for making an eStore Option to buy more post counts, or anything that you just want to increase.
10) Backend Changes: A VERY Major change has occurred in the back end. There was a LOT of database changes done to the estoreitems table and the items contained in it. One that is so great now you can almost add actions for anything you want. I won't go into detail of what this means, but lets just say something like this. The table named 'thread' has threadid, visible, sticky, sticky_expiry, votenum, etc..

Well with the new system in place, I'll demonstrate how to add a new eStore Option for say example, Sticky Thread... (NOTE this is not a perfect example because the sticky thread has its own field for 'sticky_expiry' and has to be accounted for to make it expire properly. But for the sake of this example, it will set the sticky = 1 where threadid = id the person entered.

First you go to the Admin CP and choose Add New Option. Type Sticky Thread for the Item Name and type a description you want it to use, setup all the costs, expire days, refill, usergroups, etc.. Then use the following settings:
Item Script Location: blank (Meaning do not type anything in this field!)
Item Table Name: thread
Where Name: threadid
Where Value: $action['threadid']
Set Type: Choose Bitfield
Set Name: sticky
Set Value: 1
Phrase Name 1: estore_threadid
Field Name 1: threadid

Then choose Add Option and there you have it. As you can see these back end changes allow for lots of tables to be modified via eStore Options.

With this kind of system in place, its almost virtually endless of the possibilities to add/modify the tables/fields.

-CMX

Frugal 02-05-2006 04:02 PM

Quote:

Originally Posted by Deimos
There are usergroup permissions, they're done per ITEM
You have to go into the item manager section, click the first item and in there there's a field to put in the "allowed usergroups" (you need to note down the number of the user group or groups you want added to that list)

Thanks man, that's just what I needed :D

Frugal


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