iceflatline
Forum Replies Created
-
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] v2.9.0 fails in WP v6.9Thanks for the reply. The plugin reported “[T]he update cannot be installed because some files could not be copied. This is usually due to inconsistent file permissions.” I’m in process of tracking that down. As a work-around I deleted the existing version then uploaded and activated v2.9.0.
I have the same problem with this plugin after the wp-config.php file was moved to the web root. There is no way to effectively modify mrp-search.php because it does not have the requisite permissions to access wp-config.php at that location (nor should it).
Perhaps if “micro kid” is paying attention to the comments here, he/she would consider rewriting the code to remove the dependency on this file? Else there is no way to use this plugin *and* improve security of the site.
Forum: Plugins
In reply to: [Plugin: Microkid’s Related Posts] Change “Related Post” headingDoh! Don’t know how I missed that. Thanks Microkid!
By the way, for those that might be interested, I used the following CSS customization to prevent the related posts from appearing indented:
#related-posts li { list-style: none; margin-left:0px; text-align: left; }Forum: Installing WordPress
In reply to: [Plugin: Clean-Contact] Just what I was looking forMea culpa. I thought I was in the correct category. You appear to be offended bh_WP_fan, and for that I am truly sorry.
Forum: Requests and Feedback
In reply to: [Plugin: Twitter Tools] Laconica (Identi.ca) SupportDitto!
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Behavior when twitter.com is downI would be interested too.
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Bulleted Tweets?This works:
#sidebar .aktt_tweets li { list-style: disc; }Forum: Themes and Templates
In reply to: Bullets for a single widgetThis worked:
#sidebar .aktt_tweets li { list-style: disc; }esmi, thanks a ton for getting me on the right path.
Forum: Themes and Templates
In reply to: Bullets for a single widgetThat doesn’t work either. Does it matter where it’s placed in the CSS?
Forum: Themes and Templates
In reply to: Bullets for a single widgetIt’s the twitter tools widget. It looks like the class name I’m interested in is aktt_tweets. However the following didn’t seem to work. Any additional thoughts? Site is here.
#sidebar ul ul li.aktt_tweets:before { content: "0BB 020"; }Forum: Plugins
In reply to: [Plugin: Twitter Tools] Behavior when twitter.com is downI love this plugin too but my site was all but off-line completely due to it. I only use it (now) to post my tweets in the sidebar so polling makes sense from that standpoint but perhaps it could fixed so that if it does not hear from twitter after n consecutive polls it stops and posts a default message of your choosing.
Forum: Plugins
In reply to: [Plugin: Customize Meta Widget] FeedbackJehy,
Hacking the WP core just to change some links is lame. Thanks so much for publishing this plugin. It makes upgrade time so much easier.
Rated 5/5
Forum: Fixing WordPress
In reply to: How to remove RSS links from Meta Widget in 2.8Antistandard,
If you are using a version before WP v2.8, then the file you need to edit is */wp-includes/widgets.php. Else, if you are using v2.8, you need to edit default-widgets.php
I suspect when you pasted your code back in you may have misplaced or neglected a semi-colon or perhaps the PHP close ?> tag? Anyway just replace the entire file from a fresh WP install and you should be good to go.
Forum: Fixing WordPress
In reply to: How to remove RSS links from Meta Widget in 2.8meltzerthorne,
By “remove the RSS and Meta widgets from the sidebar for 2.8” I assume you mean you want to remove those particular links from the sidebar Meta widget itself? If so, then yes, you can simply remove the code you’ve identified. Alternatively you could use <!– some code –> to comment them out. Keep in mind though that if and when you upgrade to the next version of WP you will also update the /wp-includes directory thus overwriting the defaults-widgets.php file, so make a backup copy.
If on the other hand you are not using the Meta sidebar widget, these same links may be contained in sidebar.php file of your theme. If so, then simply remove or edit them there.
Hope this helps…
Forum: Installing WordPress
In reply to: Installed very nicely, but….hulmer, thanks for the reply. I’m simply trying out the wordpress/apache server on a local machine. So to get to wordpress and it’s admin page in this case I use
http://localhost/blog/wp-admin
I have not attempted to reach the server from another machine on my LAN, nor from the Internet.