How To: Add A "Comment On This News (3 Comments)" to a webpage.
1 Attachment(s)
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 |
So, a fair number of people have checked this out--but no comments. Anyone find a use for this little thing?
It might be worth noting that this has helped get over 300 people registered in the first 9 days of the board. rob |
I would be *VERY* interested in using this hack, but it misses two vital parts imho .. it would be more clever to insert the blurb of the article (the intro section) as the first post of a new thread in a designated forum and then automatically return the threadid (and any other needed variables) in the commentline.php. This would make THE perfect addition for any news site, without the need for a portal.
|
Quote:
MGM out |
hey that look good .. i use something llike this:
http://spieleplanet.com/board/view.php?pg=gamenews but in this kind of cms attachments and images are not able to show up .. is yours dynamically? i just need something what would read out a specific forumid and show up the first posts with the first attachment within posted in the post .. in you example files i can only specify threadids .. |
Hey there,
It is dynamic in that the number of replies is updated on the fly. It is not set up to read the most recent reply's subject or attachement if it exists. I could write this though. Could you be a little more clear--you want the last few posts in a specific thread, and their attachements? rob |
Rob,
Great hack. Just a question though - what happens the first time when no one has created a comment. Is the thread already created? Or does the first person who comes to comment have to enter a title for the thread? Have to agree with 'DJR''s comments earlier as well. Good stuff! Later Shawno |
Hey Shawno,
You must create the thread first. On my site i have a special "news" forum where these are located. I disallow general users from creating new threads. If no one has replied to the thread I've created, it says "Comment on this news (0 comments)" What I've found is that if someone posts a thread in another forum that I end up developing into a news story, I can move the thread into the news forum, and merge it with the "official" news thread. I had to do this recently, it works like a charm. Again, check out my main page to see how i'm using it. r |
Hey Rob,
Thanks for that. I think this little hack could be rather useful. Nice work. Later Shawno |
You're more than welcome. Please post feel free to post a link if you get a chance to implement it.
r |
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.. |
Let me see if I can figure this out. I'll give it a shot.
rob |
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. |
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 |
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 |
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 |
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
|
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. |
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)" |
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. |
"then why don't you just make it like a vbulletin page"
because every single installation of a VBulletin CMS (VBadvanced, VBPortal) looks exactly the same. Those boxes are ugly. I'm looking for a way to port threads on to a non-VB page. |
Quote:
I stay away from vB CMS's because every site looks the damn same. I don't think that they catch the same kind of search engine attention as home brewed ++++e either--the URL's are all screwy. Don't worry, I'm going to figure this shizzle out and post it. PM me and maybe we can work together. r |
This sounds interesting
|
Quote:
http://www.cgtalk.ru/ |
That's a good looking site, (though i can't read it). If that is based on a Vb cms, I'd say it is an exception to the rule.
|
Its vBAdvanced CMPS (Look at the bottom of the Site). It shows how vBA can look if you have creativity.
|
<a href="http://www.vizdepot.com/" target="_blank">http://www.vizdepot.com/</a> is running vbportal 3.0.x
|
Quote:
Thanks |
Quote:
I'm over a year late, I thought I was subscribed to this thread but apparently not. I hope you got this working. rob |
Sweet! i had been looking for something like this! Hope it works on the latest build!!! Thanks for posting this!
|
Great little script! Getting the actual comments on the non-vB page will be easy.
|
Ever since vB was upgraded, this doesn't work.
Anyone else having a problem with it? |
wooouuuw thats it !!!
Thanks :) |
All times are GMT. The time now is 07:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|