Reply
Whats easier? create simple forum from scratch or just edit one?
Old 03-27-2008, 05:56 PM Whats easier? create simple forum from scratch or just edit one?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 5,888
Name: Dan
Location: Swindon
Hello,

okay on a site im doing which has a user system i want to try and include a forum.

the forum must fit with the style and all that and i want it to be seamless, would it be easier to get one (say phpbb3) or create one from scratch?

Dan
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
When You Register, These Ads Go Away!
     
Old 03-27-2008, 06:22 PM Re: Whats easier? create simple forum from scratch or just edit one?
Experienced Talker

Posts: 35
I would say don't build it from scratch if the forum is gonna be the primary activity of the sites users; Also if there are a lot of users - because the solution you make at first might be OK, but 1000 users later might not hold up so well (scalability). I would rather let (say phpbb3) take care of the work that goes into making such a good experience. Not because I want the easiest way out, but because trying to make a good forum, somethin that lives up to expectations of average forum users, is kinda hard without some background experience in forum development.

Managing a forum with moderators alone can be a task in itself. Can anyone else share experience with this?
__________________
Quote:
Every time you guys release another browser version it guarantees me at least a year's worth of small contract jobs. Now That's Job Security! -IE
sonicvybe is offline
Reply With Quote
View Public Profile Visit sonicvybe's homepage!
 
Old 03-27-2008, 06:31 PM Re: Whats easier? create simple forum from scratch or just edit one?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 5,888
Name: Dan
Location: Swindon
okay i will give more detail.

I am thinking on a much smaller scale.

its a local charity website, AT the moment im thinking might be a better way for the committee to communicate and stuff, but maybe in the future open it up so anyone can sign up and ask questions and stuff, but it would never be big and maybe never even have anyone else but me moderating it.

????


I have litterally just started having a go and have a basic DB structure for it.

If anyone has something to as PLEASE do. and if anyone does know a really easy to modify simple forum to work with my current user system and site design?

Thanks,
Dan
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 03-27-2008, 07:26 PM Re: Whats easier? create simple forum from scratch or just edit one?
VirtuosiMedia's Avatar
Webmaster Talker

Posts: 603
I don't know how many users you currently have in the DB, but you could just synch up your user registration to insert into the forum users table.
VirtuosiMedia is offline
Reply With Quote
View Public Profile Visit VirtuosiMedia's homepage!
 
Old 03-27-2008, 07:29 PM Re: Whats easier? create simple forum from scratch or just edit one?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 5,888
Name: Dan
Location: Swindon
at the moment the user system isnt public so just me really.

I think i have kind of made my own mind up.

I think i will make it myself so can completely customise it into my CMS as much as possible, willl just mean wont be instanttainious results.

Thanks anyways!


Dan
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 03-27-2008, 07:37 PM Re: Whats easier? create simple forum from scratch or just edit one?
Experienced Talker

Posts: 35
Sounds appropriate for a small user base. Good Luck! Maybe even eliminate the idea of having forum sections > subcategories. It might just be ability to make new posts, all under one section. That might make things easier.
__________________
Quote:
Every time you guys release another browser version it guarantees me at least a year's worth of small contract jobs. Now That's Job Security! -IE
sonicvybe is offline
Reply With Quote
View Public Profile Visit sonicvybe's homepage!
 
Old 03-27-2008, 07:43 PM Re: Whats easier? create simple forum from scratch or just edit one?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 5,888
Name: Dan
Location: Swindon
nah that bits easy lol already done that >< http://calmcharity.org/forum/ just all the rest which is the bother ><

Dan
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 03-27-2008, 08:06 PM Re: Whats easier? create simple forum from scratch or just edit one?
jamestl2's Avatar
Web 2.0? What is the Web?

Posts: 1,779
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Local_Group / Milky_Way / Solar_System / Earth / North_America / USA / Wisconsin
I think it would be much easier to either just create an iFrame or your own forum skin (For example, you'd just take all your current template code and make a skin out of it, then just apply it to you PHPBB forum.)

But if you have your heart set on doing everything from scratch from here on out, then disregard my comments
__________________
Read this if you are new. | PageRank only applies to Web PAGES!
Are there connections between Arizona and Ancient Egypt?
Should Stock Markets Be Banned?

jamestl2 is offline
Reply With Quote
View Public Profile Visit jamestl2's homepage!
 
Old 03-27-2008, 08:15 PM Re: Whats easier? create simple forum from scratch or just edit one?
Super Talker

Posts: 115
When I was first learning php, I decided to try and create a forum. It was very fun to do and I recommend the expirence. The one thing that I had trouble with at the time, was being able to add style to the text like bold and underline without allowing the user to type html. I didn't want to allow html because of security issues (use strip_tags()), but I still wanted to allow style. If I knew then, what I know now, I would have used regular expressions. Good luck and it should be a great learning expirence to do it yourself.
__________________
flann
Free mortgage calculator
flann is offline
Reply With Quote
View Public Profile
 
Old 03-27-2008, 10:36 PM Re: Whats easier? create simple forum from scratch or just edit one?
yangyang's Avatar
Skilled Talker

Posts: 51
I'd really love to make a simple forum all by myself from scratch.

So you are basically working for your own ideas and imagination, if you are not so eager to get to the results. If latter is the case, you'd just modify an existing mature one.
__________________
40000 pages+1900 images = Free Instant Site!
With 4 years front end web development experience, we offer state of the art PSD to XHTML / CSS slicing service, starting at $129.
yangyang is offline
Reply With Quote
View Public Profile Visit yangyang's homepage!
 
Old 03-28-2008, 08:57 AM Re: Whats easier? create simple forum from scratch or just edit one?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 5,888
Name: Dan
Location: Swindon
cant u just use strip_tags('$tex', '<strong><b><i><u>'); and it strips all but those tags?

I know its something like that i use it else where on the site.

I think the biggest problem is not necassarily a learning curve more a thinking/planning curve if that make sense, i would think i know plenty of code to do all the stuff needed its just the planning and thinking of how best to use them that will slow me down.

No doubt i will be on here asking how to best do something in the near future.

- I should really start blogging more about what i do might get me some readers..
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Reply     « Reply to Whats easier? create simple forum from scratch or just edit one?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.16421 seconds with 13 queries