![]() |
Quote:
uCash does not support 3rd party addons such as the "Ultra Itemshop". Please seek support in their release thread. |
Quote:
Thanks. |
Quote:
with one post only i can get the max number of points for a post with just typing 1 line it have many bugs |
Quote:
Do i know you? HEHE......small world. |
Quote:
|
Quote:
functions_newpost.php Change: PHP Code:
PHP Code:
|
Quote:
Doing it the way you suggest will cause issues down the road with any plugin that requires that hook, and previewing. |
Quote:
I also do not know how to change the code for uCash. Thanks. |
I'm afraid I am far too unwell to explain the entire vBulletin Hook system at the moment.
Basically, it was introduced with vB 3.5.x (the version that recently came out, replacing 3.0.x), allowing coders to make 'hacks' that did not require code modifications. Effectively, the php file is run, then when it comes to a 'hook' in the code, it looks in the database to see if anything additional is in that hook. By doing what you suggest, the php file will not look for that hook if the post is being Previewed. You need to go to the hook in your Plugin Manager and add the conditional you added to the php file in the hook for Ucash. |
Thanks!
Here is what I did. If we are not supposed to post code remove it at will. If the user is not doing a preview then we want to give them points. PHP Code:
PHP Code:
|
ok where do I add that code?
|
Quote:
Plugin System --> Plugin Manager Find: Hook Location : newpost_process uCash - New Post Click on it to edit the php code. Hope this helps. |
Thnaks I will give it a try. Did that solve the problem for you?
|
Quote:
|
That did the trick.
I have couple of questions. Is it just on my forum, but when I delete a post it doesn't dedact the point. Is there a way to deny points to certain forums? Thanks guys |
Quote:
I think you can deny points but I am not sure off the top of my head. |
This didn't work for me at all. The points doesn't show. Any ideas why? I use 3.5.3
Quote:
|
Quote:
Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong> You have $bbuserinfo[points] chips!<br /> Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br /> Code:
You have $bbuserinfo[points] chips! Code:
$bbuserinfo[points] Mine looks like this now. Code:
Welcome, X-Files. You have 32,997 chips! |
Thanks now it's working good.
I had this: Quote:
Quote:
Now all I need to find out is how to restrict points to ceratin forum categories. |
may be make this mod so that you use the points to buy threads
|
Quote:
Edit the forum you do not want to give points to. Set all these to 0. Quote:
|
Quote:
Is the programmer who coded the script ain't working on it anymore?? |
Quote:
|
hopefully they will work on this a bit more as well, its got several bugs that could be fixed. But for most its working fine. I'm going to do a complete re install of this because several users are getting heaps of points when they have only a few posts.
|
Quote:
I would love to have it remove points when a post is deleted. |
Quote:
Code:
if ($vbulletin->options['ucash_enablesystem'] == 1) Code:
if ($vbulletin->options['ucash_enablesystem'] == 1 && !$post['preview'] ) I'll be starting my own "Ushop" shortly afterwards although the actions will be limited to donate/admindonate/bank/bold/underline/italicise. I may release it, I may not. Will see how it goes... |
To fix the above bug, the same conditional needs applied to the following hook:
showthread_start |
Quote:
This has nothing to to with creating and previewing a post. I would love to have it delete points on thread or post delete. |
You are quite correct - apologies. I have no idea why I said that. I was in work at the same time as trying to tidy up Ucash ( cleaning the superglobals for one ) and my mind was probably in two places.
I would suggest that your users would not appreciate their points being deducted if their posts are deleted - especially if you are just pruning. |
at this point, i don't really care about the uShop... but i do need the donate feature. Does anyone have this? ..i'd pay 10$ usd paypal for this
|
I should have something by the end of this week Proxx.
|
Quote:
|
Quote:
|
still working on the port of my Itemshop, bout 95% done... will let you know when I start my own version of UShop... am hoping within the next couple of days.
|
ushop & ucash 2.0.0 released!
|
anyone know how to stop ucash going into minus?
|
|
Quote:
|
how do i change the currency on ucash
instead of it being called points can i change it to £ ??? |
HI I need help.
1) How do i see total ucash being given on my website? 2) I need a guru to help me out with inputing ucash and ushop functionalities and make sure they work. please email me at "teknorhino@yahoo.com" and tell me how much $ you want. please keep bids low to make this project a reality. Thanks, Frank |
All times are GMT. The time now is 01:32 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|