Log in

View Full Version : Anyone know how they do this?


cquarello
04-03-2004, 12:11 AM
Does anyone know how CamcorderInfo does their user reviews?

http://www.camcorderinfo.com/content/canon-zr80-camcorder-review.htm

They seem to be using vB for the login info, yet none of the posts in the reviews section are shown inside the actual forums.

Please help! :nervous:

Zachery
04-03-2004, 12:44 AM
Does anyone know how CamcorderInfo does their user reviews?

http://www.camcorderinfo.com/content/canon-zr80-camcorder-review.htm

They seem to be using vB for the login info, yet none of the posts in the reviews section are shown inside the actual forums.

Please help! :nervous:
My guess would be hidden forums and custom hacks :)

SVTBlackLight01
04-03-2004, 01:48 AM
There a little hard to find, but the forums that they are getting the posts from are there.

https://vborg.vbsupport.ru/showthread.php?t=62730

cquarello
04-03-2004, 12:23 PM
So what's the HTML that displays the hidden forums on the page? Is it javascript, etc?

And how do they dynamically generate a new thread for a new article?

cquarello
04-04-2004, 07:34 PM
bumo

Velocd
04-04-2004, 08:32 PM
It's not a new thread, it's simply a query being called to grab the contents of the post and display it in another location.

Have a look at the many vBulletin portal systems (https://vborg.vbsupport.ru/search.php?searchid=292611) out there, they all have an announcement setup that looks like this.

cquarello
04-04-2004, 10:30 PM
I think they do generate a new thread, because how else would it only display topics relevent to the article?

Velocd
04-05-2004, 12:40 AM
I think they do generate a new thread, because how else would it only display topics relevent to the article?
Ah, I didn't notice the comments below.

It's not a new thread in the sense it has its own table reserved for articles in the MySQL db.

Like "thread" is for threads, more than likely there isn't a "article" table for articles.

Like Zachery suggested, they probably created a hidden forum (or many) where the reviews are stored.

Then they do a regular query to grab the thread, like I suggested in my above post, and that many portal systems do to grab announcements.

But then it continues with another query to grab all the posts from that thread--which would be all those posts shown at the bottom of the thread.

Sitepoint.com also does this for its articles, although it has an ArticleBot post a non-hidden thread in a forum relative to the topic, and then members can respond to it.

e.g. http://www.sitepoint.com/article/getting-started-with-pear/3

Jolten
04-05-2004, 12:58 AM
it could be ReviewPost. ReviewPost.com

cquarello
04-06-2004, 12:04 AM
Thanks Velocd for your detailed explination...

I see what you mean, but is there any simple way I could just have a reply box on my static pages that would create a new thread or reply to one if a topic is already started.

I would use the application titles, in my case, to help name each thread.

So basically I need a way to see if 'WinZip' has a thread already started. If vB finds 'WinZip' it will append the comment, if not, it will create a new thread called 'WinZip'.

cquarello
04-09-2004, 02:00 PM
bump