Cypher
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: XML feed error – declaration unexpectedHmmm..ICBM…Inter-Continental Ballistic Missile..? 🙂
Glad you figured it out…
Regards
Forum: Requests and Feedback
In reply to: Remove Links to WordPress.org in Admin!!If you intend to write lengthy posts consider using an offline blogging tool like Ecto, W.Bloggar, Zempft and so on.
Use the WP admin posting box for quick entries.
This has bit me in the ass enough times, I’ve learned now. 🙂 Worse yet when you write for a while and your damn cookie expires on you..that just drives me mad..
Regards
Forum: Fixing WordPress
In reply to: XML feed error – declaration unexpectedYou have:
<head>
<meta name="ICBM" content="34.093300, -118.251038" />
<meta name="DC.title" content="Everything Between" />
</head>being inserted into the RSS feed that is invalid. As Beel noted, try to figure out who is injecting this stuff.
A quick GREP in the /wp-content/plugins directory might give you something to look at.
Regards
Forum: Everything else WordPress
In reply to: Heard of WordPress-powered Rapidblogs.com?They seem to be another outfit like wordpress.com that give out self-contained blogs that you just write in. They control all aspects including plugins and themes.
If you only care about posting entries and not paying anything to do it, these sites make perfect sense.
Regards
Forum: Fixing WordPress
In reply to: Another RSS feed error – Pls helpAhh..you are using WP 1.5.1.3. Could you upgrade to 1.5.2 to see if that fixes the problem..I know there were some RSS related bugs and fixes in those versions.
Regards
Forum: Fixing WordPress
In reply to: Another RSS feed error – Pls helpOK..the wp-rss2.php file looks OK, at least, in your cut-n-paste.
The other thing to check out is the plugins like Beel mentioned. Somehow you are getting those 2 extra lines that are just throwing everything off..
Regards
Forum: Fixing WordPress
In reply to: Another RSS feed error – Pls helpI just validated my feed, Matt’s and a bunch others I could remember off the top of my head and the one thing that immeditately stuck out at from that is different from your feed is that all of our feeds start at line #1.
Your feed output starts at line #3, meaning you have 2 lines of newlines or something. That is most likely throwing everything off.
Can you make sure that your wp-rss2.php file has no extra lines/spaces so on. Additionally, can you grab the latest WP download tarball, extract just the wp-rss2.php file and re-upload it to your directory in ASCII mode.
Regards
Forum: Themes and Templates
In reply to: Link underlinedShort answer: You can’t. You have to use CSS to remove the underline or change it to anything else.
Your page is TABLE driven which makes me think it’s not WP generated. Why are you asking your questions about general HTML (non-WP related) stuff in here???
Regards
Forum: Installing WordPress
In reply to: FreeSQL?Since your database is not on your webhost’s account you will have to provide the exact addrsss(location) on the freesql.org web server.
I would start with that website to begin with. When you have all the necessary information and are still having problems with WP establishing the connection we can provide some assistance.
But if you don’t have all the necessary info to begin with, it’s pretty hard for us to help you.
Regards
Forum: Plugins
In reply to: Cloning a WordPress PluginYou will have to go through and change all the function declarations on the two instances to be entirely different.
You might also have to rename global functions and so on. This, as you’ve already found out, can be quite extensive and error prone if the plugin is fairly complicated.
Regards
Forum: Plugins
In reply to: FancyTooltips expand beyond window widthI edited the JS of the file and modified the url length.
Look for if(!nStringMaxLength){ nStringMaxLength = 80; } in the code and change the length to your liking.
Regards
Forum: Fixing WordPress
In reply to: Permalinks won’t work on local PCHuh? What’s the relation and corelation here. How does this allow or disallow the permalinks from working?
I’m confused..
Regards
Forum: Installing WordPress
In reply to: extended postsWhat function? Fix what? If could elaborate more on your issue we could potentially help.
Regards
Forum: Fixing WordPress
In reply to: Permalinks won’t work on local PCMake sure the AllowOverride for the directory where you have your wordpress located is set to All. Otherwise, your .htaccess file is ignored.
Regards
Forum: Fixing WordPress
In reply to: “About” page giving an errorThe error seems pretty self-explanatory to me. At the least the wp_posts table within your database is a little screwy and MySQL wants you to repair it. Download/use phpMyAdmin and do so.
If you have a gracious web host, you can have them do this for you.
Regards