kvillines
Forum Replies Created
-
Ok, thanks for letting me know.
Forum: Plugins
In reply to: v1.2 PayPal QuickTag (WP 2 Support)What version of WP are you using?
-Ken
Forum: Plugins
In reply to: NEW Plugin – PostControl 1.0You guys are welcome! The multiple cat stuff is still in the works.
Forum: Plugins
In reply to: v1.2 PayPal QuickTag (WP 2 Support)Great! I haven’t had time to look at TinyMCE plugins yet…I was planning on doing that this week too.
-Ken
Forum: Fixing WordPress
In reply to: [mod_rewrite] MT to WP2This is great! I didn’t find this in my search before. The only thing I am running into now is the fact that my PostIDs don’t match. I need to figure out how to import MT so that WP contains the same post ids.
Thanks for the helpful link!
-Ken
Forum: Fixing WordPress
In reply to: [mod_rewrite] MT to WP2Thanks for the effort but this isn’t about getting WP to look like MT. This is about being near the top of the page on certain Google searches. When the MT pages get deleted then it breaks all that. Doing a mod_rewrite can can redirect those links to the new WP posts that have replaced MT and Google will eventually update their link listings.
I already did searching…From first post: “I have searched the forums and found lots of information but I am still coming up short.”
I haven’t found information referring to anyone rewriting the old style MT links to WP. Old style looking like this->
/archives/000095.htmlI will have to do this in my spare time. I wanted to get it done over the weekend but it didn’t happen. take care
Forum: Plugins
In reply to: v1.2 PayPal QuickTag (WP 2 Support)If the WYSIWYG editor is on then you won’t see any quicktags…turn off the WYSIWYG editor on your user options pages…in the current WP2 environment they can’t be used at the same time.
cheers
-KenForum: Fixing WordPress
In reply to: [mod_rewrite] MT to WP2Thanks for the responses ??
Forum: Fixing WordPress
In reply to: [mod_rewrite] MT to WP2Does Alex King’s Plugin handle my problem? Anyone? anyone at all?
Forum: Plugins
In reply to: v1.2 PayPal QuickTag (WP 2 Support)I will have to code a TinyMCE plugin so it works with the editor. I wish they worked together but they don’t. The WP2 release didn’t really document the fact very well.
I realized you weren’t taking a jab at the plugin ?? Even if you were I wouldn’t take offense. If the code was bloated I was curious as to what the problem could have been.
thanks for the response…cheers
Forum: Plugins
In reply to: v1.2 PayPal QuickTag (WP 2 Support)@ ALL
I am now running WP 2.0.2 and all is fine with my quicktags. Where did you place your QT file? it should be under the following directory:
wp-includes/js/quicktags.js
You should also turn off the WYSIWYG Editor because quicktags don’t show up as long as it is active.
Someone reply and let me know where you are at…thx
-Ken
Forum: Plugins
In reply to: v1.2 PayPal QuickTag (WP 2 Support)@ 3stripe
Never mind about my above question…I realized you are not saying my quicktag is bloated and buggy…sorry
I will let you know what I find in regards to this working in 2.0.2
-Ken
Forum: Plugins
In reply to: v1.2 PayPal QuickTag (WP 2 Support)@ All
This is strange because I am seeing the quicktags. If you scroll all the way to the bottom you should see the version. (ie. 2.02 — 2.66 seconds )BTW: I only have 2.0 in my dev directory so I will update to 2.0.2 just in case its another version issue. That would suck that 2.0 QTs are different then 2.02 QTs ??
@ 3stripe
Can you elaborate on the bloated and buggy comment? any suggestions?-Ken
Forum: Plugins
In reply to: v1.2 PayPal QuickTag (WP 2 Support)What version of WP are you using?
-Ken
Forum: Fixing WordPress
In reply to: MP3 opening in Quicktime, not as a feedYou need to look at the source HTML for the page that displays after you click the permalink. The problem is that your XML file lives here:
https://www.consumerfinanceadvisor.com/mp0.xml
And the permalink post is looking for it here:
https://www.consumerfinanceadvisor.com/2006/03/16/test/mp0.xml
Your object embedding should be written like this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="200" HEIGHT="60" codebase="https://active.macromedia.com/flash7/cabs/swflash.cab#version=6,0,0,0">
<PARAM NAME="movie" VALUE="https://www.consumerfinanceadvisor.com/player0.swf?loadFrom=https://www.consumerfinanceadvisor.com/mp0.xml">
<param name="play" value="true">
<PARAM NAME="quality" VALUE=high>
<PARAM NAME="bgcolor" VALUE=#ffffff>
<embed src="https://www.consumerfinanceadvisor.com/player0.swf?loadFrom=https://www.consumerfinanceadvisor.com/mp0.xml" WIDTH="200" HEIGHT="60" quality="high" bgcolor=#ffffff type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" />
</embed>