XD I love that you guys have the mysql_schema.php. I just added that stuff but now I guess I have a code question.
I getting alot of errors related to ushop_act useage.
Code:
Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 13
Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.massupdate.php on line 160
Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 15
Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.categories.php on line 47
PHP Code:
From ushop_admin.massupdate.php
foreach ($vbulletin->ushop_act as $actionid => $action)
Hey I have installed this and have a couple of questions.
- How can I add my own option, that allows users to purchase a custom signature? Need help quick please.
- When i click on the 'Points' or '(Donate)' on my profile bar when i post, it opens up a new window with a message saying "There are none of this item left!". Any Ideas? Also how can i get it to display in the profile bar thing, how many points they have?
Hey I have installed this and have a couple of questions.
- How can I add my own option, that allows users to purchase a custom signature? Need help quick please.
- When i click on the 'Points' or '(Donate)' on my profile bar when i post, it opens up a new window with a message saying "There are none of this item left!". Any Ideas? Also how can i get it to display in the profile bar thing, how many points they have?
If you can code the action for the points for custom sig then that would be an easy.
$post[points] (in threads) | $bbuserinfo[points] or userinfo[$points] <-- displays points on almost all shop and cash hacks. Now you can set the number of donations there is per a certain amount of time. So that's just some basic playing around. XD
If you can code the action for the points for custom sig then that would be an easy.
$post[points] (in threads) | $bbuserinfo[points] or userinfo[$points] <-- displays points on almost all shop and cash hacks. Now you can set the number of donations there is per a certain amount of time. So that's just some basic playing around. XD
??? Sorry, that meant nothing to me. Can you explain what you are talking about a bit better please.
$post[points] (shows points in threads)
$bbuserinfo[points] (shows your points outside of threads)
$userinfo[points] (shows others points outside of threads)
Now I am having problems with my admincp but in the previous version of uShop you had the ability to set the "quantity" of items. It's highly liable that alot of people are donating to eachother. So I would set donations to "-1" To put it in an infinite loop. Mainly because it's a negative interger and negative intergers are hard to actually get to because do to technicalities "They don't really exist".
Coding the action.customsig.php should be easy but would require you research useage of the database table usertextfield and the signature row.
How can I correct this? Nevermind on that I used the mysql_schema.php to add the tables that were skipped. But now I get this.
Code:
Warning: implode(): Bad arguments. in /includes/functions_ushop.php on line 70
Line 70:
$condition = "actionid IN ('".implode("','", $getactions)."')";
Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 86
Line 86:
foreach ($catsa as $actionid => $cats) {
Warning: Cannot modify header information - headers already sent by (output started at includes/class_core.php:2983) in /ushop.php on line 143
Line 143:
header("Location: $_SERVER[PHP_SELF]");
Help me please.
hi!
sry , i tried to read here everything , but everytime my problem apaers , there was no answer. please help :
in admincp -> when i try to edit the ushop"pruduct" i got : he requested URL /vbulletin/admincp/uttstoreadmin.php was not found on this server.
sry , i tried to read here everything , but everytime my problem apaers , there was no answer. please help :
in admincp -> when i try to edit the ushop"pruduct" i got : he requested URL /vbulletin/admincp/uttstoreadmin.php was not found on this server.
how can i fix it?
the url to the uShop admin is ushop_admin.php. I would download the new stuff as they normally are recommending. XD I am customer service on this and I am not even on their staff. But it's most likely a problem with the cpnav_ucs.xml in the includes directory. It's outdated. Download the new files and they. Don't worry about reinstalling if everything is working fine.
the url to the uShop admin is ushop_admin.php. I would download the new stuff as they normally are recommending. XD I am customer service on this and I am not even on their staff. But it's most likely a problem with the cpnav_ucs.xml in the includes directory. It's outdated. Download the new files and they. Don't worry about reinstalling if everything is working fine.
I am getting the feeling after looking around ushop and ucash, that it is not properly installed or something, because you cant donate, buy items or anything. Any thoughts? When i do click on donate it opens a window with this message "There are none of this item left!". I really need help.