Can I create a website/forum with wordpress?

  • Thread starter Jarfi
  • Start date
In summary: You can use Wordpress, but if you're going to eventually move forward with more custom functionality, it would be more beneficial to learn php or asp, and how to utilize a database back end, such as MySQL (php/Linux servers) or Microsoft SQL (windows/asp), or if you're into torturing yourself, oracle database
  • #1
Jarfi
384
12
I am trying to create a website that has a login/registration/logout and profiles with avatars, it also has forum like comment boards, blogs and stuff like that.

It's basically just a media site where people can talk on, there might even be a chat box.

I have finished all the concept work and all that so I am trying to create a prototype,

I started with HTML but realized learning it would take too much time to be worth the work(more efficient hiring a programmer)

Then I moved on to wordpress and after trying it I saw you can only use or design themes,

so my question is, for my website that is a bit forum like but has other possibilities, can I custom design a new theme with plugins in wordpress so that it does just that?

or is it better for me to use php, or maybe even java servlets(since I know java)?
 
Technology news on Phys.org
  • #3
There is a lot of debate on which is better to use. That is, servlets or PHP or ASP or Perl or Ruby. Off the top of my head, PHP has a strong and large community. Using PHP or any of the above would be more suitable for your task.
 
  • #4
  • #5
check out phpBB or some other open source forum software.

Writing your own is re-inventing the wheel and I wouldn't suggest it unless you intend to do it better that what is already out there.
 
  • #6
DavidSnider said:
check out phpBB or some other open source forum software.

Writing your own is re-inventing the wheel and I wouldn't suggest it unless you intend to do it better that what is already out there.

Agree. The other exception I'd say is if you're going to program your own, it should be because you want specific functionality that isn't supported by any forums or plugins for the available forums. I did that with one of my sites, mainly because I hate going through other peoples source code, and modifying them for certain functionality (such as adding a "like" feature or integrating some other software / processes that may serve as the foundation of your forum/web app). Since I do a lot of game development in my spare time, I ended up switching from phpbb (very excellent forum software btw) because I wanted a method of integration with achievements being tied to the profile, as well as for future leaderboards and other functionality that would just take too long to hack away at phpbb.

But to the original question, yes, you can use Wordpress, but if you're going to eventually move forward with more custom functionality, it would be more beneficial to learn php or asp, and how to utilize a database back end, such as MySQL (php/Linux servers) or Microsoft SQL (windows/asp), or if you're into torturing yourself, oracle database :p
 

1. Can I use WordPress to create a website or forum?

Yes, WordPress is a popular and versatile platform that can be used to create both websites and forums. It offers a range of customizable templates and plugins that make it easy to design and manage your site or forum.

2. Do I need coding skills to use WordPress?

No, you do not need coding skills to use WordPress. It has a user-friendly interface and a drag-and-drop editor that allows you to easily customize your site without any coding knowledge. However, having some basic understanding of HTML and CSS can be helpful in making more advanced customizations.

3. Is WordPress free to use?

Yes, WordPress is an open-source software that is free to use. However, you will need to purchase web hosting and a domain name to make your website or forum accessible on the internet. There are also paid features and premium templates and plugins available for purchase.

4. Can I monetize my WordPress website or forum?

Yes, you can monetize your WordPress website or forum in various ways. You can display advertisements, sell products or services, or offer paid memberships. There are also plugins available that can help you manage and track your monetization efforts.

5. How secure is WordPress?

WordPress is a secure platform, but like any other website, it is important to take necessary precautions to protect your site from potential security threats. This includes keeping your WordPress version and plugins up to date, using strong passwords, and implementing security measures such as SSL certificates.

Similar threads

  • Programming and Computer Science
Replies
15
Views
1K
  • Programming and Computer Science
Replies
14
Views
2K
  • Programming and Computer Science
Replies
3
Views
1K
  • Programming and Computer Science
Replies
1
Views
1K
  • Programming and Computer Science
Replies
12
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
22
Views
1K
  • Programming and Computer Science
Replies
3
Views
4K
  • Programming and Computer Science
Replies
8
Views
15K
  • Programming and Computer Science
Replies
4
Views
1K
  • Feedback and Announcements
2
Replies
66
Views
3K
Back
Top