Chris
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: @username on this boardI wouldn’t want to disable notifications, then I wouldn’t be notified of my own posts.
@esmi, perhaps just a reply to button, like a retweet would help and would probably be easier than a smart @ given how many people use this forum.
Thanks for the help. It wasn’t a major complaint just an annoyance and I wasn’t aware if this happens to other people. I’ll just have to make due with not being the only Chris in the world. ??
Forum: Requests and Feedback
In reply to: @username on this board@mattyrob No, this is happening because someone @ the wrong name. I get notifications for new threads all the time.
Every time somebody does an @chris, I get sent a message. Might be better to @ their username.
Forum: Plugins
In reply to: IntenseDebate, WP 2.7, possibility for integrating Custom Smilies SE?I’m testing WP RC2 and this plugin seems to be working fine, however, the option links need to be relocated.
I’m having the same issue. All I did was download and activate the plugin.
Error:
Fatal error: Call to undefined function sanitize() in /home/eeee/public_html/wordpress/wp-content/plugins/gallery2-image-block-widget/Gallery2_ImageBlock.php on line 109
Forum: Fixing WordPress
In reply to: Multi Column listsWhere can I find dd-multi-col-arch.php?
Forum: Plugins
In reply to: [Plugin: FriendFeed Activity Widget] vimeo looks like duplicatesSorry, the vimeo posts got pushed off the page, so here’s a screen shot. https://farm4.static.flickr.com/3050/2654863561_9f8c116675_o.jpg
What’s going on in the image is the first link is the url to the swf file and the second link is the page the vid is on. Like so:
<a href="https://www.vimeo.com/moogaloop.swf?clip_id=12ut7" rel="me" class="external" title="fireworks">fireworks</a> <a href="https://www.vimeo.com/129yty17" rel="me" class="external" title="fireworks">fireworks</a>
Forum: Plugins
In reply to: [Plugin: FriendFeed Activity Widget] time zoneTimezone recognition would be great!
Forum: Fixing WordPress
In reply to: RSS Widget Formatting IssueFixed it, take a look in wp-includes/widgets.php and search for “rss-date”
Forum: Fixing WordPress
In reply to: RSS Widget Formatting IssueI’m having the same problem the rss-date style is being applied to a span, and padding or margin to move it over a little doesn’t seem to be working. The space needs to be added in the code.
Forum: Plugins
In reply to: [Plugin: Members Only] bloginfo(‘url’) should be ‘wpurl’ in members only.Duh, If I’d just have scrolled up a few lines.
Thanks!
Forum: Plugins
In reply to: [Plugin: Members Only] Not working – Redirect Errorok I have fixed it temporarily by changing line 267 from
$output = "/wp-login.php";
to$output = "/wordpress/wp-login.php";
. Is this ok?Before this plugin I was using wp_authenticate and this plugin to redirect:
<?php /* ************************************************************************** Plugin Name: From Where You Came Version: 1.0.0 Description: Makes the "Login" and "Logout" links take you back from where you came. Author: Viper007Bond Author URI: https://www.viper007bond.com/ **************************************************************************/ add_filter( 'loginout', 'fromwhereyoucame' ); function fromwhereyoucame( $link ) { $currenturl = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; if ( !is_user_logged_in() ) $link = str_replace( '">', '?redirect_to=' . urlencode( $currenturl ) . '">', $link ); else $link = str_replace( '">', '&redirect_to=' . urlencode( $currenturl ) . '">', $link ); return $link; } ?>
But I like having my feeds on and would really like to stick with this plugin.
Forum: Plugins
In reply to: [Plugin: Members Only] Not working – Redirect Errorok I’m having this problem on a massive level, it has to be the plugin because everything works fine otherwise.
My wp is in example.com/wordpress, and my blog url is set to example.com. So I have the plugin on and set to redirect a user back to where they came in at after logging in. So let’s say you get a link in email to go to example.com/2008/16/04/post-title/ this is the result: https://example.com/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/wp-login.php?redirect_to=/
And then it dies. Obviously (and I mentioned this before) the plugin is not aware of where my wp install is.
Forum: Plugins
In reply to: You need to register :-/@funvill thank you! i made the mistake of registering a long while ago for another one of his plugins and i never could stop getting spammed with their “news letter”.
Forum: Installing WordPress
In reply to: [Plugin: Search and Replace] english?Thank you!