Truth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing Host and importing old databaseI looked through this.. and the only part wrong is that in here
http://codex.wordpress.org/Moving_WordPress#
1. Using a text editor, open a copy of the .sql database file.
2. Using the search and replace function, find all instances of the blog’s old URL and replace it with the new URL.
3. Repeat the process with your old email address. (For example, replacing someone@example.com with someone@tutorial.com)
4. Save your changes.# Upload your plugins and themes from your old site to the new one.
# Drop (delete) the database tables of the pre-installed Fantastico web.
# Restore the database.did it! When we restore it.. all the comments disappeared..
Forum: Plugins
In reply to: Remove Comments Off TextForum: Plugins
In reply to: Subscribe2 Plugin HelpBut this means that I can’t exclude categories?
Forum: Plugins
In reply to: Suggestions on Simple Shopping CartHmm.. thanks for the tip but I prefer to use those which is a WP plugins and yes, there are some plugins for it that is free so I won’t resort to using paid ones.
Forum: Plugins
In reply to: Suggestions on Simple Shopping CartI found the E-Commerce Lite rather good but it intergrates with Paypal and I have no idea how to disabled that feature. Does someone has any idea? Thanks 🙂
Forum: Plugins
In reply to: PHP in a created pageForum: Plugins
In reply to: Lazy Gallery HelpHmmm. I am not sure for Lazy Gallery, but in Lazyest Gallery, you can put the images you want to exclude in a sub folder and just add the name of that sub folder to exclude in the admin, there’s a build in function for that already 🙂
Forum: Themes and Templates
In reply to: Square around emoticonThere’s a square there because of this part of your CSS
#content img
{
border:#999 1px solid;
padding:3px;
}remove the
border:#999 1px solid;and it would remove the square 🙂Forum: Fixing WordPress
In reply to: Page Titles – Can we do this in WP?You don’t need a plugin for this if Im not wrong, just add
<?php wp_title(); ?>after your site title in<title>tag 🙂Forum: Plugins
In reply to: Plugin: More UniqueNice plugin, thanks 🙂 It’s working great.
Forum: Plugins
In reply to: Gallery Solution RecommendationsI’m using lazyest gallery http://lazyest.keytwo.net/
Easily customise and used pages 🙂
Forum: Fixing WordPress
In reply to: <code class=”box”> disappear when page saved?Yupz, for the short codes, I just want to wrap them in the usual code tag for some, I wanted them to add a style to them like my blockquote.. I think I get it now. Thanks for your help 🙂
Forum: Fixing WordPress
In reply to: <code class=”box”> disappear when page saved?@karrde: Can I use the blockquote tag with a class=”code” instead?
Forum: Fixing WordPress
In reply to: <code class=”box”> disappear when page saved?Ohhhh. okok. thanks 🙂
I’m using the
<blockquote>tag outside the<code>tag now and I would like to use the blockquote tag for something else hence using a class for the code. I’ll try out that solution if no one has a better idea on how to go about showing my class for the code tag. Thank you 🙂Forum: Your WordPress
In reply to: My Blog does not look well in FirefoxInline Ajax Comments? http://kashou.net/blog/inline-ajax-comments
this one? It works in Firefox. Which part of your site does not looks good because of the plugins?