bluehorse2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Recent post call (exclude category)Thanks, no worries.
Forum: Plugins
In reply to: Toggle rich text editor on the fly?Is there a release date yet on 2.1?
Forum: Plugins
In reply to: Just a tiny bit of PHP help.Thankyou 🙂
Forum: Plugins
In reply to: PHP in content not just in LoopSorry! Just read what I wrote, it reads like I’m trying to do something that doesn’t need doing.
I’m using a plugin called sideblog and it only displays the title, content and permalinks. If I can get the autors URL into the content then I can get the sideblog plugin to display the author aswell.
Forum: Plugins
In reply to: PHP in content not just in LoopI’m trying to get the Authors url placed automatically just after the content as part of the content as if they had written it as part of their post.
Forum: Everything else WordPress
In reply to: attribute removalOK sorted again just delete the image for the TinyMCE image button and force people to use ImageManager
Forum: Everything else WordPress
In reply to: attribute removalOk I’ve never messed with the TinyMCE before can anyone confirm for what I want to do, is that on line 2595 of wp-includes/js/tinymce/tiny_mce.js I just remove width, height, from that line.
Forum: Everything else WordPress
In reply to: attribute removalUmmm…
Does anyone know where to look to stop the WYSIWYG editor insert image button from inserting Height and Width.
Forum: Everything else WordPress
In reply to: attribute removalThank 🙂
I’ve just checked back to see if you had replied and I’ve figured it out.
I use imageManager I just took out the height and width attributes from the plugin.
All sorted.
Forum: Everything else WordPress
In reply to: attribute removalThanks I’ll see what I can do with it, but what would be ideal would be if there was some way to automatically insert a <!– after the ‘<img’ and –> before ‘src=’
I’m not thinking straight I can use the search and replace to switch <img for ‘<img <!–‘ and so on.
I just need to find a way to stop attributes being put in new posts now.
Any more good ideas?
Forum: Everything else WordPress
In reply to: attribute removalI’m creating a completely liquid WP theme, but I’ve got near to 1000 posts and images and I’m need to remove the height attributes from all of the img’s for it to work. It neededs to be some sort of automated WP plugin that can remove all of the heights from old posts and stop new post from having a height. The img is controlled by CSS.
img { width: 100%; height: inherit; }
I need this <img src=”images/filename.jpg”> not this <img width=”350″ height=”200″ border=”0″ title=”filename” alt=”filename” src=”images/filename.jpg” />
Everything between img and src commented out.
Anyone any ideas?
Forum: Everything else WordPress
In reply to: PHP intergrated into a HTML pageThe PHP runs as part of the CGI on the server I’m using, which is why the .htaccess file won’t allow it.
Forum: Themes and Templates
In reply to: links get blocked?I tried wp_get_links() before, but it had no effect.
This is going to sound strange, but if anyone eles has the same problem. It’s because you’re running to many plugins. I’m currently running 26. Maybe if I had mentioned that it might have help. :s
The solution is to change the default limit of 8MB in php.ini to 16mb or 32mb.
Problem solved. Thanks for your help Otto42, I did search, read the documentation and experiment as much as possible before asking for help.
Forum: Themes and Templates
In reply to: links get blocked?Last bump before I go to bed.
Forum: Themes and Templates
In reply to: links get blocked?First thing I did was read the tag description page, I wish it had helped. 🙁