Elliott
Forum Replies Created
-
Forum: Plugins
In reply to: [Filament] Breaks site in 3.7, 3.7.1Works now, but site gives HTTP error when uploading media (images). Uploading media works again immediately after deactivating.
Sorry – it just doesn’t work with Admin auth key – has to be super user and then it works.
Not sure why an admin auth key wouldn’t work anymore, but it doesn’t.
Is anyone else having this issue? On Multisite and non-multisite WP-Piwik isn’t choosing the correct “Determined Site.” The Determined Site is always the first site I ever added to Piwik.
The site I install the plugin to never ends up showing up in Piwik – even after the reset talked about above.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Can’t activate: fatal error involving permissionsUgh. I had turned the wp-content back to 755. Should’ve stayed 777. It worked.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Can’t activate: fatal error involving permissionsI have a dedicated server, run WordPress MU, safe mode is off, and I get “Plugin could not be activated because it triggered a fatal error.” when trying to activate.
Frederick,
I’m trying to get this working on an MU install and can’t get by the ‘fatal error’ message. All folders are chomd properly.
I’ve noticed a few other forum posts about this – have you found anything that might be causing the issue?
Forum: Plugins
In reply to: Exclude category from single post navigation (prev/next)I found this patch here: http://trac.wordpress.org/ticket/2215
However, it doesn’t support mutliple categories like previous WP versions. Does someone have a TRAC account that would like to reopen this ticket?
That’d be great….
Forum: Plugins
In reply to: Exclude category from single post navigation (prev/next)Does anyone know what the bug is and how we can fix it instead of waiting for a fix to be released? I had this working in 1.5.2 and now it’s broken in 2.0……..
Forum: Fixing WordPress
In reply to: Showing Next Page Link – but post is only one pagekri… I’m having a similar issue and have posted the php code below from my archive page. Basically, no matter how many posts are in a cat, it always shows a Previous link…
Page example:
http://ielliott.com/2005/11/Code:
<?php while (have_posts()) : the_post(); ?>
<?php $post_class = ('postintro1' == $post_class) ? 'postintro2' : 'postintro1'; ?>
<div id="frontpost">
<div class="<?php echo $post_class; ?>">
<h2 class="storytitle" id="post-<?php the_ID(); ?>">"><?php the_title(); ?>
<span class="storytitledate"><?php the_time('F j, Y'); ?></span></h2>
<?php if ($show_author) { ?>
<div class="author"><small><?php the_author('namefl'); ?></small></div>
<?php } ?><div class="postintrocontent_archive"><?php the_content(); ?></div>
<div class="postintrometa" style="clear:both;">
<img src="<? echo $templateurl; ?>/images/icons/document2.gif" alt="Read The Post">" rel="bookmark" title="Read <?php the_title(); ?>">Read This Post
<img src="<? echo $templateurl; ?>/images/icons/speech_bubble2.gif" alt="Comments"><?php comments_only_popup_link('No Comments', '1 Comment', '% Comments'); ?>
<?php edit_post_link('[E]',' ',''); ?>
</div></div><!-- /postintro 1 or 2 -->
</div><!-- /frontpost --><?php endwhile; ?>
<div class="entriesnav">
<div class="alignleft"><?php posts_nav_link('','','<img src="'.$templateurl.'/images/icons/arrowl.gif" alt="«"> Previous Entries') ?></div>
<div class="alignright"><?php posts_nav_link('','Next Entries <img src="'.$templateurl.'/images/icons/arrowr.gif" alt="»">','') ?></div>
</div><?php else : ?>
<h2 class="center">Nothing Found</h2>
<?php include (TEMPLATEPATH . '/searchform.php'); ?><?php endif; ?>
</div><!-- /toppanel -->
</div><!-- /toppanelwide --><?php include ($templateroot.'/footer.php'); ?>
Forum: Fixing WordPress
In reply to: Nice permalinks not workingIs any of this working for anyone? I’ve tried it all and I get nothing.
Just can’t get the .htaccess file to populate no matter what I try.
Forum: Fixing WordPress
In reply to: saving a page takes about 55 secondsgrocal:
It’s a good solution, but didn’t work for me. Posting or saving a post takes several minutes. It’s happening on all my blogs lately and I’m not quite sure why.
Forum: Fixing WordPress
In reply to: Google SitemapFor anyone who’s interested… I have a script that turns your Google compliant XML sitemap into a Yahoo compliant sitemap that you can submit to Yahoo.
It’s free.
Forum: Plugins
In reply to: Looking for Sitemap PluginI have a script that takes your existing Google compliant XML sitemap and turns it into a Yahoo compliant sitemap. It’s free.
Forum: Fixing WordPress
In reply to: Archive Pages Not FoundFYI,
I’ve had so many permalink problems it’s not even funny.
A fix that I’ve found, is to try different combination of tags – for some reason some combos work and some don’t.
I have 3 WP installs on a server right now, for 3 different domains. One domain, the tags work perfectly, with no /index.php/ needed (mod-rewrite is turned on for the server). On the other two, I need /index.php/. On one of the installs, I tried several tag combos before I found one that worked:
/index.php/%postname%-%post_id%/So play around with different tag combos… WP is quirky… but its nice, customizable and free….
-Elliott
http://www.beatleague.comForum: Plugins
In reply to: eventcalendar2 with wp 1.5Ok – this works except for two things that bother me – maybe someone can help??????
1.) The future events still show on the home page – I need them to only show on the calendar AND…
2.) The Event category should show up under the Category section in the sidebar – right now it does not show….Thanks in advance for any help….