robaland
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Ten Navigation Bar Colour ChangeI’m loving the Twenty-Ten theme…
I was wondering how to change the text on the default “Home” tab to “Blog.”
Where do I do this in the style.css?
thanks in advance! ad
Forum: Plugins
In reply to: [Plugin: WP Super Cache] WP-Super-Cache DOES NOT work with 2.7!Hello all,
Looking for a little guidance on creating a cache. Originally, I was attempting to activate my wp stats through my dashboard. However, I was receiving this message:
wp-content/cache does not exist: please make sure that the “wp-content/cache” directory is created.
I downloaded and installed the Super Cache plug-in and received this message:
WP Super Cache Manager
Warning! /home/trhou2/public_html/blog/wp-content/advanced-cache.php does not exist or cannot be updated.* 1. If it already exists please delete the file first.
* 2. Make /home/trhou2/public_html/blog/wp-content writable using the chmod command through your ftp or server software. (chmod 777 /home/trhou2/public_html/blog/wp-content) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)
* 3. Refresh this page to update /home/trhou2/public_html/blog/wp-content/advanced-cache.phpIf that doesn’t work, make sure the file /home/trhou2/public_html/blog/wp-content/advanced-cache.php doesn’t exist:
1. Open /home/trhou2/public_html/blog/wp-content/plugins/wp-super-cache/advanced-cache.php in a text editor.
2. Change the text CACHEHOME to /home/trhou2/public_html/blog/wp-content/plugins/wp-super-cache/
3. Save the file and copy it to /home/trhou2/public_html/blog/wp-content/advanced-cache.php and refresh this page.
Cannot continue… fix previous problems and retry.I walked through the steps, making sure I had the right permissions set, etc. Here is the code for the advanced-cache.php
<?php
# WP SUPER CACHE 0.8.9.1
function wpcache_broken_message() {
if ( false == strpos( $_SERVER[ ‘REQUEST_URI’ ], ‘wp-admin’ ) )
echo “<!– WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! –>”;
}if ( !include_once( ‘CACHEHOME’ . ‘wp-cache-phase1.php’ ) ) {
if ( !@is_file( ‘CACHEHOME’ . ‘wp-cache-phase1.php’ ) )
register_shutdown_function( ‘wpcache_broken_message’ );
}
?>Any ideas how to fix my broken super cache? I welcome any and all ideas. Thank you for your time. I certainly appreciate it.
Forum: Plugins
In reply to: Arrangement of the Plug-ins on the writing page?Micheal,
Thank you for your reply. I appreciate the help. I’m not sure I entirely still understand the process. When I am writing a post my plugins appear below and do not seem to be able to be dragged and dropped. My sidebar reads only
Publish Status
Keep this post private
Publish immediately Edit
,
@ :Word count: 0
Related* Manage All Comments
* Manage All Posts
* Manage All Categories
* Manage All Tags
* View DraftsShortcuts
Drag-and-drop the following link to your bookmarks bar or right click it and add it to your favorites for a posting shortcut. Press This
I appreciate your help with this matter. I know it’s prob. rather simple but I can’t figure out to get this to work.
Thank you for your reply. But I admit I’m a little confused. I don’t have any tabs on the side of my post. Is this a new feature of the newest version?
This is what I have on my sidebar:
Publish Status:
Keep this post private
Publish immediately Edit
Word count: 0
Related* Manage All Comments
* Manage All Posts
* Manage All Categories
* Manage All Tags
* View DraftsShortcuts
Drag-and-drop the following link to your bookmarks bar or right click it and add it to your favorites for a posting shortcut. Press This
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Force bit.ly serviceOkay,
I’m going to try this plug-in. Anybody have any other suggestions?
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Force bit.ly serviceOkay,
I’ve looked further into this issue and I see that with the newest update there was some change on the filter http://alexking.org/projects/wordpress/readme?project=twitter-tools
Frustrating but I’m off to try and resolve this issue. Sigh.
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Force bit.ly serviceWould this explain why in the past few days my Twitter posts using Twitter tools have not been shortening automatically?
Thanks Alex. I appreciate any help you can send my way.