3stripe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displaying sibling pages with wp_list_pages.Is it possible to list sibling pages, without having to create multiple sidebars? (you have to do this with tbr_article_family.php)
Forum: Plugins
In reply to: CG-FlashyTitles: sIFR 2.0 for WordPress…Any chance of a pre-release copy? I’m converting a site to WordPress and it’s got a load of small gif images I’d love to convert to sIFR… it would be amazing to do it with Flash 8…
(If so you could maybe contact me via my site)
Forum: Fixing WordPress
In reply to: How to disable Uploads and Post Preview in WP2.0?Nice. Ta for the link. Should speed things up considerably (wish I had it yesterday when I was copy & pasting in 30 new pages of text!)
Forum: Plugins
In reply to: CG-FlashyTitles: sIFR 2.0 for WordPress…great! looking forward to flash 8 support 🙂 🙂 🙂
Forum: Plugins
In reply to: CG-FlashyTitles: sIFR 2.0 for WordPress…Does this plugin work in WordPress 2.0.3?
I’m having a few problems but not sure what the cause of the problem is, yet…
“Unable to open file (blahblahblah/cg-flashytitles.dat).”
Also the swf previews are not showing in the admin panel?
Forum: Plugins
In reply to: PDF upload/link pluginAgreed, I would love to see a plugin that did this as well. Halfway through building a site, I’ve realised there’s no easy way for the client to upload pdfs! Uh-oh!
A plugin at http://www.wysiwygpro.com/wordpress.htm claims to handle PDF/Doc uploads, although you have to pay for it.
I think you must be able to extend the TinyMCE wysiwyg interface to handle PDFs, so I’m going to search for some info on this…
Forum: Fixing WordPress
In reply to: How to disable Uploads and Post Preview in WP2.0?Anyone wanting to disable uploads – you can do this using the Role Manager plugin from http://redalt.com/wiki/Role+Manager
I think this should be a defaul option though, that’s editable from the Writing preferences. Same for Post Preview.
Forum: Plugins
In reply to: Custom ButtonsBen, I’ve been struggling with this for a week – good to know someone else is stuck too 😉
I’ve asked quite a few people about this but no answers yet.
If I do work it out, I’d love to turn it into a “wysiywg css styles”plugin, so it’s not so hard for everybody else.
Forum: Plugins
In reply to: ‘Write post’ – split ‘Post’ textarea into 2 columns?Anyone?
Forum: Plugins
In reply to: Add custom button to TinyMCE?I’ve tried the TinyMCE forum, and the author of the plugin, no replies yet…
Who knows, maybe we can build a nice plugin for WordPress to automate the process!
Forum: Plugins
In reply to: Add custom button to TinyMCE?Maybe I should just wean the other users off it.
But I’ve spent so much time on this I’m kinda tempted to figure this out!
Forum: Plugins
In reply to: Add custom button to TinyMCE?Hi thanks for the reply.
I don’t like it much, but I’v got users on my site who do, so I wanted this function to work!
I’ve tried Buttonsnap as well, but have the same problem as you do – can’t figure out how to use it! (My javascript isn’t up to scratch)
Didn’t think this would be so hard!
Forum: Plugins
In reply to: Add custom button to TinyMCE?According to the wiki:
After you have inserted your javascript functions, you will need to modify the TinyMCE plugin list. This is done with the filter hook 'tinymce_plugins'. Your filter should take an array as its only argument, add your plugin's name to it and return it.But what does this mean exactly? I’m confused…
Forum: Plugins
In reply to: Add custom button to TinyMCE?According to the wiki:
After you have inserted your javascript functions, you will need to modify the TinyMCE plugin list. This is done with the filter hook 'tinymce_plugins'. Your filter should take an array as its only argument, add your plugin's name to it and return it.But what does this mean exactly? I’m confused…
Forum: Plugins
In reply to: WP 2 WYSIWYG H1/H2/H3 support?Nice hint. Been struggling with this for ages. Now, what if I want to add my own tags to the dropdown?