WalletStation
Forum Replies Created
-
Forum: Plugins
In reply to: [wpForo Forum] Post to forum (automatic)Any updates on this?
Forum: Fixing WordPress
In reply to: Comments NumberThanks.
Forum: Fixing WordPress
In reply to: 2 months of posts are gone – no updates, no changes to site!?This happens to me sometimes, except that the posts never come back. Basically, the blog reverts back to a fresh install, with the default Hello post. I have no clue why it happens. It happens in 2.5 and 2.6. Not every blog I install does this. Very few do.
Forum: Fixing WordPress
In reply to: Site not showing up correctly on IEIt might help to post your CSS of your header.
Forum: Plugins
In reply to: How to use 2 blogs with the same users.This fix didn’t work for me for the latest WP. But if you follow the fix and also change
$this->role_key = $wpdb->prefix . ‘user_roles’;
to
$this->role_key = ‘wp_user_roles’;
in wp-includes/capabilities.php then it should work.Forum: Fixing WordPress
In reply to: child_of HelpMaybe I should asked differently.
What in wp_options does child_of use to function?
Forum: Fixing WordPress
In reply to: Posts Don’t AppearIt was an accident. I thought I was using 2.3. This is for 2.2.
Forum: Themes and Templates
In reply to: Buttons and ImagesThanks alot! I had to use <?php bloginfo(‘template_directory’); ?> though. But I appreciate for leading me in the right direction.
Forum: Themes and Templates
In reply to: Buttons and ImagesWell I couldn’t find a better place to ask, so I’ll ask again.
I made a mistake in my first post, this is for themes.wordpress.net and when I upload my theme the search button and regular button are an X. I would like to fix this problem, because I don’t want people who download the theme to have the same problem.
For the search button I do:
<input type=”image” src=”images/search.gif” id=”searchsubmit” value=”Search” alt=”” />For the regular button I do:
<img src=”images/button.gif” width=”86″ height=”76″ border=”0″ alt=””/>Am I doing something wrong?
Everything else in my template are backgrounds and I use css with them. I link to them with images/backgroundname.gif and they turn out fine.
Forum: Themes and Templates
In reply to: Buttons and ImagesI’ll just ask at a css and html forum. I just wanted to know if there was anything special I had to do with wordpress.
Forum: Themes and Templates
In reply to: Buttons and ImagesI’m not asking for themes.wordpress.com support. I just would like to know the correct way to do it, so other people won’t run into this problem when I upload it to other sites.