af3
Forum Replies Created
-
Forum: Plugins
In reply to: Disable Nickname?Otto42, thanks for that.
Instead of disabling/deleting, how to make sure that nicknames are unique? (so a user does’nt steal a nickname of the blog admin, for example).
Forum: Developing with WordPress
In reply to: Google Apps and WordPresslindenaar — this is superb idea. can you share with us?
Forum: Fixing WordPress
In reply to: no visual text editor after installing wp 2.5what i did was reupload the wp-include folder, and chmod 777 this folder and anything inside it — and the Visual editor came back ok.
hope this helps someone.
Forum: Plugins
In reply to: Comments on the SMF Bridgejjgalow, i’ve installed this on smf 1.1.5 and wpmu: so far working very well.
the only hiccup is that the smf stats does not seem to register new registration in the smf_log-activity? new users registered, yet the stats (index.php?action=stats) show zero registration for the month.
not sure if this is related to this bridge.
rgds
Forum: Plugins
In reply to: Anyone Using Related Post with Thumbnail Plugin?oppss.. figured it out
if (strpos($img,"http://")!==false and preg_match("/domain.com/i", $img)) $img=substr($img,strpos($img,"/",8)); else $img ="";Forum: Plugins
In reply to: Anyone Using Related Post with Thumbnail Plugin?the related_post with thumbnails work ok for me, except it cant do thumbnailing of external images and ended up showing X. Is there a way to make sure that the $img is stripped off if the 1st image is from external site? thanks