
cellophane
User
Sep 12, 2003, 8:48 PM
Post #8 of 16
(12669 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: 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)
|