ptroxler
Forum Replies Created
-
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] No longer working on WordPress 3.0.2what I’m saying … I’ve switched my site to the twenty ten standard theme … there the player is working.
I used some script I borrowed from some German theme developer in my own theme and I assume that the legacy scripting causes the trouble
(the guy I borrowed the code from never updated his theme, so I’d bet his theme would all long be broken if anybody would be using it in conjunction with any kind of other scripting … he just doesn’t notice himself since he’s not using any other scripts than the ones he creates himself)
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] No longer working on WordPress 3.0.2must be an issue with themes and scripting … the boring twentysomething theme does not break the player … the blessings of jquery and theme kiddies using it
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] audioplayer & wordpress v3.0you’re all dealing with symptoms … what was the cause?
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] No longer working on WordPress 3.0.2failure also here … and failure of forum to report solutions if there are any — could this be a random hickup???
how I am certain … you never are, yet gallery breaks a relatively juvenile install of 3.0.1 with no other plugin than admin language installed — hmm, which indeed could cause an incompatibility to your gallery … you might want to investigate ๐
Forum: Plugins
In reply to: [Plugin: BuddyPress Admin Bar Mods] Dashboard linkha … this is still broken — and would be so *easy* to fix in the first place:
look for this part of the code:
// **** "Current Site Admin" Menu (visible when not logged in) ******** // function bp_adminbar_currentsite_menu() { global $bp; ?> <li class="align-right" id="bp-adminbar-currentsite-menu"> <a href="/wp-admin/">Dashboard</a> </li> <?php }and replace
<a href="/wp-admin/">Dashboard</a>
by
<a href="<?php bloginfo('wpurl'); ?>/wp-admin/">Dashboard</a>the programmer of this plugin is sooooo shamelessly clumsy … this is going to be hard to update when we need to hack every second line of code to make the plugin behave nicely
very good points … but plugin author does not seem to care at all
Forum: Fixing WordPress
In reply to: Can no longer access admin pagehmmmm …. deactivated all plugins and reactivated them after activating postie … all seems fine now.
๐ฎ
Forum: Fixing WordPress
In reply to: Can no longer access admin pagethis bug seems to persist
simple solution — throw away postie and wait till the autor fixes it or use another solution
time consuming solution — check which plugin is conflicting with postie (candidates: CapCC by Coice, Disclose-Secret by Sรถren Weber, Event Calnedar by Alex Tingle, Fancy Excerpt by Denis de bernardy, Feed list by Bill rawlinson, filosofo unckech default category by austin matzko, google xml sitemaps by arne brachhold, intypo by darius dunker, list peer pages by chris mccafferty, list subpages by rob miller, page restrict by matt martz, parent pages by danielle mancino, role manager by thomas schneider, snapshots plugin by ajay d’souza, themed login and register by james kelly, weasel’s login redirect by andy moore, wp events calendar by luke howell et al.) — good luck!Forum: Fixing WordPress
In reply to: <?php category_description(); ?> doesn’t work anymore use thisthanks for the heads-up.
(it would have been so easy to keep backwards compatibilty, one would think.)
Forum: Installing WordPress
In reply to: Upgraded to 2.0.3, can’t delete postssame trouble here — bin 2.0.3 and go back to 2.0.1 until they’ve fixed it (maybe they’re even reading these posts…)
Forum: Fixing WordPress
In reply to: Turn Off Future Postsomewhere in classes.php it says:
if (mysql2date('U', $this->posts[0]->post_date_gmt) > mysql2date('U', $now)) { //it's future dated
$this->is_preview = true;
if (!current_user_can('edit_post', $this->posts[0]->ID)) {
$this->posts = array ( );
}hmmmm….
without evaluating further consequences I’d comment out the second if clause which prevents not logged in users to see a post in the future
Forum: Requests and Feedback
In reply to: Request – Weekly/Monthly roundup…and gold-plating would be that subscribers can select categories they are interested in…and get all in one weekly/monthly email as you can get it frome some newspapers etc.
Forum: Plugins
In reply to: Email newsletter plugins?