Hi, I have currently running weblog and phpbb and would like to convert to drupal.
My question is if it is possible to assign different virtualhost for each type of content
while using single database.
Let's say my domain is foobar.com and I have blog.foobar.com, phpbb.foobar.com.
I want to migrate these data into drupal using single codebase, database with
using the same virtualhost name(blog.foobar.com, phpbb.foobar.com)
How can I change an existing forum topic to other type of content like blog node or story node... with all the comments as the same?
And how can I modify a whole forum category(for example, the 'suppport' category of this forum or the whole 'how to I...' subcategory) to other type of content like above?
I think if a user with proper permission can change it via 'edit' tab or category admin interface or outside module, it would be great.
OK so i went to add menu item, added a newlink1, now im not sure what to do at this point. my goal was to have it go to a page i created in php and uploaded.. is this how it works? if so where do i put that page? is it possible to do what i want so when i add menu item, newlink1, upload newpage1.php, the link will go to www.mysite.com/drupal/?q=newpage1.php ?