Is there a good question and answer plugin for wordpress? - wordpress

I'd like to implement a 'stackoverflow' type answer and question for my wordpress blog. Any suggestions?

If you aim to provide a service such as this you should be able to code it yourself.
Check the following sites for information on where to start:
Writing a Plugin
WP Tutorial: Your First WP
Plugin
How to Write a WordPress Plugin – Introduction
Create a Custom WordPress Plugin From Scratch
Anatomy of a WordPress Plugin
If, by some reason you want to use a pre-written plugin I found one called UnAnswered that, according to the maker allows you to have a similar functionality to the one you are after. You should be able to customize it to your needs and likes.

I just released a plugin + theme that does the job : http://wp-answers.com/

I am using AnsPress, http://wordpress.org/plugins/anspress
Demo: http://open-wp.com/
This plugin is actively developed and have many cool features. I use this plugin on my site and its very easy.
I also love the support by its developer, he respond very fast and try to solve any issue I have.

I have this plugin if you are interested..
http://www.sabaidiscuss.com/
demo here: http://demo.sabaidiscuss.com/

You can use Sabai-Discuss plugin by onokazu. I like it.
Also there is Wpmu-dev's Q&A Plugin which is quite similar.

Related

Using front end frameworks with a Wordpress site?

I've been tasked with modifying the frond end of a Wordpress site, which is something I have not done before. I was first thinking of using Handlebars an Bootstrap, but I'm not even sure that will even work with the Wordpress framework.
If those don't work, what would be a good way to create a nice UI for the Wordpress site? Is creating my own theme a viable option? What tools am I even available to use?
Thank you.
Some of my favorite starter themes are:
http://themble.com/bones/ and http://underscores.me/
You can also look at frameworks like:
http://themeshaper.com/thematic/ or http://my.studiopress.com/themes/genesis/
I've used AngularJS with WordPress in the past, so I don't see why you wouldn't be able to use Handlebars (I haven't done it myself, but if you search, I'm sure you'll find some help there).
If you still want to use Bootstrap, there some tutorials on how to integrate it: http://digitalfellows.commons.gc.cuny.edu/2013/11/18/learn-bootstrap-part-2-adding-bootstrap-to-wordpress/

Wordpress Jetpack Plugin - Adding Jetpack's related posts support to my theme

i read the Jetpack for developers section, but i am missing information how i can integrate the related posts feature that comes with jetpack into my own theme. Does anybody know a ressource where i can find that piece of information or has the code handy?
Thanks!
Really you're not have to do so much to get it work in default mode.
Take a look at: http://jetpack.me/support/related-posts/
In case of you need more customization, then this maybe help you: http://jetpack.me/support/customize-related-posts/

Is it right to use Opencart(ecommerce) as another type of website like (blog, portfolio websites, etc..)?

Sorry for my title. I just want to ask simple question. I have a project now and I used Opencart because I am creating an ecommerce type of website. And I really understand how opencart works. Now my question is, I have another project this project is more on displaying company's profile and blog. So much more on posting articles. Now is it right for me to use Opencart for this? What I think is just create a custom functionality for this. And remove all the non related functions.
Do I need to switch to another CMS? Or can I still use Opencart?
If it is not right to use Opencart. I am planning to study other CMS. So my choice are Wordpress or Joomla.
Ok that's all. Thanks.
I think the solution you are looking for is probably MijoShop: http://miwisoft.com/joomla-extensions/mijoshop-joomla-shopping-cart
MijoShop is based on OpenCart but runs on Joomla so you get the best of both worlds.

Formatting Java code in WordPress posts, like in Eclipse

I am about to write some posts which has some Java code, and I would like to format it properly by coloring the Java keywords. Like in Eclipse.
I am looking for some recommendation for a theme / plugin to use.
It looks like it's rather standard nowadays:
[code language="css"]
Your code here
[/code]
As described here by WordPress itself.
The Chili code formatter is a good WordPress plugin to do that.
Alternative link: WP Chili
You could have some other plugins with this page or this other one.
However, it has not been updated for since 2010. Maybe you should use much recent one like the WP Code plugin.
It seems new versions of WordPress have already included the support of code posting. It is very interesting for me too, LOL.

WordPress Multi Language Help

I have a WordPress website that needs to have its articles in multiple languages. The authors will be writing the articles themselves so I don't need an automatic translation tool. The plan is that a user can choose a language from a drop-down list which will then show the different language. Any ideas on how I can do this?
A quick Google gives
http://www.qianqin.de/qtranslate/
It's a plugin for wordpress that does exactly what you're after. Try it.
http://www.wpml.org/ awesome plugin :)
mLanguage is another plugin.
For anybody else who stumbles upon, there is a new plugin named Multilanguage: https://wordpress.org/support/view/plugin-reviews/multilanguage

Resources