alfh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unattached images during wordpress database importIn this post, https://www.ads-software.com/support/topic/automatically-import-linked-images-files-to-media-library there’s a recommendation for a plugin fixing some of this problem.
Forum: Fixing WordPress
In reply to: Automatically import linked images, files to Media Librarylight888, impressive plugin you found, though for me it only did half the work – images are still having links to my old site.
Any way to unlink images in several posts in one go?
Forum: Fixing WordPress
In reply to: Unattached images during wordpress database importSame problem here, although I have a number of posts actually possible to manage manually if really needed. Images still have the old url, and are listed as unattached in the media library.
Forum: Fixing WordPress
In reply to: Change a page to a post and keep same permalink?p2pconverter is brilliant, thank you kudama!
Change, convert or transform from post to page or page to post with a single click. It works on my wp 2.8.2 as well even if it only says compatible up to 2.7.1
WP developers, can we have this as a built-in feature?
Forum: Themes and Templates
In reply to: KubrickHeader.jpg replaced and function.php deletedHow to replace the Kubrick header image.
I found a simpler solution (applies to WP 2.8 and hopefully previous versions as well:
1. name your desired header image kubrickheader.jpg and replace the original in themes/default/images
2. Find this line in header-img.php:
if ( ! function_exists('imagecreatefromjpeg') )
3. remove the exclamation mark:
if (function_exists('imagecreatefromjpeg') )
This tells the header-img.php to die if the image-creating function exists. Downside is that it will possibly create trouble if the function doesn’t exist.
Dear WP-developers: Pleas make it possible to upload your own image when you click “custom header”!
Forum: Fixing WordPress
In reply to: Manage CategoriesSame problem here! Trying to manage categories WordPress offers to download categories.php in mozilla firefox.
Running wordpress 2.1 on Apache 2.0 with php 4.3.9
Reinstall did not solve problem.
Alf
Forum: Installing WordPress
In reply to: Run The Install, returns blank page.I just had the exact same problem, running install.php returned a blank page.
Deleting all WordPress files on the server and uploading again solved my problem. Maybe some of the files was corrupted during my first upload, which was from a machine running Windows XP using Windows Explorer as ftp client. Second upload was from my home computer running Ubuntu Linux 5.10.
Forum: Fixing WordPress
In reply to: cannot upload files from adminI actually figured out what went wrong:
WordPress was in the directory:
httpdocs/wordpress/ so I created
httpdocs/wordpress/wp-content/photos/but Photopress was looking for
httpdocs/wp-content/photos/I’d consider this a bug, as there is no way you can change settings in the admin panel to make it look elsewhere – you have to start messing with code…
Easily solved though, when I install wordpress directly under httpdocs. Hope this might be helpful to someone.
Alf
Forum: Fixing WordPress
In reply to: cannot upload files from adminI have a similar problem. After I did CHMOD 777 on the wp-content directory I can upload files OK with WP.
But if I try with Photopress I get the “it doesn’t look like”- error message, regardless of CHMOD setting on the photos folder, and whether or not I use a trailing slash in wp-admin/options-general.php?page=photopress.php (photos, photos/)
Any ideas? Thankful for all help.