iand
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Blogger imports missing WP templates…?That looks like the exported blogger data. Have you run wp-admin/import-blogger.php and followed the instructions?
This might help too: http://codex.wordpress.org/Importing_from_other_blogging_softwareForum: Plugins
In reply to: BadAss-Stats problemMaybe use the table creating code in the BA stats source and run it as an SQL query?
I don’t know if this would work ( it might nuke your entire database).
When I had to replace the BA stats tables, I copied them across from a backup I had.Forum: Fixing WordPress
In reply to: RSS Problemsbloglines can detect them:
[http://blog.davidfriedberg.com/wp-rss2.php]
Fri, Apr 15 2005 1:47 PM Subscribe to This Feed | Preview This Feed
[http://blog.davidfriedberg.com/wp-atom.php]
Fri, Apr 15 2005 1:47 PM Subscribe to This Feed | Preview This Feed
Maybe just wait until the technorati bot turns up?Forum: Fixing WordPress
In reply to: dissapearing quicktagsIts a safari/javascript thing. See the codex for a resolution:
http://codex.wordpress.org/Answers-Trouble_Shooting#No_Quicktag_buttons_in_Safari
Or you could have use the search box and put in ‘dissapearing quicktags’ to get this thread as #1: http://wordpress.org/support/topic.php?id=21727 😉Forum: Installing WordPress
In reply to: Official upgrade tutorialI should think this counts as professional:
http://www.tamba2.org.uk/wordpress/upgrade/
Or there is the codex to help you too:
http://codex.wordpress.org/Upgrade_1.2_to_1.5
http://codex.wordpress.org/Using_Themes#Moving_from_1.2.x_to_1.5Forum: Fixing WordPress
In reply to: How remove the words “comments off” from the bottom of each blog?You can use the smart comments plugin too: http://troidus.com/2004/09/15/smart-comments-plugin/ . It doesn’t show the comment link if they are turned off.
Forum: Installing WordPress
In reply to: Upgrade from 1.02 Ouch!I don’t think so, these instructions will hopefully help you keep your old layout: http://www.tamba2.org.uk/wordpress/upgrade/upgrade_en.html
Forum: Everything else WordPress
In reply to: many blogs with one wordpressThere is also this http://wordpress.org/support/topic.php?id=29142 which is a modded version of 1.5. Not sure of the current level of development though.
Mu is http://mu.wordpress.org/ and there should be links to its’ own support site there too.Forum: Installing WordPress
In reply to: Upgrade from 1.02 Ouch!This should help: http://wordpress.org/support/topic.php?id=30087
Forum: Fixing WordPress
In reply to: Drop-Down Menus for v1.5For archives:
<form name="archiveform" action="">
<select name="archive_chrono" onchange="window.location = (document.forms.archiveform.archive_chrono[document.forms.archiveform.archive_chrono.selectedIndex].value);">
<option value=''>By Month</option>
<?php wp_get_archives('format=option'); ?>
</select>
</form>For cats:
http://typedby.com/archives/2004/06/22/dropdown-plugin-with-ability-to-exclude/For pages:
Pass..Forum: Plugins
In reply to: Asides of a different nature?How about mini-posts: http://doocy.net/mini-posts/ ?
I think they cover items 1-4 but I haven’t used them in anger so am not 100% on that.Forum: Everything else WordPress
In reply to: Good ethics?the template must at least 50% different before calling it your own
Are we talking css or code here? The layout I use was originally for drupal, but I converted it to WP. So the css and images are mostly the original authors, but the php is mine.Forum: Installing WordPress
In reply to: Database Details?Your best bet is to have a look through this: http://codex.wordpress.org/Getting_Started_with_WordPress , it should have the answers you need. If you need more help, just post again 🙂
Forum: Fixing WordPress
In reply to: GetWeather Plugin – Please Help!It might be that the cloud_fog images are pictures of white stuff, with a transparent background. On your page, you end up with white stuff on a white background = picture of nothing. maybe you could edit the pngs to add some text to those ones.
It would be good too if you can explain how you fixed the problem, just in case other people run into the same problem here aswell.Forum: Fixing WordPress
In reply to: Default Gravatar QuestionSee this thread. Lots of good stuff:
http://wordpress.org/support/topic.php?id=25341