Posting pictures on our vbulletin forum needs editor upgraded so that people can upload pictures from their computers, not just URLs uploads. Below are the instructions how to do it but we are not technical so need a freelancer who can get this fixed quickly.
******************************
http://www.vbulletin.com/forum/showthread.php/183040-switch-editor-mode
You want this changed to the Standard Editor by default? If so, to set the defaults for new users:
Admin CP -> vBulletin Options -> User Registration Options -> Default Registration Options
To reset options for existing users:
Admin CP -> Maintenance -> Execute SQL Query -> Automatic Query
Then choose the appropriate query from the drop-down box and click on Continue.
To run queries you first need to give yourself permission to run queries in the Admin CP. To do this, edit this section of config.php:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$canrunqueries = x;
…with x being your userid number (not username).
*************************************