The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
After a quick look yesterday, I found the vbulletin_reputation.js file probably the simplest one to understand. You may be better off investigating that.
I doesn't look like an easy task though! ![]() |
#12
|
||||
|
||||
![]()
The only thing you (really) need to know for AJAX apart from coding the PHP response and basic Javascript is this little piece of code:
Code:
YAHOO.util.Connect.asyncRequest('POST', scriptpath + '?do=ajax', { success: this.handle_ajax_response, failure: this.handle_ajax_error, timeout: vB_Default_Timeout, scope: this }, SESSIONURL + 'securitytoken=' + SECURITYTOKEN + '&foo=' + foo); |
#13
|
||||
|
||||
![]()
Its too difficult for me now
![]() Can you Ops or Dis make a demo for me? I know that it takes too much time ![]() Thank you so much ![]() |
#14
|
||||
|
||||
![]()
My suggestion is to look at someone else's code - but you don't really need to as I've given you the Javascript for AJAX calls already.
|
#15
|
||||
|
||||
![]()
Hi, I have looked at some codes but I dont know how to
![]() I saw someone else's code that they use onLoad on body tag. Can I use that tag? Or please Dismounted could you write a code for me? Thank you so much |
#16
|
||||
|
||||
![]()
I have written the code for you...
|
#17
|
||||
|
||||
![]()
Thanks, but I cant use the code
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|