noel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Press This! GRR!In the press this code, it requires users to be able to publish posts.
On line 10 (in trunk anyways) there is a line that reads:
if ( ! current_user_can('publish_posts') ) wp_die( __( 'Cheatin’ uh?' ) );This makes it so only users that can publish posts are allowed to user press this (makes sense). But, if you want some different functionality, just change the wp-admin/press-this.php file.
You could replace ‘publihs_posts’ with ‘level_1’ etc. Consult ryan’s post:
http://boren.nu/archives/2005/12/01/whats-new-in-20-roles-and-capabilities/and the capabilities API:
http://trac.wordpress.org/browser/trunk/wp-includes/capabilities.phpForum: Installing WordPress
In reply to: Archive – no clickable thumbnails – IE6This was fixed a while back.
Forum: Themes and Templates
In reply to: Monotone Theme. Images Not DisplayingThe question mark is supposed to be there. If you check out the readme file it explains image processing and how to get it working.
Forum: Themes and Templates
In reply to: Resizing in monotoneCheck out the readme file that comes with the theme. It has some info regarding setting up the image processing part of the application.
Forum: Themes and Templates
In reply to: Resizing with Monotone themeIn the readme file, there is information regarding the thumb processing application and required .htaccess file needed to be installed. Check them out, and let me know if you’re still having troubles.
Forum: Fixing WordPress
In reply to: Monotone theme has no pictureMonotone is a bit tricky to get installed, it requires some knowledge of .htaccess files, etc. Do you have any errors from your error logs?
Forum: Themes and Templates
In reply to: black page when previewing themeAre you getting any PHP errors in your logs? It’s a great place to start, to debug this sort of thing.
Forum: Fixing WordPress
In reply to: Vertical stripeI would highly suggest using Firefox with Firebug:
http://www.mozilla.com/en-US/firefox/
Then right click and “Inspect Element” – this will help you narrow down what part of the site you need to modify with CSS.
Forum: Fixing WordPress
In reply to: Remove ArchivesThere is a “check all” box when you go to Manage -> Posts and you can delete them screen by screen from there.
Forum: Alpha/Beta/RC
In reply to: Press This = Hotlinks!Can you provide a reference to a file which this is happening on?
Forum: Alpha/Beta/RC
In reply to: Press This = Hotlinks!As of 2.6.1 this is resolved.
Forum: Fixing WordPress
In reply to: Press ThisThe tabs are intended to represent different modes of posting. Text, Photo, Quote, or Video. Click which tab you feel is what you want to quickly post. Does that make more sense?
Forum: Fixing WordPress
In reply to: Press This, pass url as custom fieldWhich url would you be referring to?
Forum: Fixing WordPress
In reply to: Press This and SpanDo you have a copy of the code that it is creating for your entry?
Forum: Plugins
In reply to: Press This and filter: content_save_preDefine83 can you send me a copy of your plugin so I can work this out?
noel [at] automattic . com