Forum Moderators: phranque

Message Too Old, No Replies

Front Page or PhpBB

         

NeedScripts

2:32 am on Aug 31, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am kinda involved in a site that suppose to provide information about *injury law*. This site is going to be purely informative and I am having a small/big question.

Q. I am thinking of using PhpBB as it will make it little bit tooooooooooo easy to maintain the whole site [Main Subject as Forum and subtopics as forum topics :)]. However my another options are FrontPage/Dreamweaver.

I am thinking more about using PhpBB as the site is going to be only for information and not much ads or hi-tech look. However you guys be the judge. If you were looking for information on specific subject, would a hi-tech look impress you, or you would still be ok with a basic [simple but good looking] discussion board type layout?

Thanks for the help.

brotherhood of LAN

2:39 am on Aug 31, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hello NeedScripts,

I'm not 100% sure what your tailor needs here, but if you use phpBB, I'd advise staying away from Frontpage if you edit the code.

The editor can sometimes change the coding purely by opening up a php doc inside FP. Not good. The PHP documentation even mentions this.

Just wanted to mention it in case it interrupted your future cosy setup :)

Knowles

2:45 am on Aug 31, 2002 (gmt 0)

10+ Year Member



am thinking more about using PhpBB as the site is going to be only for information and not much ads or hi-tech look.

I am not sure what you mean? Dreamweaver and FP are both editors phpBB is a PHP forum (or BBS.) Are you asking if you should use DW or FP to edit phpBB? If so I would recomend notepad or HomeSite to edit it. From what I understand both DW and FP will change code when it feels fit. DW MX is less likely to do it than earlier versions, so if you only have the two choices go with DW MX.

NeedScripts

2:54 am on Aug 31, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sorry, I didn't not specified properly. I am not wanting to edit PhpBB using frontpage or dreamwever.

I am thinking of using PhpBB for making a whole site. Or my next options are using FrontPage or Dreamweaver to make the whole site.

So in other words if I use PhpBB to make site, it will be a discussion board, but only admin can post.

And if I use FrontPage for making a site, then I will have to keep on updatings the link and all other stuff every now and then.

Or a question could be more simpler.

If you are looking for *information* on specific subject, what kind of site would you like/prefer more.

1) Which has discussion board and info in category/topics. [Info will be divided in categories and topics]

or

2) Regular web site.

brotherhood of LAN

3:09 am on Aug 31, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



IMO, Frontpage is best if you plan to start from scratch and use ASP.

ASP is really the code that FP is built around due to its tied in nature with all things microsoft.

If you create a few access db's that you will need for storage and paste them into a FP site, the program will create the necessary VB script and global.asa

The db results option or "database interface wizard" are good for if you want to hash something together as a programmer, or have to skip some of the process due to lack of knowledge.

You can strip down the FP code, using three includes created in the _fpclass folder FP generates.

You can then just play around with the SQL,security and design until you fully know what you need.

FP is good for whipping up these sort of things very quickly, and more of a case of you editing it "down" from a typical FP component to something you made yourself.

If you're not too familiar with ASP or you don't have much time I'd reccommend either phpBB or FP generated stuff.

Otherwise make it from scratch in Dreamweaver IMHO :)

Knowles

3:18 am on Aug 31, 2002 (gmt 0)

10+ Year Member



I would think phpBB would be a bad option for this. It would either say locked on all threads or when someone tried to register say they are not accepting members. You would be better off making your own system for doing this. The access way suggested or a MySQL would not be to hard to code. You could find some security software you could use so only the Admins oculd make new posts and it would be customizable to what you are looking for.

KakenBetaal

9:58 am on Sep 15, 2002 (gmt 0)

10+ Year Member



phpBB is excellent and free (GPL) forum software. It's not really appropriate for running a website in the way you seem to want.

I'd suggest going with something like PHPNuke - that's much more likely to be what you want. Either do a search for them or sticky me for a URL.

At this point I'm using phpBB2 for my forums, and flat files edited with FrontPage for the main website.