vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Anyone know how they do this? (https://vborg.vbsupport.ru/showthread.php?t=63372)

cquarello 04-03-2004 12:11 AM

Anyone know how they do this?
 
Does anyone know how CamcorderInfo does their user reviews?

http://www.camcorderinfo.com/content...der-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

Quote:

Originally Posted by cquarello
Does anyone know how CamcorderInfo does their user reviews?

http://www.camcorderinfo.com/content...der-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 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

Quote:

Originally Posted by cquarello
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/get...ed-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


All times are GMT. The time now is 05:41 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01225 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete