stevenvu
Forum Replies Created
-
Hi,
I couldn’t work out how to private message you Remco,
I’ve just installed wordpress, latest and your plugin. When using the template code:
<?php pronamic_google_maps(array( 'width' => 290 , 'height' => 200 )); ?>It produces a static map.
<?php pronamic_google_maps(array( 'width' => 580 , 'height' => 200 , 'static' => false , 'color' => '0xFFD800' , 'label' => 'A' )); ?>also produces a static map.
Just a heads up.
StevenForum: Fixing WordPress
In reply to: Base URL being automatically pre-pended to images when postedI was being silly as normal.
<inane>
I moved from one domain to another and regexed my old domain to my new name, using steven.vu instead of http://steven.vu . This meant it thought it was a relative link and inserted the permalink before it.I doubt that makes sense but I just wanted to get it off my chest. Sorry for any minutes wasted.
Forum: Plugins
In reply to: Need help recovering from PhotoPress pluginUPDATEwp_postsSETpost_content= REPLACE(post_content,"?pp_album=1&pp_image=","wp-content/oldphotos/")login to phpmyadmin.
Click on your wordpress database.
Click SQL.
Copy and paste the above.
Change the photopress folder with all your photos in from “photos” to “oldphotos”.
Just spent 20 minutes trying to figure that out. Hope it helped.
Forum: Fixing WordPress
In reply to: Manual insertion of post into wp_postsdon’t worry. Was being stupid.