Thread: Add-On Releases - vBExperience
View Single Post
  #2362  
Old 03-27-2009, 07:28 AM
Phalynx Phalynx is offline
 
Join Date: Feb 2004
Location: Erlangen, Germany
Posts: 2,747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wsh View Post
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 View Post
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 View Post
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...
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01168 seconds
  • Memory Usage 1,779KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete