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).
*************************************
[WordPress]Auto Media Embedding Plugin
Apr 5
Posted by admin in HTML, MySQL, PHP, vBulletin, Wordpress | Comments off
Task: create plugin Auto Media Embedding plugin for Video URL replace via regex to Embed code for WordPress 3
like AME 2.5 – Media Embedding http://www.vbulletin.org/forum/showthread.php?t=202476 (Vbulletin)
example:
URL:
http://www.youtube.com/watch?v=mnETIzh7rig
-Regular expression-
The regular expression to search for.
http://[w]+.youtube.[w]+/watch?v=([w-]+)[w&;=]*[#t=]*([d]*)s?
-Replacement-
The HTML to use. :
<embed
src="/player/player.swf"
width="500"
height="330"
allowscriptaccess="always"
allowfullscreen="true"
bgcolor="#000000"
flashvars="file=http://www.youtube.com/v/{$p1}#flv"
/>
some requirement:
– easily add and delete function for definitions
– good performence general / example: save the replacement and dont genreate it by every pageload
– Update function. if something has been changed in the embed code then the old posts with this embed can be updated afterwards too .
MAX: Budget: 60$
Tags: audio media player wordpress plugin, auto wordpress blog commenter plugin, auto wordpress posting plugin, embed, embedding, media, plugin, plugin iframe auto height wordpress, vBulletin, Wordpress, wordpress form file upload, wordpress playlist plugin media, wordpress plugin rss auto, wordpress plugin rss auto post, wordpress plugin youtube auto, wordpress upload file plugin, YouTube