SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
Posted:  25 Sep 2006 18:15
What is the main script file as I am trying to install the forum and it keeps coming up with Database error thanks!
Posted:  25 Sep 2006 22:24
You don't need the main script file to install the forum. In fact, you don't need to edit it at all unless your code your own features. It is the index.php. Read the manual.
__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
Posted:  26 Sep 2006 07:29   Last Edited By: lourix
I am sure I have done everything but it still won't work. Also I have downloaded the older version.
Posted:  26 Sep 2006 08:41
Quote:
I am sure I have done everything but it still won't work.
I am sure you haven't done everything. What's the error message?
__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
Posted:  26 Sep 2006 19:32
Look, as the manual says, it's a simple matter of creating a SQL db (AND a user acct associated with that db) and putting that information (as well as the path info) into the seo-board_options.php file.

I've installed it a few times now, and this is easily the simplest-to-install, lightweight forum I've played with. Also quite easy to skin and I imagine it'll be a breeze to customize once I find time. Hristo, I'm thinking of coding up a (secure) means of modifying the
Code:

$moderatsors = array()
line via a web interface, (probably editing a txt file full of the associative arrays and require_once()ing the txt into the PHP inline at that point). It'd be accessible only to the core admin. Let me know what you think, as this would simplify mod-creation while still separating it from the db as you currently do.

-tank.