| | |
Using an Online Forum as a BLOG?
Please support our Growing an Online Community advertiser: Get a Free Web Site Analysis!
![]() |
possible?
I am starting up a wedding forum. I want to have a place where brides can log in and basically talk about their wedding day prep and planning. Kinda like a blog but a little different I guess.
Basically I want a forum area to be like a blog. Seperating the years (maybe months) for peoples wedding....they can start a thread to "call their own" and it can be their blog per say...
Is it possible? Would it work? Am I crazy? Will the Vikings ever make it to another Superbowl?
So many questions....thanks in advance for any feedback.
Peace,
DJ Bill
I am starting up a wedding forum. I want to have a place where brides can log in and basically talk about their wedding day prep and planning. Kinda like a blog but a little different I guess.
Basically I want a forum area to be like a blog. Seperating the years (maybe months) for peoples wedding....they can start a thread to "call their own" and it can be their blog per say...
Is it possible? Would it work? Am I crazy? Will the Vikings ever make it to another Superbowl?
So many questions....thanks in advance for any feedback.
Peace,
DJ Bill
Silly huh? I guess I was hoping for a little better feedback then someone just calling it silly. It may not be possible in a forum setting...but that is why I am asking.
My goal may not be a standard BLOG setup but the concept has some merit. I agree that in a forum setting it may not be possible or the best implementation of such an idea but I felt maybe someone else would have integrated such a thing into a forum.
Example would be this site...from the looks of the way the BLOG section is setup it is using the forum engine to run it. Again, I ask because I do not know and am very interested in learning more.
Especially for the site I am developing...people love to talk about their life...that is why Blogs are so popular and what better life event then your wedding to chat about.
Peace,
DJ Bill
My goal may not be a standard BLOG setup but the concept has some merit. I agree that in a forum setting it may not be possible or the best implementation of such an idea but I felt maybe someone else would have integrated such a thing into a forum.
Example would be this site...from the looks of the way the BLOG section is setup it is using the forum engine to run it. Again, I ask because I do not know and am very interested in learning more.
Especially for the site I am developing...people love to talk about their life...that is why Blogs are so popular and what better life event then your wedding to chat about.
Peace,
DJ Bill
DJ Bill Lage - http://www.djbilllage.com
http://www.Must-See-TV.com - Reality TV is Must See TV
http://www.MNFans.com
http://www.NFL-Chat.com
http://www.Must-See-TV.com - Reality TV is Must See TV
http://www.MNFans.com
http://www.NFL-Chat.com
What a stupid idea, dj bill! JUST KIDDING
I think Stewart's point was, if you want something that works like a blog, why not just use a blog system? The open-source Wordpress is free, very easy to use, and supports multiple users.
Now, I too have considered creating a blog-like system from phpBB. There are reasons you may want to do something like this. For example, if you have a community site that has a forum, and you also want to give people blogs, you don't want two seperate systems or two seperate authentication databases. No, you want a single login for your whole system. Of course, there are ways to integrate logins between different systems, but it's always a messy hack.
I think you are correct--I think dani has heavily modified vBulletin to do some really cool stuff. For example, the daniweb blogs.
I haven't thought the whole process through yet, but at least with phpBB, I don't think it would really be that big a deal. You can already create threads that are locked to posts except from the moderator. That "moderator" could be the blog author. You'd probably want to modify the page that spits out a thread to remove the author's name from being displayed for every post since you know the entire blog is one person. I think you'd hack a system where you'd create a thread, assign a moderator account to it, and lock the thread so only the moderator can post. Then you assign a single thread as the "comment thread" to the blog thread. Definitely would take some hacking, but not rocket science for sure.
Maybe csgal will respond. She definitely has experience with this subject.
I think Stewart's point was, if you want something that works like a blog, why not just use a blog system? The open-source Wordpress is free, very easy to use, and supports multiple users.Now, I too have considered creating a blog-like system from phpBB. There are reasons you may want to do something like this. For example, if you have a community site that has a forum, and you also want to give people blogs, you don't want two seperate systems or two seperate authentication databases. No, you want a single login for your whole system. Of course, there are ways to integrate logins between different systems, but it's always a messy hack.
I think you are correct--I think dani has heavily modified vBulletin to do some really cool stuff. For example, the daniweb blogs.
I haven't thought the whole process through yet, but at least with phpBB, I don't think it would really be that big a deal. You can already create threads that are locked to posts except from the moderator. That "moderator" could be the blog author. You'd probably want to modify the page that spits out a thread to remove the author's name from being displayed for every post since you know the entire blog is one person. I think you'd hack a system where you'd create a thread, assign a moderator account to it, and lock the thread so only the moderator can post. Then you assign a single thread as the "comment thread" to the blog thread. Definitely would take some hacking, but not rocket science for sure.
Maybe csgal will respond. She definitely has experience with this subject.
Hmm. I know of three phpBB mods that will turn your forum into a blog-like thing. There is phpbb_fetch_all, phpBB Blog, and another one you can find in the phpBB mod support forums. I don't remember the name of it.
Anyway, phpBB Blog is something I wrote. There are lots of people using it. I'm a little nervous to link to it here, as I see a few people who have done such linking caught the attention of the mods. But you can look in my profile, it has a link to my site, and there you'll find phpBB Blog. Of the three products, mine is the most blog-ish. It has trackbacks, RSS, optional podcasting, all the GEO-location stuff, and a simple, blogger-like design. However, big limitation: it was built just to turn a forum into a list of blog entries. It doesn't give each user their own blog, although if they post in a forum, that would appear on the blog.
phpbb_fetch_all can be found via Google search. It is really cool, but it requires a lot of technical work. It's not really a blog. It just provides a way to embed forum stuff pretty much anywhere -- include the most recent posts on your home page, or list out the top posters, or show who's online. There are no trackbacks, no podcasting, etc. However, it does keep the phpBB style, it follows the phpBB security settings, and it's very versatile.
The other blog product, the one you can hunt down in the official phpBB support forums, DOES give each member a blog. You don't post to a forum to do it. Instead, posts to the forum stay in the forum as normal. However, you can go into your profile page, and enter a blog there. Then anyone who views your profile will be able to read your blog entries. That stikes me as lame, but oh man does it have a lot of fans.
-Tony
Anyway, phpBB Blog is something I wrote. There are lots of people using it. I'm a little nervous to link to it here, as I see a few people who have done such linking caught the attention of the mods. But you can look in my profile, it has a link to my site, and there you'll find phpBB Blog. Of the three products, mine is the most blog-ish. It has trackbacks, RSS, optional podcasting, all the GEO-location stuff, and a simple, blogger-like design. However, big limitation: it was built just to turn a forum into a list of blog entries. It doesn't give each user their own blog, although if they post in a forum, that would appear on the blog.
phpbb_fetch_all can be found via Google search. It is really cool, but it requires a lot of technical work. It's not really a blog. It just provides a way to embed forum stuff pretty much anywhere -- include the most recent posts on your home page, or list out the top posters, or show who's online. There are no trackbacks, no podcasting, etc. However, it does keep the phpBB style, it follows the phpBB security settings, and it's very versatile.
The other blog product, the one you can hunt down in the official phpBB support forums, DOES give each member a blog. You don't post to a forum to do it. Instead, posts to the forum stay in the forum as normal. However, you can go into your profile page, and enter a blog there. Then anyone who views your profile will be able to read your blog entries. That stikes me as lame, but oh man does it have a lot of fans.
-Tony
you could just assign different permissions to different users ie the blog authors and the comment writers.
give each blog author their own board/topic area for their blog and then there would be a blog thread and a comment thread in each one.
I don't think it would be a big job, they would just be assigned to different membership groups.
does that make sense?
give each blog author their own board/topic area for their blog and then there would be a blog thread and a comment thread in each one.
I don't think it would be a big job, they would just be assigned to different membership groups.
does that make sense?
•
•
Join Date: Jul 2007
Posts: 1
Reputation:
Solved Threads: 0
Thanks alot for your post. It is really helpful. I am trying to add forum elements to my website and you set me off (for phpbb_fetch_all) in a new direction which I appreciate...Nick
Nick from http://www.thetwintales.com
•
•
Join Date: Jul 2007
Posts: 1
Reputation:
Solved Threads: 0
I am so confused I don't know quite where to start. I want to put a bulletin / message board on my site so that my customers, parents, can chat amongst themselves about ongoing topics. Is this possible? I have read about phpbb and vbulletins, but don't seem to understand how they work and what to do with them exactly. Is there any specific help guides for this?
Thanks in advance...
Torrie
ps: What is a thread? I heard someone getting bashed for using an old one.... ??
Thanks in advance...
Torrie
ps: What is a thread? I heard someone getting bashed for using an old one.... ??
•
•
Join Date: Jul 2007
Posts: 101
Reputation:
Solved Threads: 0
Thanks for the post and thank you for sharing
Free search for government grants programs & grants benefits
![]() |
Similar Threads
- online forum (Growing an Online Community)
- Textlink ads on free forum/blog service - $4/mth - 10,000+ uniques/month (Ad Space for Sale)
Other Threads in the Growing an Online Community Forum
- Previous Thread: Good News, Bad News for Holiday Retailers
- Next Thread: Advice please (advertising revenue question)
| Thread Tools | Search this Thread |
analytics answer aol b2c bebo bing blockbuster bloggers blogging blogs building business celebrity censorship cloud communities community content craigslist crime davidmeermanscott digg digitalmovierentals e-businesscard e-learning education eff election employment engagement enterprise enterprise2.0 facebook facebookfriends forrester ftc gambling gender gmail google government handle influencers internet iphone issues leavingdatatrails legal linkedin marketing mashable media membership microblogging mobile myspace netflix networking news obama online onlinemovies phishing pirates policy politics privacy psychographics reader research retweet security small social socialmedia socialmediameasurement socialnetworking socialnetworks stories stress study success survey technology trademark transparency tweetdeck tweeting twitter user video viral virtual wave web web2.0 webanalytics wordpress yahoo youtube






