randyd
Forum Replies Created
-
Forum: Plugins
In reply to: Can’t cut and paste into posting windowYah, it’s what they give me to use. Not my choice. But anyway, this may be a uneducated question because I’m really just a hack, –Is there a way to be able to cut and paste straight html into the posting window and have it display correctly.
I want to be able to let my users use my simple WYSIWYG editor and then have it display out as there post.
What do you think?
ThanksForum: Fixing WordPress
In reply to: How can I add Title of Posts on a html home pageDoes that mean I need a RSS reader for the feed?
Forum: Plugins
In reply to: Thumb In Post problemA few more corrections to make it validate are:
In the .php file, beginning with “thumb in post starts…
find the code:
//Now generate the html code to insert the image into the page
// attach an id (from $attributeValue[‘DivId’]) to the divstart to give it a unique identity
$divstart = $thumbinpostSettings[“ThumbDivStart”].’ ‘.$attributeValue[“DivClass”].'”
id=”‘.$attributeValue[“DivId”].'” >’;
and change ‘.$attributeValue[“DivClass”].'” to read ‘.$attributeValue[“DivClass”].’
Secondly: beginning with “Pic in Post starts here…
find the code:
//Now generate the html code to insert into the page
// attach an id (from $attributeValue[‘DivId’]) to the divstart to give it a unique identity
$divstart = $thumbinpostSettings[“PictureDivStart”].’ ‘.$attributeValue[“DivClass”].'” id=”‘.$attributeValue[“DivId”].'” >’;
change ‘.$attributeValue[“DivClass”].'” to read ‘.$attributeValue[“DivClass”].’
You had an extra quotation mark in there. That’s it.Forum: Plugins
In reply to: Thumb in Post not validatingAny more feedback to this?
Forum: Plugins
In reply to: Thumb in Post not validatingMade the change but still getting 5 errors
Forum: Plugins
In reply to: Thumb in Post not validatingFYI:
There is also a Thumb-in-post.cfg file in the directory.
I don’t know if that makes a difference.
Let me know if you need to see that as well.
Thanks
RandyForum: Plugins
In reply to: Thumb in Post not validatinghttps://paste.uni.cc/1790
There’s the URL of the Thumb-in-post9.php
Let me know what you did here and give me your new post URL
Thanks, I really appreciate it.
It great to get support from you
RandydForum: Plugins
In reply to: Thumb in Post not validatingOk, give me 20 minutes or so and then check back
thanks muchForum: Plugins
In reply to: Thumb in Post not validatingThat means the thumb-in-post.php file?
I’m not sure where in the file to hack.Forum: Plugins
In reply to: Thumb in Post not validatingYah, I simply installed the plugin and the code does it every time. My user’s won’t know what’s going on and they won’t know how to fix it each time they post.
Any suggestions?Forum: Plugins
In reply to: Thumb-in-Post v0.9I’m still testing my site. I Installed the new plug in and everything seems to work fine. My page validates as XHTML before I added a picture with your plugin. But after using it the page doesn’t validate as XHTML. I get a few errors. If you want to see go to https://www.triplethreats.net/blog/wordpress/index.php and then click the validate link at the lower right. Is there something wrong in your code or should I do something else?
Forum: Fixing WordPress
In reply to: Time Stamp Feature in WP 1.2Well, I answered it myself. I found that my users need at least a 5 level to have the time stamp feature show up.
Forum: Fixing WordPress
In reply to: Time Stamp Feature in WP 1.2Sorry, I didn’t log in. Tthat was me in the last post.
RandyForum: Fixing WordPress
In reply to: Background images not showingGoogle
Duh-I should of thought of that.
Has anyone had any similar circumstance with not deleting the background color?Forum: Fixing WordPress
In reply to: Background images not showingI see all backgrounds at this forum. I should be able to see the backgrounds I used on my site. https://www.triplethreats.net/blog/wordpress
I uploaded my .jpg background and put it in my wp directory. Then in the layout css file I used the backgound-image call. I didn’t delete the background color though. Maybe that’s goofing things up on the Mac.
Any Mac users out there?
What’s the big G?