Julian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: greymatter archives 2 wpI ran gm-2-wp.php a <i>long</i> time ago when it was gm-2-b2.php so I have a lack of experience here, but here goes my guess: Check your b2config.php to make sure that the database name is correct for the database that you are going to be placing the posts into. The error message suggests (to me) that the script can’t find the WP database as opposed to the Greymatter database. Good luck!
Forum: Themes and Templates
In reply to: wish – old b2 designThe new layout uses different classes than the old layout file, so the new version has to be worked with to match the right colors to those classes, etc. If you do get this working, please post back and maybe the b2-look could be added somewhere on this site by someone since this is a heavily requested feature.
Forum: Fixing WordPress
In reply to: Order from the First to the Lastest PostStick <?php $order = “ASC”; ?> in your template. If that doesn’t work, reference the template (like an archive) like this: http://yoursite.com/template.php?order=ASC
Forum: Fixing WordPress
In reply to: import from blogger.comTake a look at the file blogger-2-b2.php. It gives instructions on how to modify your Blogger template so that you can convert Blogger archives into WordPress entries. What happens is that you change the template in a certain way and republish the server. blogger-2-b2.php looks for these files and parses them so that it can insert all of your entries as database entries for WordPress. There are pretty detailed instructions if you run the script (you have to hit a “Go” button to start it, so it’s safe to view).
Forum: Fixing WordPress
In reply to: links.weblogs.com.php require error?b2config.php resides in the working directory specified in $abspath. links.weblogs.com.php does not, but when this script is run the it’s working directoryis not the same as $abspath, so prepending $abspath points links.weblogs.com.php to the right directory.