cbeck
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Lock Down Mode & Clear All CacheYes thats always on but in my opinion Lockdown is a much better option. as it just seems to work better and faster.
That rebuild feature is good if you aren’t getting many comments on your site. even though its serving a supercache page the server is still generating new pages in the background and this can add up over many pages. Lock down always serves a cached page without creating new ones. makes my server run much faster.
FYI
I have created several macros already and am currently using them to manually go in and hit the delete cache button. Just wish there was an easier way.
Either way the plugins lock down feature works well which is awesome and i really cant complain.Forum: Themes and Templates
In reply to: Can someone tell me what theme this is?Theme Name: Black Maniac
Theme URI: http://advancedstyle.com
Description: Custom Theme for SneakerManiac.com
Version: 1.0
Author: David Barnes
Author URI: http://advancedstyle.com/
Tags: Advanced StyleMake sure you have
Users must be registered and logged in to comment
unchecked in the settings->discussion section of your admin dashboard.
Forum: Plugins
In reply to: What is the plugin?try using contact form 7. You Can add as many questions with bullets or drop downs. And have it sent to a specific email.
http://wordpress.org/extend/plugins/contact-form-7/Forum: Fixing WordPress
In reply to: Generate Profile LinkSame for all users /wp-admin/profile.php
Forum: Fixing WordPress
In reply to: WordPress “read more”The more function only works on the main index page.
When looking at the post from the preview section or by single page the more funtion is removed.
Are you sure you arent looking for the <!–nextpage–> function which seperates it into pages.Forum: Requests and Feedback
In reply to: Seperate login.php / profile.php for commentsThe easiest way is to install the following two plugins and set them up appropriately.
http://wordpress.org/extend/plugins/customize-your-community/
(customize it so your login and profile page run off your blogs template – They can still access the wp-admin section but this will stop 99% of the other users.)
and
http://wordpress.org/extend/plugins/peters-login-redirect/
(all users after they login can go directly to the front page)You might want to have somewhere they can access their profile on your main page if you are going to plan it so they go to it often (can be header or sidebar)
If you want something more harcoded you can set it up to use a login.php and profile.php but it is more complecated and would most likly need to be changed every time there is an update to the wordpress code.
Forum: Plugins
In reply to: [Plugin: Register Plus] Feature SuggestionsSkullbit,
Any plans on adding a feature for lost/forgotten passwords. When users click lost password they can get a customized email. Also so they do not have to go to the generic wordpress profile.php page to change it to something they can remember (currently gives them a random string password).
Thanks for the great plugin.
cbeckForum: Fixing WordPress
In reply to: RSS Feed – troubleshootJust found the issue if anyone reads in the future.
Was testing new theme on a free hosted domain with godaddy.
They put those adds on the top of the page with javascript which interferes with the rss feed.
Rss feed will not work with free godaddy hosted website. I know of no workaround.
Forum: Fixing WordPress
In reply to: Cant get the <!–nextpage–> code to workmake sure in your single.php file (under your current template directory) isnt missing the following code:
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>will usually follow this:
<?php the_content(); ?>Forum: Fixing WordPress
In reply to: RSS Feed – troubleshootI have actually edited my blog to use the classic theme as well as disabled all plugins. The error is the same.
Someone please help.
Thanks