liquidspeed
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fasttrack theme – problem with link categoriesHey endub, sorry just got your comment now. I added it to the end of my stylesheet and it removed bulletpoint from the links.
Forum: Fixing WordPress
In reply to: 2.0 Import from MT problemsReally? What error are you getting now?
Forum: Fixing WordPress
In reply to: Error Importing from TypePad (Movable Type) to WordPressOK, sorted it out… check http://wordpress.org/support/topic/53518?replies=26#post-330147
Forum: Fixing WordPress
In reply to: 2.0 Import from MT problemsUnder “function get_entries()” This is what I changed “$importdata = file…” to :
$importdata = file(“c:/Domains/joblog.co.za/wwwroot/wp-content/uploads/2006/02/import.txt”);
I don’t know if everything will look ok when I post this but I hope you get the just… it is line 78 of mt.php.
Forum: Fixing WordPress
In reply to: 2.0 Import from MT problemsFor the problem that dlature and I were having, I found that I could edit the mt.php file and type in what the correct address should be with the /’s included… I’ll show the changes using dlature’s problem:
c:myhostaccountdlaturewp/wp-content/uploads/2006/01/012906movable_theoblogical_6.txt
changes to
c:/myhostaccount/dlaturewp/wp-content/uploads/2006/01/012906movable_theoblogical_6.txt
and that should be that.
Forum: Fixing WordPress
In reply to: 2.0 Import from MT problemsSame problem… plz help us?
Forum: Fixing WordPress
In reply to: Changed ‘WordPress address’, now it’s broke!Thank you for this post!
Forum: Fixing WordPress
In reply to: Fasttrack theme – problem with link categoriesI found that I needed to add the following to my stylesheet:
li
{
list-style: none
}