chazbeaner
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin Upgrade Failing, Cannot Remove Old Plugini can give that a shot, but the issue happens when trying to upgrade any of 5 different plugins. Could there be a permissions issue in all of my plugin folders? Can I just chmod the stats folder to 777 and make recursive and see if that will work?
Forum: Themes and Templates
In reply to: 404 Error on Previous Entries and Sub-Pages, Custom Permalinksanyone?
Forum: Themes and Templates
In reply to: Separating Comments, Pingbacks, Tweetbacksok, figured it out… just in case anyone else runs into this issue, the correct syntax for adding parameters to the wp_list_comments is different from what i had.
was:
<?php wp_list_comments(array('type=comment', 'avatar_size'=>48, 'reply_text'=>'Reply to This Comment')); ?>
correct:
<?php wp_list_comments('type=comment&avatar_size=48&reply_text=Reply to This Comment'); ?>
edit: ok, i give up…no backticks are working for me now for the code.
Forum: Plugins
In reply to: [Plugin: Robots Meta] Plugin resetting .htaccess…?the only fix i could find was to go in and change the permissions on the .htaccess file to stop the plugin from being able to overwrite at all.
I would love to know if this is possible. Is there a way of creating a hook for the “User Defined” fields to pull them into a post?
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedAs it turns out, I had a conflicting extension in both browsers and now it works fine.
I say again, awesome plugin. Thank you for your hard work.
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedTo add…
Using:
Mac OS X 10.5.2Odd thing is that I got it working in Flock 2.0b2 (FF3 Gecko rendering engine) last night, but this morning on a different Mac….nothing.
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedGood:
This plugin is brilliant. I love it.Bad:
Won’t work in FF3 or Flock2 (built on FF3). Works great in FF 2.x, Safari, Opera and Flock 1.xWebsite: https://www.sotherewewere.net
Using:
WP 2.5.1 > will upgrading to 2.6 help?
AudioPlayer 2.0b5Forum: Plugins
In reply to: [Plugin: Pre-Publish Reminders] Not alertlyyes, that would actually be awesome. actually, just something closer to the “save” and “publish” buttons, like maybe something right underneath the buttons on the sidebar.
Forum: Themes and Templates
In reply to: Linking to a page templateshould just be:
<a href="[BlogURL]/about/"></a>
am i missing something?
Forum: Plugins
In reply to: A new, useful (and complete) image gallery plugin: w3imagesaxew3 – the plugin is awesome and exactly what i am looking for. however, i’m not very knowledgeable about PHP and can’t see where the gallery is getting the CSS.
Here is the page https://www.chispastories.com/chispa_pics.php.
As you can see, the background of the gallery is inheriting the CSS content for the top of the main page but i can’t see why. Do you have any ideas?
Again, great plugin, thanks for the work!