3stripe
Forum Replies Created
-
Forum: Plugins
In reply to: Custom ButtonsHey, I’m trying to use ButtonSnap as well at the moment, but can’t work out how to code my own buttons….
I just want a button that will add a span around the selected text with the class of ‘mp3’
selected textwould turn into…
<span class="mp3">selected text</span>Is this possible?
Ah ok – the full solution is described at http://wordpress.org/support/topic/72270
“Then you have to open the “lang” folder that came with wp-slimstats and rename the file from wp-slimstat-en_US.mo to just en_US.mo. That gets slimstats working.”
I have added define (‘WPLANG’, ‘en_US’); to wp-config.php, but I still get this error in Wordpres 2.02:
Fatal error: Class ‘CachedFileReader’ not found in /home/.canicula/jamesgreig/tonguengroove.co.uk/wp-includes/wp-l10n.php on line 67
Have I missed something stupid?
Forum: Plugins
In reply to: ‘Write post’ – split ‘Post’ textarea into 2 columns?I’m still dearly in need of this feature, and willing to reward anyone who knows how to do this… please?
Forum: Plugins
In reply to: Save contact form contents to database?(Just simple details: name, address, postcode, email etc)
Forum: Your WordPress
In reply to: using wordpress as portfolio cmsNice work sodypop. Think I might apply some your approach to my blog when I finally get round to adding a portfolio 🙂
Forum: Plugins
In reply to: Plugin to show an image in selected posts?In fact, if your badges were big enough to sit an html number in the middle of them, you could use the meta image plugin above, and use a second custom field to enter your number, then use css to position it over the badge?
Forum: Plugins
In reply to: Plugin to show an image in selected posts?Maybe you could modify the custom meta image plugin from http://no.oneslistening.com/151
Forum: Fixing WordPress
In reply to: Confused about rssInteresting!
Forum: Fixing WordPress
In reply to: Confused about rssThere’s a good article on RSS at http://www.feedburner.com/fb/a/aboutrss – one of the key points is that it is syndicated, stripped back content – so it is just plain text and images without any styling.
Forum: Everything else WordPress
In reply to: WP SupportMy top tip for searching the WordPress forums – use Yahoo search instead of the in-site search – works much better for me….
You can even install Yahoo into your search box at the top right if your using Firefox.
Then search like this:
“site:wordpress.org whatever you need help on here”
Forum: Plugins
In reply to: Hide Drafts Plugin?Wahoo! One of my suggestions worked 🙂
Forum: Plugins
In reply to: Hide Drafts Plugin?Not sure if there’s a plugin, but you could always comment out the relavent lines in edit.php, if you can find them?
Forum: Your WordPress
In reply to: using wordpress as portfolio cmsI’m thinking he’s not wanting to give TOO much away… some pointers would be nice though… otherwise I’m gonna try recreating something like this myself…
Forum: Plugins
In reply to: Subcribe2 confirmation page – problems with…Agreed!
Only snippet of useful info I’ve found so far – which I’ve not looked into yet:
“I think the style problem is due to the location of the get_sidebar() template tag. The subcribe.php file in the archive you downloaded calls the sidebar first, before the main content; whereas a lot of themes (WordPress’ default theme, among them) call the sidebar at the end, after the content.”
which was found at http://www.skippy.net/blog/2005/02/17/subscribe2/