southerngal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Asides” help?I can’t even get it to parse correctly! ?? This line
<?php endforeach; else: ?>
keeps throwing an error:
Parse error: parse error, unexpected T_ENDFOREACH in /home//public_html/index.php on line 73
Any help would be great! I really want to get the asides functioning and I have tried for 2 days now with no success.Forum: Your WordPress
In reply to: Pink SocksThanks Hugh! I found it late last night digging around on Hanni’s site. ??
Forum: Installing WordPress
In reply to: difficulty installingDo you have WP installed? Why are you trying to put print it anything before it’s installed? Not being mean just curious. ??
Forum: Fixing WordPress
In reply to: Moving wordpress to a new host / domainYes, there is. ?? Just do a MySQL export and then import it.
Forum: Your WordPress
In reply to: Pink SocksHanni, it’s a great site and I love pink, so needless to say it looks great to me! I’m using Firefox and it displays wonderfully.
How did you get the titles in a graphic form? That’s so cool! ??Forum: Fixing WordPress
In reply to: Another part of the CSSI think this is what you are looking for Jaqueen, unless you have found it already:
input.button {
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;
padding: 0px;
border:1px solid #000;
background-color:#fff;
}
Then, in your file you need to do this:
<input class="button" type="submit"
Forum: Fixing WordPress
In reply to: Moving wordpress to a new host / domainYou have to go into MySQL in the phpmanager. Then choose your database. After that, choose export. Highlight in the little box the ones you want to export and then you will get something that you have to paste in the new MySQL. I hope this makes sense! Ita€?s pretty easy and cool once you do it!
Forum: Installing WordPress
In reply to: Please Help me Install WordPress!!Did you create a DB? Did you create a user? Did you add the user to the DB?
Forum: Plugins
In reply to: Printing postsHi,
Is there any way to strip the smilies and all images from the printed entry? I’m using the following .CSS and even though the images are hidden, I still print them out on my test entry.
body {
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
color: #000000;
}
#outline {
text-align: left;
width: 90%;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
#blogTitle {
font-weight: bold;
font-size: 16px;
margin-bottom: 5px;
}
#blogDate {
margin-top: 5px;
margin-bottom: 10px;
}
#blogContent {
margin-top: 10px;
}
img {
display: none;
}
Also, how would I call it into the blog entry to enable someone to print? I’m using Gamerz wp-print.php, but I would like to incorporate the print.css that came with WP along with the preview Mark was talking about.
Thanks,
SGForum: Fixing WordPress
In reply to: Exporting and Importing – New Domain and HostYeah, I cannot figure out this one. I have exported the old database, changed the settings for the URL in options. I’m just about at the end of my options! I know that more than one blog can play nice on a domain…just not sure why it’s doing that with my comments, categories and archives to my old blog on another domain.They are all on separate MySQL databases on all domains too. I do have them all under a multi-domain plan though…maybe that has something to do with it?
Forum: Fixing WordPress
In reply to: Exporting and Importing – New Domain and HostYeah, didn’t lose anything. I have a weird thing going on now with another blog on the new domain. I have it in a separate directory of course. ??
All the categories, comments, recent comments, etc. are pointing to the old domain. Any ideas as to what this could be? All the images and posts are fine. Just weird!Forum: Fixing WordPress
In reply to: Exporting and Importing – New Domain and HostPodz, thanks for that. I went into the options and found it on the MySQL before I ran it again.
The background images and the images in posts aren’t showing up though. Should I delete the posts and post them again? I just wonder what I’m missing in the coding. I double and triple checked the .CSS and the background and banner are correct for the new domain. All the images in the posts, such as pictures aren’t showing up either.Forum: Fixing WordPress
In reply to: Exporting and Importing – New Domain and HostThanks Podz! I have a new problem, the categories, images, everything is pointing to the old domain, even though I’m using a new domain that’s resolved and the config.php is correct. Any clues?
Forum: Your WordPress
In reply to: WP Blog ReinventedJoni, I love your skins, great job! ??
Forum: Fixing WordPress
In reply to: Exporting and Importing – New Domain and HostI would like to move posts only from one domain to another. How do I do this without using the same table names?
I have WP installed and running on the new domain, I just need to import the posts.
Thanks in advance! ??