fev
Forum Replies Created
-
Forum: Installing WordPress
In reply to: thumbnails disappeared from 206 to 221without visible documentation I discovered by chance that the “thumbnail” in the edit/upload box can be dragged onto the post.
Forum: Developing with WordPress
In reply to: full path names embedded adinfinitumVery Good. Does this eliminate requiring the old/original full-length url’s remain embedded in every other record of the postmeta table (and the post content records etc.)
I am about to move from an old hosting co to a new one (GoDaddy) and all those embedded full-length url’s will be wrong.Forum: Developing with WordPress
In reply to: full path names embedded adinfinitumI have seen-used other open source pkgs which have config variables to store the values for $_SERVER[‘DOCUMENT_ROOT’]
and for $_SERVER[‘HTTP_HOST’].dirname($_SERVER[‘PHP_SELF’]
putting these in wp-config.php would help a lot when changing hosting providers and with having a backup copy on ones own pc.Forum: Installing WordPress
In reply to: WordPress database error: Unknown column ‘link_count’I had this same error till I saw that we are supposed to run the wp-admin/upgrade.php program (it is in the upgrade directions of the readme.html)
Forum: Installing WordPress
In reply to: thumbnails disappeared from 206 to 221The only options I get are “Full Size” and “Title”.
How do I get the thumbnail option back? . . . somewhere it should say “drag image into text window for thumbnail” !
next, the code view only show some tags, not all. How do I see the rest?