How to Add an Admin User to the WordPress Database via MySQL.
Fix Miro 3.0 Ogg Conversion Quality
From the poster “Phil” on the Miro support forums… In this directory/Terminal: cd /Applications/Miro Video Converter.app/Contents/Resources/lib/python2.7/mvc Edited this file: open -e basicconverters.py After these lines: class OggTheora(converter.FFmpegConverterInfo): media_type = ‘format’ extension = ‘ogv’ I replaced: parameters = ‘-f ogg … Continue reading
An Illustrated Guide to Split Windows in Irssi
An Illustrated Guide to Split Windows in Irssi.
WordPress SalesForce Integration With Gravity Forms How To
Integrate Gravity Forms with SalesForce’s Web-To-Lead Service. via WordPress SalesForce Integration With Gravity Forms How To.
Attaching image files to nodes programmatically in Drupal 7 – Stack Overflow
Attaching image files to nodes programmatically in Drupal 7 – Stack Overflow. $filepath = drupal_realpath(‘misc/druplicon.png’);// Create managed File object and associate with Image field. $file =(object) array(‘uid’=>1,’uri’=> $filepath,’filemime’=> file_get_mimetype($filepath),’status’=>1,);// We save the file to the root of the files directory. … Continue reading
WordPress Capabilities with Custom Roles and Post Types
This is a brief tutorial about how to setup a custom post type, custom roles and capabilities in WordPress. The end result is a site where a user can be assigned to a role with capabilities to publish, edit, and … Continue reading
Phpbrew – run multiple php versions with ease
phpbrew is a helpful too to run multiple versions of php. Why run multiple versions of php? In this case it was required for upgrading an old legacy site that depended on php 5.2. Phpbrew.
Contact Form 7: Thank You Success Messages
How to simply redirect a visitor to a thank you page after submission with Contact Form 7 – add this snippet to your form’s “Additional Settings” textarea. on_sent_ok: “location.replace(‘http://example.com/thank-you/’);” See more details here: Contact Form 7: Thank You Success Messages.
Use Custom Post Widget With Visual Composer | WordPress Web Design & Hosting in Boulder, CO
Use Custom Post Widget With Visual Composer | WordPress Web Design & Hosting in Boulder, CO.
How to Add an Admin User to the WordPress Database via MySQL
Make sure to use the proper prefix for ‘wp_’ if you have a custom database prefix and to follow the existing user capabilities values when manually adding a user to WordPress. How to Add an Admin User to the WordPress … Continue reading