tedfox
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Upgrade of WP 2.0 RC-1I’ve goten that usermeta data error too while upgrading. Sometimes the rest ofthe process went fine, sometimes it didn’t. Thankfully it did most of the time though.
Forum: Alpha/Beta/RC
In reply to: import from txp for 2.0Forum: Alpha/Beta/RC
In reply to: import from txp for 2.0Somebody on the testers mailing list has created one. But it’s not posted yet. you might want to email him.
aaron at technosailor dot com
Forum: Plugins
In reply to: Is there a way to limit a post’s size( in words)?http://www.semiologic.com/projects/fancy-excerpt/
that’s a possible plugin
Alternatively, you can change your template to use excerpts. I think the codex would say it a lot better then i do
Forum: Fixing WordPress
In reply to: how do i know googlebot is pinging my site?Using pingomatic would definitly mean that googlebot is being pinged. And as far as i can tell, their blog search updates fairly frequently.
However, this does not mean you’ll be included in the actual google search listings yet.
webalizer should definitly show if googlebot isthere. if not. It just means googlebot is slightly slower.
(do note pingomatic only pings google blog search. not it’s actual search pages)
or u could use a stat plugin like http://www.randypeterman.com/StatTraq/
Forum: Installing WordPress
In reply to: Pages outside the WP directoryyou could play with your .htaccess
otherwise, i don’t think there’s a way. Because the pages are actually normal entries configured to be pages.
Forum: Fixing WordPress
In reply to: pages not loadingcould be an error with your permalinks for one. or problem with your template.
giving us a url to see would help a lot.
Forum: Fixing WordPress
In reply to: Uploads stuck in wp-contentUh. i assume u mean u’ve configured everything correctly under options -> misc -> uploads?
Forum: Fixing WordPress
In reply to: Outgoing Trackbacks and Pingbacks not workingCould the blogs u are sending trackbacks to havecomments under moderation?
Forum: Fixing WordPress
In reply to: Assigning posts to pages?I also don’t know much. But I think one possible way would be to create custom page templates for each seperate group. Then when creating the pages, select the appropriate page template.
And in each individual page, use the loops to retrieve entries from the 2 specific categories (u’ll need to know the category id)
Forum: Fixing WordPress
In reply to: WP 1.2 Site hacked?There have been a fair bit of security releases since 1.2 (not many. but there have been some). Any of them could have been exploited to hack your site
Forum: Fixing WordPress
In reply to: How can i import an html template?Someone will have to code it for u. Might be hard, might be easy. But there’s no automatic way to do it.
Forum: Installing WordPress
In reply to: import-mt.php *crashing* apache?um.. how big’s your export file??
Forum: Themes and Templates
In reply to: Streaching an imageU’ll have to use a image software like gaim or photoshop to stretch it. CSS can’t do it for you.
however, to force it not to repeat, you can add “no-repeat” to your CSS background image.
Forum: Themes and Templates
In reply to: Storing User Info<?php if ( $user_ID ) : ?>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>">Logout »</a>
That displays
“Logged in as TedFox. Logout »”
I’m sure u can change the specifics as needed easily.
No need for plugins, but only works if person commenting is registered