localization in joomla and wordpress - wordpress

I want to write site like this http://kuss.hmsite.net/ but on CMS Joomla or Wordpress. So I need to implement login users, upload files on server, menu, registration, localization of all information on site (articles, titles while registering - all info). What CMS better to choose for these purposes? Thanx!

Wordpress have better performance and for me is easier in development. Look for the tutorials and figure out witch solution is better for You.
I recommend wordpress

Related

Run wordpress plugin on Joomla based website

I have a question related to the WordPress<>Joomla compatibility. Recently I purchased a sophisticated plugin which runs on WordPress only. But my website with all the content and the design is based on Joomla. So I'm trying to figure out the means how I could use that WordPress plugin on the Joomla website. As I said before it's kind of advanced plugin with many options, so I guess it would be difficult to adapt the code to fit Joomla requirements. So I'm thinking about two possible solutions:
I could create a WordPress website with the same design that Joomla website has. However this solution requires to change all the Joomla template files, or to build the WordPress theme from scratch. Does anybody know any tutorial which explains how to migrate the template from Joomla to WordPress? I basically don't need to move the content, only the design. All the menu links and other stuff would redirect to the parent Joomla site.
The second solution I think would be to install the WordPress with that plugin on the server and then to create a copy of the Joomla site on the sub-domain. Then maybe I can use something like iframe on the Joomla site to show the WordPress plugin running. Is that kind of scenario possible? What kind of solution would you suggest? As I said before, I will keep my Joomla site anyway, because its already running with tons of data. I just need the functionality of one additional plugin, which sadly runs only on WordPress.
Thanks for the help.
Both scenarios are not practical - with the second being not feasible. What I recommend is that you adapt the WordPress plugin to Joomla or maybe search for a similar plugin that already exists on Joomla.

How much can wordpress be customized? I want to create an Intranet portal but the plugins don't seem to be enough

I tried to use Wordpress plugins including Buddypress to create an intranet portal but it does not include the features that i am looking for. Are there any good free plugins for such purpose?
Start by defining all of the features you want your portal to have. Then search for plugins that offer some or all of them. You may need to use multiple plugins to achieve your goals. Since WordPress is written in PHP, you can create your own plugins and either modify existing templates or create your own templates from scratch. In short, the answer to your question: "How much can WordPress bu customized?", the answer is that it is fully customizable.

what is the best way to integrate wordpress subdirectory with joomla website?

Sorry for the trouble. I just want to ask is there a way to integrate wordpress subdirectory into joomla website? What i am trying to do is develop a blog site with wordpress subdirectory in joomla's corporate site and everytime that i post an article in wordpress it will display in root joomla website's template. Is there a way to do this?
Simply installing WordPress in a subdirectory of a Joomla site will not automatically display WordPress posts in the Joomla template.
You could develop a WordPress template that matches the Joomla one, or consider a Joomla integrated solution like https://www.corephp.com/joomla-products/wordpress-for-joomla
For what it's worth, it is fairly easy to blog within Joomla. You might consider looking at your specific needs and they to accomplish everything from within Jomla.
In the terms of usability & user friendliness having just one platform is the best solution.
There are plenty of joomla! Blog extensions available in JED directory and, I am sure you will find the most appropriate.
By the way, here is a FREE tool called WordPress to JoomBlog converter, that allows migration, saving all the users, categories and blog comments. Just to let you know

what the best solution for user driven content on my website

