The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Displaying a thread on an external website.
Hi folks,
I don't think vBExternal can do this and the author has vanished anyway so I'll ask this here in the hope someone can help. And this has got to be a hack which lots of people could use. I want to display a specific thread from my forums on a different website on the same server. It's a DVD review page with a discussion thread 'included' below the review. The login prompt appears somewhere (maybe above, maybe below the posts). Non-members get the register option. Logged in members get the buttons to reply etc. Can this be done wth one of the existing hacks or is some hero going to step up and write this and get HOTM? Many thanks. |
#2
|
|||
|
|||
This is what I want too. I can do it by fudging with vBExternal, but I also want the image attached to the thread to come through too.
I still can't believe that this functionality is not provided as standard and in the documentation. |
#3
|
||||
|
||||
Quote:
I've resisted installing vBexternal because it's not supported and there are lots of reports of problems. But if this functionality is possible then it might be worth looking in to. Thanks |
#4
|
|||
|
|||
Unfortunately, it does have limited functionality.
I used the news function in it with: <?php output_News(1,20); //(amount to show, forum id to pull) ?> This just displays the latest x amount of the latest threads from the designated forum. Read the usability guide as there's a coupla paths you have to add at the top. vBExternal is fine, although when using it with the latest version you'll get a database error. To fix this just open up vBExternal.php and find the line: $config['MasterServer']['servername'], Now after this line, paste in the following line. $config['MasterServer']['port'], Everything should now work fine. You can edit the template news.html to display the posts as you want. I understand this probably isn't quite the functionality that you want as it doesn't allow you to target a specific thread. I certainly wanted more. After much searching round and zero help from the people on this forum (my post was ignored) I think you can do it by using external.php with rss feeds as an external data provider. This does allow you to target individual threads and display them however you want, just with no feed for attachments (the images!). I found some code to add into external.php that lets you pull the link for any attachments along with the thread, and once I've finished writing the xml parser for rss I'm hoping it'll work. If so I'll post my findings on here for other people left in the dark. |
#5
|
|||
|
|||
doesnt something like vb gallery, or photopost allow you to do that.
Show media and have open discussion? |
#6
|
|||
|
|||
I had a quick look over them before, but they are full gallery solutions. All we want is to target a specific post/thread and have it displayed in the way we want.
I still find it hard to believe you can't query external.php (or similar) with http://path/external.php?threadid=xxxx and get it to spit out the info from that thread for displaying. I could sort of understand if it couldn't show attachments, but this is as basic as functionality comes IMO. Any more ideas? |
#7
|
||||
|
||||
Bump
|
#8
|
|||
|
|||
and bump again, im am interested in getting any content from my vbulletin site dispalyed on another non vb site, hopefully through rss feeds or something, if anyone can put me in the right direction that would be great.
Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|