Blogs

Soldato
Joined
11 Jul 2004
Posts
16,147
Location
Neptune
Are there any blogs out there that you can set up to be edited/viewed by named people only?

I'd like to set one up that three people can log in to, post their blog and comment on each others entries.

Edit: this is for Mac users.
 
Last edited:
Right. I've paid for a MySQL database, named it, passworded it etc.

Edited the wp-config.php to match the above. Now get the error 'Error establishing a database connection' when navigating to mydomain.com/blog

Is there a physical database that can be seen via FTP or is it something stored by the hosting company?

Thanks. Help would be appreciated!

EDIT: from the config file:
/** MySQL hostname */
define('DB_HOST', 'localhost')
Should that be localhost? I presume it should be but just checking.

EDIT AGAIN: just noticed fasthosts have given me a server name of mysql-xxx-xx (x = numerical value). Should that be used somewhere?
 
Last edited:
The hostname is usually localhost but might depend on your hosting.

When I set up wp I had to create a database and a user/password with the hosting companys control panel then edit the wp-config.php file and put in the details.
 
Got it working now. I had to use the IP address fasthosts supplied.

Any idea how to show the user who made the post to the blog? I want their name underneath it. Doesn't show it currently. Just testing etc before going live.
 
Can that be done in admin so it's across the board rather than hoping the users will do it themselves? ie default to 'private' for each post.

There's only three people accessing it.
 
Back
Top Bottom