Home | Products | Consulting | Forums | Support | Order | 1-800-752-0455
  Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued Products: Article Manager 1 Add-ons:
Vbulletin 2.3.0 Support

 

 


cellophane
User

Aug 24, 2003, 11:35 PM

Post #1 of 16 (8313 views)
Shortcut
Vbulletin 2.3.0 Support Can't Post

Hi,

Does goforum1.09 support Vbulletin version 2.3.0 ?


Donna
Staff / Moderator


Aug 25, 2003, 9:34 AM

Post #2 of 16 (8308 views)
Shortcut
Re: [cellophane] Vbulletin 2.3.0 Support [In reply to] Can't Post

Hi cellophane!

Thanks for your post. :)

Yes, goForum supports vBulletin. In fact, vBulletin was the very first forum that goForum was designed for. :)

Let me know if you have any other questions or concerns.

Donna


Hire me!
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.


cellophane
User

Aug 25, 2003, 11:28 AM

Post #3 of 16 (8306 views)
Shortcut
Re: [Donna] Vbulletin 2.3.0 Support [In reply to] Can't Post


In Reply To

Yes, goForum supports vBulletin.



Does it supports vB 2.3.0 ?

What about the support vB ? Features ?

thx


cellophane
User

Aug 26, 2003, 11:14 AM

Post #4 of 16 (8295 views)
Shortcut
Re: [cellophane] Vbulletin 2.3.0 Support [In reply to] Can't Post

Please,

Up.


Benjamin
Staff


Aug 26, 2003, 1:30 PM

Post #5 of 16 (8291 views)
Shortcut
Re: [cellophane] Vbulletin 2.3.0 Support [In reply to] Can't Post

Hi Cellophane,

I don't believe it has been tested with version 2.3.0. As Donna mentioned, vBulletin was the first forum which goforum supported, but there have been numerous upgrades to vBulletin since then. Although I haven't heard of it being incompatible with any of the new versions, I really can't say for sure unless you try it yourself.

> What about the support vB ? Features ?

I'm not quite sure what you mean... Take a look at the readme.txt file for a discussion of the scripts features.
Ben
interactivetools.com


Kik
New User

Sep 2, 2003, 5:24 AM

Post #6 of 16 (8276 views)
Shortcut
Re: [Benjamin] Vbulletin 2.3.0 Support [In reply to] Can't Post

I know that it's giving me a few problems with version 2.3.2, which is the latest version.

Here's what I've found it's doing:

Returned thread links in goforum.dat are coming back with the right thread ID's, just it's adding amp; as you can see below:


Code
27¡49¡http://server.counter-strike.net/forums/showthread.php?s=&threadid=27142¡



Benjamin
Staff


Sep 2, 2003, 9:28 AM

Post #7 of 16 (8272 views)
Shortcut
Re: [Kik] Vbulletin 2.3.0 Support [In reply to] Can't Post

Hey Kik,

I took a look at the code, and this seems a little odd. All our script does in this case is extract the location of the forum post from the header information produced by the forum, so it should just return the full URL.

Would it be possible to fill in a support request, so I could take a look at this? Thanks, Kik.
Ben
interactivetools.com


cellophane
User

Sep 12, 2003, 8:48 PM

Post #8 of 16 (8238 views)
Shortcut
Re: [Benjamin] Vbulletin 2.3.0 Support [In reply to] Can't Post

It's not working for me (Vbulletin 2.3.0). I re-published all my articles and click on the "discuss this article" link but I got a HTTP 404 error.


Here is my configuration settings:


Code
   

goforum.config.cgi:

# Instructions: set forum_type to the name of the forum you are using, then scroll down the page
# and set that forum's values.
forum_type = 'vbulletin' # options: dcforum, discus, gforum, ikonboard, invision, phpbb, ubbclassic5, ubbthreads, vbulletin, yabbse
configured = 1 # set this to 1 to make the program work
artman_128up = 1 # Article Manager version. 0 = 1.27 or earlier, 1 = 1.28 or later

[vbulletin]
forum_url = 'http://www.mysite.com/forum/' # forum script directory
forum_login = 0 # login required? 1 = yes, 0 = no
forum_user = '' # forum user with post access
forum_pass = '' # password for user
forum_num = 1 # post to this forum number by default



Uploaded the following files to /articles/exec/
artman-db-def.cgi - set permissions to executable (755 on unix)
artman-db.cgi - set permissions to executable (755 on unix)
goforum.cgi - set permissions to executable (755 on unix)
goforum.config.cgi - set permissions to readable (644 on unix)

with this path in default.html (index template): - [ <a href="articles/exec/goforum.cgi?id=$art_num$&cat=$cat_num$">Discuss this story</a> ]
I run http://www.mysite.com/publish/articles/exec/goforum.cgi?id=34&cat but I got an 404 error.

