Translating Polls in Joomla! using Joomfish

A lot of people who run multilingual sites on Joomla! have problem with translating polls.
The problem is related to the MySQL driver. If you switch to MySQLi “with i” it works right out of the box. This is the preferred driver for JoomFish. Alternatively you can change the modules/mod_poll/helper.php file a bit:
in getPollOptions function set

Code:
$query = ‘SELECT p.id, p.text’ .
            ’ FROM #__poll_data as p’ .
            ’ WHERE p.pollid = ‘ . (int) $id .
            ’ AND p.text <> “”‘ .
            ’ ORDER BY p.id’;

And it will be working with no problems at all :)

If you enjoyed this post, make sure you subscribe to my RSS feed!

WordPress Social Network Software

Ok, how much would a social network cost? $1000? $100 000? 1 000 000 000?
Actually it will cost you nothing if you will use BuddyPress.org – WordPress Social Network Software. This Software allows you to create perfect Social Network with one click of the mouse. It comes in ready-to-go pack and all you have to do is to install it using normal procedure. This social Network has a lot of options, such is groups creation, forums creation, blog creation etc. , etc. , etc.
Enjoy!

If you enjoyed this post, make sure you subscribe to my RSS feed!

What is Ping? Plus All-Inclusive Ping List for WordPress

A lot of blogers (even those who have been blogging for a while) don’t know what in the WordPress’ admin panel they have poverfull weapon for increasing their blog popularity. It is so called Update Services  that can be used to let other people know you’ve updated your blog. WordPress automatically notifies popular Update Services that you’ve updated your blog by sending a XML-RPC ping each time you create or update a post.

The most popular service is Ping-O-Matic and it is already listed by default in your blog. But you can increase your blog popularity by adding more Update Services. You can do that very easily. Just read THIS ARTICLE and follow it’s instructions. Good luck in blogging!

If you enjoyed this post, make sure you subscribe to my RSS feed!

How to move your wordpress blog to another hosting

Sometimes you have to move your wordpress blog to another hosting. It is very hard to for people who don’t know how.  And it will cost you about 50-70$ if you will get a qualified support. But with these two step-by-step video tutorials you will be able to do that by yourself with no problems at all. I hope it will help you!

Continue Reading…

If you enjoyed this post, make sure you subscribe to my RSS feed!

How to restore password for Joomla

There is a small minus in Joomla! – if you forget the password for your admin panel, you can not setup a new one by clicking on the link below login form, like you do, for example in WordPress.

When such problem happens, a beginners don’t know what to do, ask question on forums and get advices like “back up you database, then delete it, then reinstall Joomla!, then create a user, then restore your database” and so on. It takes a long time and normal person spends a lot of nerves doing that. :)

There is one very simple way. You can restore password though your PhpMyAdmin panel. The video below will quide you through the process. Good luck!

If you enjoyed this post, make sure you subscribe to my RSS feed!