Quote:
Originally Posted by Wsh
thank you for the wonderful script.
is there an easy way to set up a credit system for other modifications without too much coding? or would it have to be implemented into the vbExperience script itself. i'd like to be able to credit users for posting links using Video Directory but i know vbexperience doesn't support it yet.
|
You can use the plugin system of vBExperience for this, it's called CDP Custom Data Provider
Quote:
Originally Posted by the.code
i am using vbexperience n its really a cool addition bcz of my forum nature i need something like this but its lacking in a only single thing which is making other users to use vbcredits or so on , as right now i really need a bank thing where users can add their points as Money/BuX and donate them to others users to buy diff things like custom title/etc
hope to see this update soon  n yea an addon as ability to grab points from existing vbcredits/or other hacks so users can adapt this as their main system  wud like to see ur reply phalynx
|
Something like a bank is on my todo list, but not for the next version.
Quote:
Originally Posted by cory_booth
I have seen many post about this issue... And while it indeed seems to be a SQL server issue, I ran this query by itself in phpAdmin and had a NULL return.
Code:
Invalid SQL:
SELECT text, languageid, special
FROM aquia_phrase AS phrase
LEFT JOIN aquia_phrasetype USING (fieldname)
WHERE phrase.fieldname = 'frontredirect'
AND varname = 'postthanks' AND languageid IN (-1, 0, 1);
MySQL Error : MySQL server has gone away
So I reran the query by doing this:
Code:
Invalid SQL:
SELECT text, languageid, special
FROM aquia_phrase AS phrase
LEFT JOIN aquia_phrasetype USING (fieldname)
WHERE phrase.fieldname = 'frontredirect'
AND varname = 'postthanks';
MySQL Error : MySQL server has gone away
So it was a languageID issue. I changed the query back to normal,
and I changed the languageid to 1 and I got a return.
I change the languageid to -1 and then I did get a return.
Not sure what the significance was....
|
I'm not really sure what you want to show me...