Creating articles on Joomla [closed] - php

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I don't know if it has been asked before...
Anyways, I want to create a site for an online magazine in which editors can write and post articles, e.g. BBC, CNN, The Guardian, etc. Is that possible with Joomla? Or do I need a plugin for that. I really don't want wordpress as it is for blogging.
I'm very new with Joomla...
Also if there are alternatives to Joomla for writing articles then let me know as well, please.
Many Thanks

Joomla has a workflow so that you can create an article but needs to be approved by Editor etc. Is that what you mean?

Related

How do i create a online forum? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Is there any way that i can create my own forum using php and mysql knowledge?The forum should be able to
show points for answered questions
be able to support question and answering
also be able to create a small news feed
I wanna learn this process from scratch
Welcome to Stack Overflow!
If you're familiar with Laravel, then I suggest giving "Let's Build A Forum With Laravel" on Laracasts a shot.
Very insightful tutorial-series on making a forum from scratch.

Can I migrate a PHP site to WordPress? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I would like to migrage a PHP site to WordPress so I can update the information written on the website.
Does anyone know the best way I can do this? I did ask a few people regarding this and the general consesus was to completely redo the website.
Yes, you would need to redo large parts of your webpage. If you have an existing design you will need to learn how to create a theme in wordpress: https://codex.wordpress.org/Theme_Development or you can use on of the many already available.
Yes. You can use wordpress theme development for migration php into the wordpress...

Backend CMS to upload small documents on a webpage [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a website I'm working on for a friend where he wants to update it periodically, by adding text to a website. Is there some sort of CMS that could help him do this, without him having to edit the html by hand? I've already written the html, so I don't think something like wordpress would help. But I really have no clue, I'm brand new to web dev.
I've already written the html, so I don't think something like wordpress would help.
You can easily transform your static HTML layout and pages into a WordPress theme. But there are many other CMSs out there (small ones if you only need some basic features).
For this project I would go with WordPress, it's well-documented, easy-to-use and the community is great.

Turning HTML/CSS site in PHP by way of includes hurt google ranking or effect proper indexing [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
The question is pretty straight forward. I've seen some questions similar but not what I need an answer to. So lets say I splice the entire site and use includes for almost everything. Navigation, about us, etc,. Will this effect google ranking and indexing? Will google view the site by parsing the php when it passes an include or will it index it as a blank site. As most all of it will be inside separate includes files. Thanks
No. Google should not be able to see your php script.

Desgined My Own PHP Framework.....How can I make it open source and let others build off it? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
So I designed my own custom PHP framework that as of right now is about 10 fold faster then YII. Obviously it has no where near the amounts of bells and whistle as YII, but it is a very fast MVC framework that only relies on the database for user content storage and nothing else. I have no idea where to post my code so others can play around with it and contribute.
I would go for Sourceforge, it's a great open source community/repository.
Sourceforge - http://sourceforge.net/

Categories