The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
How To: Add A "Comment On This News (3 Comments)" to a webpage.
Hello, If you have a website that you would like to connect your content directly to discussions on your bulletin board, you might enjoy this little hack. Basically it lets your users get directly into commenting on your content, and see immediatly how many people have commented so far. It doesn't require any editing of vBulletin, to see it in action, check out my main page. --------------------------------------------------------------- First you need to create a forum thread about the web page you have created. It helps to have a short blurb from the article or news item and a link back to the page in the first post. See here for an example. You can also see how I?ve organized a Forum Section for News, Articles and Davespeak to reflect different content areas on my site. I?ve attached two files: commentLine.php goes in some directory on your server. I put mine in a /SharedCode/php/ dir, but anywhere is fine. The only modification needed in this file is the chdir($_SERVER["DOCUMENT_ROOT"]."/forums/"); to whatever your forums directory is. i.e. /boards/ or /forum/. example_content.php file is an example of how to use the commentLine.php script on one of your html pages. Here are the changes that need to be made each time you want to place a Comment On This line: 1. Change the /PATH_TO_COMMENTLINE.PHP/ enter the path from the root of your public_html dir to the commentLine.php directory.To see how I use this script, check out one of my pages I don't know if this requires a database query, which might be important if your webpages are getting tons of page views. It is only calling one function from vB. Rob |
#12
|
|||
|
|||
This sounds great, but how do I get it to display the post on the main page?
I'd like to display the 3 newest topics.. |
#13
|
|||
|
|||
Let me see if I can figure this out. I'll give it a shot.
rob |
#14
|
|||
|
|||
Okay, I thought YEAH! But I visited you website, and I noticed the following thing;
The 'news' is still posted in a PHP file, included into the main webpage. Isn't there a way, that you can 'insert' the first post of your forum to the news. So you don't ran into problems with no comments, and creating comment page. |
#15
|
|||
|
|||
I see, so the first comment in the thread would be the content that's inserted into the webpage?
I think this would not be difficult to do, the concern would be making sure that the first post had the proper html/css tags so that when it is inserted into your main page it displays properly. You can see I am including a php file that contains tables, external style sheet markup and an image. I'm not sure how well this would display in a vB thread. Maybe I'll try it this afternoon. Would you want the entire contents of the article to be at the head of the thread, or just a summary? In order to refer to a single include from the main page it either has to be complete in the head of the thread. r |
#16
|
|||
|
|||
Sorry to jump in the middle of this discussion but Imay be able to clarify. I believe people are looking for the comments to come ON the page of the article. This hack can be done - because I already have about 5 requests for it out (including a $100 reward), here https://vborg.vbsupport.ru/showthread.php?t=72007.
An example of what I am lookign for is here http://www.camcorderinfo.com/content...der-review.htm SCROLL TO THE BOTTOM OF THE PAGE |
#17
|
|||
|
|||
You want it to display the past five newest replies to a given thread? Like the past 5 comments?
Kind of like what IMDB does? (scroll to bottom) I can do this. Let me work on it. Rob |
#18
|
||||
|
||||
are there any more options for this type of system to add comments to existing article/news/story pages? I have lots of articles that exist on their own in separate sections of my site. I'd just like to add the ability to comment on them but this hack seems overly simple. TIA
|
#19
|
|||
|
|||
Heh, easy on the "overly simple" stuff.
You can use this code to add to existing pages. You simply need to create the corresponding threads, or use the threadID from an old discussion on the particular aritcle / news item. See it in action: www.weeklydavespeak.com. r ps. as a brief aside, I haven't done the last 5 replies hack yet--but I still intend to. |
#20
|
|||
|
|||
what I am looking for is where the comment are shown under the actual story - not the way IMDB does it but the way TechIMO does it. They actually use a commercial program called ReviewPost which is only $100. Considering I have posted a paid request for a hack here and on rent-a-coder for $100 and got no interest I think I will buy reviewpost until a VB hack comes out.
http://www.techimo.com/newsapp/index.pl?photo=13877 Their front page still has the format of "ARTICLE TITLE (3 comments)" |
#21
|
||||
|
||||
if a page is included the global.php it will basicly add 5 queries if I am right.
then why don't you just make it like a vbulletin page, that way it's easier to change the look (by editing the template). also easier to make the page become more complex. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|