This may be kindof a stupid question, but......I got the hack installed and all seems good so far however all the actions are "out of stock" and I have tested posting threds etc but receive no points for doing so. Any ideas??
**edit**
Well I figured out why it says out of stock now, I donated some points to myself and i am able to buy things now however users are not accumilating points for whatever they are doing. Any ideas guys??
BTW. Sory for not introducing myself.
Charlie Dinges
23 yr
MN.
JUst started getting into vbportal/vbulletin etc. Really like it alot. Might explain why its 3:41 am and im on her eposting!!! :cheeky:
Its not that dreamweaver in it self is bad, but most people do what dreamweaver tells them, so when they save files, it prefixes requires includes and some other php functions with a full path.
This may be kindof a stupid question, but......I got the hack installed and all seems good so far however all the actions are "out of stock" and I have tested posting threds etc but receive no points for doing so. Any ideas??
**edit**
Well I figured out why it says out of stock now, I donated some points to myself and i am able to buy things now however users are not accumilating points for whatever they are doing. Any ideas guys??
BTW. Sory for not introducing myself.
Charlie Dinges
23 yr
MN.
JUst started getting into vbportal/vbulletin etc. Really like it alot. Might explain why its 3:41 am and im on her eposting!!! :cheeky:
Does this have anything to do with
Points Table?
Set this to the name of the table the points field is in. This table must be in the $bbuserinfo/$post/$userinfo arrays to display properly! (i.e. user or userfield tables)
~Only modify this if you know what you are doing!~
I've run the install file 'ushop_install.php' and eveything installed ok. I then completed all the file edits as instructed. However when I came to do the template updates, as soon as I went into AdminCP (or anywhere else on the site), I now get an error:
Code:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in C:\Apache2\htdocs\forum\includes\init.php on line 508
Here is the PHP code (I've highlighted line 508 in the code *** below ***)
PHP Code:
// add default special templates $specialtemplates = array_merge(array( 'options', 'cron', 'forumcache', 'usergroupcache', 'stylecache', 'arcadesettings' ), $specialtemplates); *** THIS IS LINE 508 *** $datastoretemp = $DB_site->query(" SELECT title, data FROM " . TABLE_PREFIX . "datastore WHERE title IN ('" . implode("', '", $specialtemplates) . "') "); unset($specials, $specialtemplates);
I've only got a few hacks installed (vbadvanced, v3 arcade and htl (which I didn't use to install this hack btw).