jonkemp
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Users] [Plugin: WordPress Users] Not displayingI have updated the plugin to version 1.2. It is now compatible with WordPress 3.0.
Forum: Plugins
In reply to: [WordPress Users] [Plugin: WordPress Users] Not displayingeturk,
My bad. It was broken in 3.0! I have a new form now. Please try again. Thanks.
Forum: Plugins
In reply to: [WordPress Users] [Plugin: WordPress Users] Not displayingForum: Plugins
In reply to: [WordPress Users] [Plugin: WordPress Users] Not displayingYes, the plugin is broken in for new users that have been added since 3.0 was installed. I have a fix. I should roll it out shortly. If you are interested in beta testing, let me know.
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Memory limit error in the latest versionThank you for the fix and the quick response.
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Memory limit error in the latest versionI’m getting the same error as Truth. It did not happen until the upgrade to 2.6. Is the problem going to be fixed or will you just advise all your users to increase the memory?
Forum: Plugins
In reply to: [Plugin: WordPress Users] Feature RequestThis is implemented in the next version which should be live soon.
Forum: Fixing WordPress
In reply to: Pages not showing on user screensI just issued an update to the plugin that should fix it. Upgrade to 1.1.1 and let me know if it is still occurring. Thanks.
Forum: Fixing WordPress
In reply to: tag insertion using get_the_id()You need to use a function like this.
if(is_page($ID)) { some code here; }Forum: Themes and Templates
In reply to: How to get the post id BEFORE the_post() is invoked?You need to use a function like this.
if(is_page($ID)) { some code here; }Thanks. I did just that and created a Nofollow Categories plugin here.