Log in

View Full Version : use VB as comment section


eBola75
10-14-2009, 11:04 AM
I want to use v-bulletin as a comment section on non vb pages.

Is there a way to do that?

Lynne
10-14-2009, 03:27 PM
I don't know what you mean. You can link to a thread on a non-vb page and have them make their comments as posts in a thread, if that is what you mean.

eBola75
10-14-2009, 04:09 PM
That can work. How do I link thread to non-vb page.

All my pages have id in URL. Like domain.com?id=23454

My idea is:

check if thread "23454" exist if yes so show it. If thread "23454" do not exist show "there is 0 comments" and link to create thread. (is possible to create thread with single click?)

Sorry for my English

I will pay for make this works

Lynne
10-14-2009, 08:40 PM
You would have to write some code to do that if statement. Do a query to get the required fields from the thread table (replies, title, whatever else) and if no results, then it doesn't exist.

eBola75
10-14-2009, 10:37 PM
Anybody here willing to help me to solve this?
I'm not good at PHP coding.