By the way, a really, really nice additional module for this mod would plop a POLL on any external page (similar to the vBAdvanced poll module). Doable?
Hey guys, I have a bit of a request here... I'm looking to add a pseudo blog style comments system using vBExternal.
I have certain pages on my web site, reviews and articles and such which have a link at the bottom saying "You can post your comments about this review here." This leads people to a thread set up to let people make comments about that review or article or whatever.
What I'd like to do is to be able to show how many comments have been been made in a selected thread on the review page using vBExternal as "Comments (#)
Hey guys, I have a bit of a request here... I'm looking to add a pseudo blog style comments system using vBExternal.
I have certain pages on my web site, reviews and articles and such which have a link at the bottom saying "You can post your comments about this review here." This leads people to a thread set up to let people make comments about that review or article or whatever.
What I'd like to do is to be able to show how many comments have been been made in a selected thread on the review page using vBExternal as "Comments (#)
You can do a blog-like comment system with a modified style. Check out the posts on this page (created with vbExternal). You'll see a comment count. Click on the headline or the comment links and you'll go to the "article" with comments, just like you'd see in a blog. It's actually just a customized style applied to those "forums" that I want to appear that way. In my case, I use it for news.
I was pointed to this hack after my longtime use of the PluhNews mod seemed to break down after the 3.5 upgrade. Attempting to get this to work now on my blog-like site, but having some problems. I have read all posts in this and related threads. I have a couple questions if anyone is willing to chime in to help a long-time vB user, but programming clueless-guy...
Since 2002, I've run a blog using content pulled from a forum on my vB. That content was pulled by PluhNews onto this subdomain page on the same server: http://steveandamysly.tannerworld.com/index.php
Unable to get any additional support for PluhNews with the 3.5 upgrade, I thought I might give vBExternal a try. Unfortunately, I've been unsuccessful at this time. I've been testing the new page at http://steveandamysly.tannerworld.com/index3.php
Per the instructions, I've added the PHP call to the top of my page. The format for that has been:
Unfortunately, this does not seem to do anything. I get the following error message:
Quote:
Warning: chdir(): No such file or directory (errno 2) in /home/tannerwo/public_html/steveandamysly/index3.php on line 2
Warning: main(./home/tannerwo/public_html/forums/vBExternal.php): failed to open stream: No such file or directory in /home/tannerwo/public_html/steveandamysly/index3.php on line 3
Fatal error: main(): Failed opening required './home/tannerwo/public_html/forums/vBExternal.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tannerwo/public_html/steveandamysly/index3.php on line 3
Even when using the more basic call (removing the full directory path, I still get problems). For example, this does not work:
As has been noted, I've modified the vBExternal.php file as noted here, adding the $config['MasterServer']['servername'], element. Still no dice. My end result goal is to once again get my blog up and running again, very similar in format to what GetGamer.com did as noted in his post (with post title, date, full post content, "Posted by" and "Comments" link). This is what I had going when using the PluhNews mod (which, for reference, sits broken here with a handy "Could not select database" error since the 3.5 upgrade).
The fact that I can't even get the initial call to vBExternal working correctly, even though I've tried a bunch of combinations, makes me think that I'm missing something rather simple -- perhaps tied to my use of subdomains for content.
Can anyone take a look at what I've got and provide a possible course of action? I'd sure appreciate the direction.
You can do a blog-like comment system with a modified style. Check out the posts on this page (created with vbExternal). You'll see a comment count. Click on the headline or the comment links and you'll go to the "article" with comments, just like you'd see in a blog. It's actually just a customized style applied to those "forums" that I want to appear that way. In my case, I use it for news.
That's awesome work could you possibly show me how you got that to work like that? I've been looking for a way to ditch the traiditional 'news scripts' for the front page of my site and looking to integrating vbulletin with a news script but this would work just great. I'd be very interested in knowing how you accomplish.
I was pointed to this hack after my longtime use of the PluhNews mod seemed to break down after the 3.5 upgrade. Attempting to get this to work now on my blog-like site, but having some problems. I have read all posts in this and related threads. I have a couple questions if anyone is willing to chime in to help a long-time vB user, but programming clueless-guy...
Since 2002, I've run a blog using content pulled from a forum on my vB. That content was pulled by PluhNews onto this subdomain page on the same server: http://steveandamysly.tannerworld.com/index.php
Unable to get any additional support for PluhNews with the 3.5 upgrade, I thought I might give vBExternal a try. Unfortunately, I've been unsuccessful at this time. I've been testing the new page at http://steveandamysly.tannerworld.com/index3.php
Per the instructions, I've added the PHP call to the top of my page. The format for that has been:
Unfortunately, this does not seem to do anything. I get the following error message:
Even when using the more basic call (removing the full directory path, I still get problems). For example, this does not work:
As has been noted, I've modified the vBExternal.php file as noted here, adding the $config['MasterServer']['servername'], element. Still no dice. My end result goal is to once again get my blog up and running again, very similar in format to what GetGamer.com did as noted in his post (with post title, date, full post content, "Posted by" and "Comments" link). This is what I had going when using the PluhNews mod (which, for reference, sits broken here with a handy "Could not select database" error since the 3.5 upgrade).
The fact that I can't even get the initial call to vBExternal working correctly, even though I've tried a bunch of combinations, makes me think that I'm missing something rather simple -- perhaps tied to my use of subdomains for content.
Can anyone take a look at what I've got and provide a possible course of action? I'd sure appreciate the direction.
In the Who's Online output, can line can I add (and where) so that when no users are browsing the forums, I can add a message saying so. Currently nothing is displayed and the output is just blank.