Closed (won't fix)
Project:
Drupal vB
Version:
6.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2009 at 23:12 UTC
Updated:
5 Jan 2010 at 16:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
silurius commentedShould have clarified that I am familiar with vBulletin's External Data Provider.
Just wondering if this module might offer me a means of managing the displays via Drupal forms rather than via raw code in blocks. (And without adding other unneeded features such as user bridging).
Thanks in advance!
Comment #2
bpirkle commentedThere may be a better way, but we wrote custom SQL for this. See attached, hope it helps. We used it from a module, but I suppose you could drop the PHP into a block if you like. You'd just want to iterate the array of posts and print whatever HTML is appropriate for your site.
Comment #3
silurius commentedBpirkle, your timing is fantastic. Just as you were posting the above, I was rolling up my sleeves and getting ready to begin work on something very similar to what you propose. Many thanks for the sample code! I am very grateful for the head start.
Comment #4
sunIf you don't want to integrate both systems, then you can go with a custom query, just like you can query anything with a custom query. Not sure how this issue is related to this module.
Comment #5
silurius commentedYour question was probably meant to be rhetorical, but I think this issue "relates" in the same way that any general inquiry about any kind of product tends to relate to the product itself. Anyway, thanks to sun & bpirkle for the query suggestions.