acarboni
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Posting a video in Revolution TV GPL ThemeHas anyone noticed that if you place a video into your blog using the [embed] custom key, that video doesn’t show up in your feed in Google Reader? Is this something that’s unique to my site?
Forum: Fixing WordPress
In reply to: Trouble With Permalink Structure !Is there a way to make this work if your index.php is in a theme subdirectory?
Forum: Fixing WordPress
In reply to: Embed QuickTime Poster FrameHaving the same problem in Firefox and IE. Safari works like a charm. 🙁 Is this a wordpress or quicktime embed code problem?
Forum: Plugins
In reply to: Flickr GalleryI’m getting the same error as goyaboy… anyone know what causes it?
Forum: Plugins
In reply to: Moosecandy Help NeededHey, NuclearMoose –
I just switched to WordPress 1.5 beta, and I’m using the Manji theme. I can’t seem to get anything to show up when running MooseCandy either.
My website is http://www.evilprimate.com
I’ve tried changing permissions on the file to match my other plugins, then I tried every available combination. I also tried loading up the file in the plugins editor, changing the text strings, and saving it, just to make sure it wasn’t a problem with moving the file from my Mac to my webserver.
Since this seems to be a (somewhat) frequent problem, I was hoping you might suggest a couple catch-all solves that usually tend to help.
TIA
Forum: Themes and Templates
In reply to: Adsense after random # of postsStrike that, sorry… it didn’t work with the example strings OR the code.
Forum: Themes and Templates
In reply to: Adsense after random # of postsHey, everyone —
Thanks for the suggestions… the php code Cine left me didn’t quite work… it seemed to want to post the google ad after each one of the first 3 posts. I tried changing
if($i%3)
to
if($i=3)
and got similar results.
NuclearMoose, I tried the MooseCandy plugin, but it didn’t display anything when I inserted Google’s javascript code. However, it worked perfectly with the example strings. Is there something I have to change to get moosecandy to work with code?