PDA

View Full Version : how to separate each blog for each member?


hanviet
03-14-2006, 03:38 AM
I've just installed vbdrupal. But I want to separate each blog for each member.

For example:

My root blogs: http://www.mydomain.com/blogs/

And I want my member will be:
- http://www.mydomain.com/blogs/admin/
- http://www.mydomain.com/blogs/dakao/
...

Thank you very much!

sifuhall
03-14-2006, 07:52 AM
That is how it works, but that may be dependent on clean URLs (not sure)

hanviet
03-14-2006, 08:48 AM
I don't think so, or my English is very bad.

Every blogs of my members are show on http://www.mydomain.com/blogs/, and read each post on there. I don't find any way to config for each member will have their own space. I mean if I go to http://www.mydomain.com/blogs/admin will read all post of admin, and so on...

Could you please to help me?

sifuhall
03-14-2006, 07:58 PM
I'm not sure I understand you exactly.

Let me use a real world example and see if this is what you are refering to.

My blogs are here:
http://www.dragonslist.com/blog

Each of my users blogs are at:
http://www.dragonslist.com/blog/[user name]

For example all blogs by user hazmat are at:
http://www.dragonslist.com/blog/hazmat

hanviet
03-15-2006, 12:25 AM
Exactly.

But could you show me your settings? I don't know why when I tried http://www.mydomain.com/blogs/[username], it show "Page not found".

I had enabled "clean url".

I don't know how to setting?

pyxlb0mb
03-17-2006, 09:47 PM
I have also tried this but no go for me either ??? For all usernames ... the same blog page comes up ???

sifuhall
03-21-2006, 09:04 PM
Add the pathauto module and in the settings for pathauto set your blog page paths to:

blog/[user]

hanviet
04-02-2006, 06:38 AM
Hi sifuhall,

I'm not friendly with vbdrupal, but I love its features. But it is too hard to use!

I found all module on vbdrupal, and it has only module named: "path: path Allows users to rename URLs. " I don't know if this is the pathauto you said above.

I tried to login drupal website, and hope that I can download this module, but I don't know why some module there are active link, but some are not.

So could you give me more detail and exactly information?

Thank you very much!

hanviet
04-02-2006, 07:13 AM
Add the pathauto module and in the settings for pathauto set your blog page paths to:

blog/[user]


blog page paths are every where, where is exactly place to config?

I tried somewhere, but alway get this error:

Access denied
You are not authorized to access this page.

sifuhall
04-02-2006, 08:53 PM
You can find pathauto here:

http://drupal.org/project/pathauto

michael_s
04-30-2006, 12:51 PM
When I try to use the pathauto module with vbdrupal, I get vbulletin database errors when it is enabled and I try to create content, or when setting up pathauto, I try to batch update existing urls.

I installed pathauto per the instructions, enabled it, added admin permissions for it, but no luck. Any ideas?

Here is the DB error:
Unknown column 'uid' in 'field list'
query: SELECT uid,name,src,dst FROM user LEFT JOIN drupal_url_alias ON CONCAT('user/', uid) = src WHERE uid > 0

and when adding blog content:
Unknown column 'name' in 'field list'
query: SELECT name FROM user WHERE uid='1'

UPDATE:
Of course right after I posted, I found the thread discussing this issue:
http://vbdrupal.org/forum/showthread.php?t=170&highlight=pathauto

sifuhall
05-01-2006, 08:41 AM
Pathauto is a rally great module, but it does take a bit to get it working.