The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
You can get to the threads by nodeid using the www.example.com/forum/node/1234 where 1234 is the nodeid. Is that what you are looking for or are you looking for API?
from the command line ---- curl http://www.vbulletin.com/forum/ajax/...l?nodeid=54756 or javascript --- Code:
$.ajax({ url: 'http://www.vbulletin.com/forum/ajax/api/route/getAbsoluteNodeUrl', type: "POST", dataType: 'json', data: { nodeid:'547' }, success: function(response) { if (response){ alert(response); } } }); You can also call the API in the templates using {vb:data} |
Благодарность от: | ||
Lynne |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|