I have translated my forum. I looked through the script member.php for Thank you for loggin or Error logging in to forum but I don't find it.


(This post was edited by cellophane on Sep 12, 2003, 8:53 PM)


Benjamin
Staff


Sep 13, 2003, 11:57 AM

Post #9 of 16 (8220 views)
Shortcut
Re: [cellophane] Vbulletin 2.3.0 Support [In reply to] Can't Post

Hi Cellophane,

The problem may well be that you're not specifying a forum username. Try this:

- Create a new forum user, and jot down the username and password.
- Enter them into your goforum.config.dat file as the forum_user and forum_pass values, and set forum_login to 1.

I've personally never encountered a situation when you can just log in without specifying the forum login info.

If that works, do get back to me and I'll make a note of it in the next release of goforum. (Hmmm... perhaps deprecating forum_login might be in order).
Ben
interactivetools.com

(This post was edited by Benjamin on Sep 13, 2003, 11:57 AM)


cellophane
User

Sep 13, 2003, 12:32 PM

Post #10 of 16 (8216 views)
Shortcut
Re: [Benjamin] Vbulletin 2.3.0 Support [In reply to] Can't Post


In Reply To
Try this:

- Create a new forum user, and jot down the username and password.
- Enter them into your goforum.config.dat file as the forum_user and forum_pass values, and set forum_login to 1.



Why a new forum user ?

You mean goforum.config.cgi ?

I try it.


Benjamin
Staff


Sep 13, 2003, 12:37 PM

Post #11 of 16 (8214 views)
Shortcut
Re: [cellophane] Vbulletin 2.3.0 Support [In reply to] Can't Post

Goforum needs (in most cases, at least) a forum account to be able to create posts in a forum. So, what you have to do is type in the forum account information (username & password) into the goforum.config.cgi file to allow the script to work properly.
Ben
interactivetools.com


cellophane
User

Sep 13, 2003, 12:44 PM

Post #12 of 16 (8212 views)
Shortcut
Re: [Benjamin] Vbulletin 2.3.0 Support [In reply to] Can't Post


In Reply To
- Create a new forum user, and jot down the username and password.
- Enter them into your goforum.config.dat file as the forum_user and forum_pass values, and set forum_login to 1.



I tested it with my own username and password and set forum_login to 1. It's not working.

Can you check my path (exec...) ? May be that's the problem ?


(This post was edited by cellophane on Sep 13, 2003, 12:45 PM)


Benjamin
Staff


Sep 13, 2003, 12:48 PM

Post #13 of 16 (8209 views)
Shortcut
Re: [cellophane] Vbulletin 2.3.0 Support [In reply to] Can't Post

No problem. Just fill in a support request, and I'll take a look at the way you have it set up. Smile
Ben
interactivetools.com


cellophane
User

Oct 13, 2003, 10:53 AM

Post #14 of 16 (8057 views)
Shortcut
Re: [Benjamin] Vbulletin 2.3.0 Support [In reply to] Can't Post

Hi Ben,

I bougth AM three week ago. You have fixed my goforum two weeks ago but it's not working anymore. I don't know why. I didn't change nothing. I am using the same version 1.31. The templates are the same. It worked fine a week ago.

Can you check my setup ? I email you my FTP setup.

Cellophane


(This post was edited by cellophane on Oct 13, 2003, 11:13 AM)


Donna
Staff / Moderator


Oct 13, 2003, 2:49 PM

Post #15 of 16 (8046 views)
Shortcut
Re: [cellophane] Vbulletin 2.3.0 Support [In reply to] Can't Post

Hi cellophane!

Just to verify what you said in email -- everything is fixed up now? :)

Let me know if you're still having trouble!

Donna


Hire me!
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.


cellophane
User

Oct 13, 2003, 7:51 PM

Post #16 of 16 (8044 views)
Shortcut
Re: [Donna] Vbulletin 2.3.0 Support [In reply to] Can't Post

Yes. Everything is fixed. Goforum + Vbulletin 2.3.0 are working.

Cellophane

 
 
 


Search for (options)
Products
CMS Builder
Article Manager
Realty Manager
Listings Manager
Order Now
Services
Priority Consulting
Support
Online Documentation
Support Forums
Support Homepage
Company Info
12 reasons to choose us!
Meet the team
Monthly newsletter
Contact Us
Toll Free: 1-800-752-0455
Phone: (604) 689-3347
Sales | Support
Conditions of Use | Privacy Policy | Copyright © interactivetools.com 2008
#201 - 2730 Commercial Drive, Vancouver BC Canada V5N 5P4