i have created a website for a non profit organization. People on the site want to post stuff . i want to figure out the best way to allow them to do this.
Can i host a wordpress site and somehow embed it into my website
Do i need to install some whole CMS solution?
Other solutions for supporting user driven posts.
to clarify, the functionality of wordpress is all i need (people posting content and pictures).
It's easy to integrate Wordpress into a static html site.
Integrating WordPress with Your Website « WordPress Codex. (You do need mysql, but almost every hosting company out there offers it.)
If you want to convert an existing html site to Wordpress, look at Theme Development « WordPress Codex. Developing Wordpress themes is no more complex than other CMS's, and here are lots of tutorials out there. You divide up your html into header.php, index.php, page.php, footer.php, etc., and css into style.css. If you do a standard Wordpress theme, then plugins will work fine.
Go ahead and do a full install of Wordpress; there's no option for a minimum install. WP is small, anyway.
If you need a finer degree of working with editors, subscribers and contributors than Wordpress offers out of the box, look at different plugins that offer role managing capability, giving administrators the power to give different levels of permissions to users to write, edit and publish. WordPress › Search for roles « WordPress Plugins
You can pull other content into Wordpress via RSS, too, and either have that content appear as an RSS feed, or have it integrated into published posts. FeedWordPress | simple and flexible Atom/RSS syndication for WordPress
You can get a free account at wordpress.com and try out a limited version of Wordpress, limited in that it is hosted by wordpress.com and you have a small number of plugins and css modifications you can make. But once you selfhost Wordpress, then you can do much more with it in terms of plugins and adapting the css to an existing site.
You could use a Wiki.
There are a few popular free Wiki packages out there these days. By far the most popular would be the framework behind Wikipedia - MediaWiki. Wikis' are a proven way to let users create the content, with systems in place to prevent vandalism/spam. MediaWiki also has a whole bunch of great plug-ins for anything you would need.
Another Wiki option is to use the Wordpress-Wiki plug-in for Wordpress. It lets you use Wordpress, but with some features of a Wiki. Not as feature rich as MediaWiki, but a good option if you really like Wordpress.
You do not need to install a whole cms solution, though wordpress can host an entire site, not just blogs.
You could hack it by using a hosted weordpress and displaying it in an iframe (this one might get some flames - but it works and it's easy)
You could also install wordpress on your server. By the sounds of it this is not your expertise, and while setting up wordpress is getting easier every release, for smaller sites I would much rather recommend pivotx
wordpress has a lot of overhead and requires a mysql database. The templated, while there are more available than in pivotx are harder to create. So I'm suggesting the other solution because it does the bulk of what wordpress does, and though it has far far far fewer plugins, it is a lot easier to theme, as it uses smarty.
This problem/scenario is pretty common. And the most common solution is to install a CMS. Our compagny installs Drupal to let end user manage their website easily. They can edit menus, and change content as easily as you write a document in word processor software.
But there is a lot of CMS out there...
Have you tried blogEngine.net?
I have two sites http://www.dotnetscraps.com and http://www.abhyast.com/ that are hosted using blogEngine.net. It is free and has multi user support, and the best part for me is that it supports both XML and SQL hosting. Anything that you post automatically ends up in the App_Data folder which is what you need to backup.
http://www.dotnetblogengine.net/
There are a plenty of themes to choose from, and if you wish you can customize your own theme without much effort.

How to use wordpress to make a commerical/non blog website

I have managed to setup a blog on localhost quickly using wordpress. But what is ivolved in setting up a commercial website that is not a blog?
Also, should learning to use wordpress be more diffcult than learning Asp.Net or php? I can use these languages to create a website more quickly than using wordpress it seems. I'm guessing it should be possible to create a basic php website and then somehow hook it up to the admin functionality of wordpress to publish content and update it?
Any comments and suggestions will be appreciated.
Thanks,
A few thoughts on this.
First, Wordpress is based on PHP. So if you know your way around in PHP you are able to change anything within wordpress, you can build customized plugins, templates, etc.
However, using Wordpress has nothing to do with the programming languages you know. The fact that you are struggling with it is probably more because you don't understand yet what the features of Wordpress are or what you can use them for.
You can easily use Wordpress to create a simple non-blog website by setting up pages instead of posts. So you would be using Wordpress not as a blog engine but more as what's usually called a content management system CMS (not that using it as a blog engine wouldn't make Wordpress a CMS, but I'm talking about the general usage of those wordings).
A simple Google search might help you find more information about how to accomplish it in your specific case.
Hope this helps!
You need experience with PHP, HTML and CSS to configure WordPress to run like a non-blog website. Is it easier? Maybe, you get what you want but you won't understand what is going on.
If you are creating a static web page, say like a company's web site with little to none dynamic content, use pages (not posts) and create a static front page.
If you wish to use WordPress like a generic CMS, you can either use the Pods plugin or the newly introduced custom post types and taxonomies (new in Wordpress 3.0). You still need knowledge of PHP/MySQL to configure the Wordpress Loop (which is used to display blog posts and other dynamic content) and Wordpress Theme tags (to display name of the current logged in user).
Some plugins help with customizing the site for a non-blog look. Theme My Login and Theme my Profile blends the log-in page and profile page with your theme. However, if you need to customize the appearance, or add new logic, you pretty much need programming.
In short, you would need knowledge of PHP and MySQL; CSS too, if possible. Get your hand dirty building some sites, then what Wordpress offer and does for you with its API will be more relevant.

Resources