pad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Convert smileys in recent comment codeSurely someone somewhere must know?
Forum: Fixing WordPress
In reply to: Style pages differently on search resultsAnyone?
Forum: Fixing WordPress
In reply to: Style pages differently on search resultsBut I only want it to display the title only if it’s a WordPress Page. If it’s a Post, I’d like the excerpt.
Forum: Fixing WordPress
In reply to: Argh – help me hack the crap out of the smilies please?Anyone 🙁
Forum: Fixing WordPress
In reply to: Display comments in reverse order on PAGES onlyAnyone?
Forum: Plugins
In reply to: Plugin/functions code to keep thumbnail quality?So no answer?
Forum: Fixing WordPress
In reply to: Change logo on login pageThank you! 🙂
Forum: Fixing WordPress
In reply to: How to write a simple smiley plugin with $wpsmiliestrans? :)Thank you very much indeed.
pad
Forum: Fixing WordPress
In reply to: How to write a simple smiley plugin with $wpsmiliestrans? :)Thanks so much for this.
Is there a way to add this bit to the plugin too, so I can change the directory of my smileys?
$siteurl = get_option( 'siteurl' ); foreach ( (array) $wpsmiliestrans as $smiley => $img ) { $wp_smiliessearch[] = '/(\s|^)' . preg_quote( $smiley, '/' ) . '(\s|$)/'; $smiley_masked = attribute_escape( trim( $smiley ) ); $wp_smiliesreplace[] = " <img src='$siteurl/wp-includes/images/smilies/$img' alt='$smiley_masked' class='wp-smiley' />Thanks a lot Otto!
Forum: Fixing WordPress
In reply to: Display a link only to admin user levelThat does the job 🙂 Thank you!
Forum: Fixing WordPress
In reply to: Display a link only to admin user levelNo one? 🙁
Forum: Plugins
In reply to: How to force crop to exact dimensions for medium size image resize?Where do I add $crop=true;
Awaiting this wonderful plugin!
Forum: Fixing WordPress
In reply to: Conflicting live comments and statsAck, no one knows?
Forum: Fixing WordPress
In reply to: Disable searching of pages?Any ideas?
Forum: Fixing WordPress
In reply to: Tag cloud of a specific categoryI’d also like to see this!