blackessej
Forum Replies Created
-
Forum: Plugins
In reply to: PHP Snippets – could not read directoryHi,
Rather than start a new thread, even though this topic has been marked “resolved”, I’d like to chime in and say that I’m having the same problem.
I know that I’m using the absolute path, but the plugin won’t recognize it. I’ve tried putting the snippets folder in the root, and still no luck.Thanks for any response.
Forum: Fixing WordPress
In reply to: Show post excerpts only.How about just providing me with a direct link.
Forum: Fixing WordPress
In reply to: Show post excerpts only.govepatel, yes, I’m sure. I’m already showing all posts on the home page. I wish to show only post excerpts from a particular category on this page, hence the page template.
Forum: Fixing WordPress
In reply to: Show post excerpts only.Sorry for the late response, alchymyth. http://pastebin.com/SiNJwTuG
Forum: Fixing WordPress
In reply to: Show post excerpts only.Thanks. I’ve checked into all that and I’ve managed to get the excerpts to show, but the issue I’m having now is that it shows the excerpts followed by a second round of all posts in the category displayed in full. Here’s the amended code that I’m using:
<?php query_posts('category_name=news&showposts=999'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h2 style="padding-top:24px"><a href="<?php the_permalink()?>"><?php the_title()?></a></h2> <?php the_excerpt(); ?> <?php endwhile; endif; ?>I’m not sure why it’s posting the articles twice, once as an excerpt and then a second time as a full article, but I just want the excerpt. Any idea what’s causing this?
Forum: Plugins
In reply to: [Recommend to a friend] user not definedYes, I disabled the plugin and reinstalled, and it works find. Thanks.
Forum: Plugins
In reply to: users post pictures from mobile deviceupdate: the posts are showing up in the queue, but not getting automatically published. I’ve tried manually installing:
<iframe src="http://www.yourdomainname.com/wp-mail.php" name="mailiframe" width="0" height="0" frameborder="0" scrolling="no" title=""></iframe>(with my domain inserted), and I’ve also tried installing the plugin “Email Post Activation” (here) to do the job. What am I missing here?
Forum: Fixing WordPress
In reply to: Media Library file permissions for editorThanks for checking in Andrew. Yeah, I’m stumped. All fresh installs I’ve tried are from fresh downloads and have fresh DBs. Lots of fresh. That said, could it be a SQL issue? Doesn’t seem likely, but could it?
Forum: Fixing WordPress
In reply to: Media Library file permissions for editorJust completed fresh installs of 3.0.4 and 3.1. Issue is still here for me.
Forum: Fixing WordPress
In reply to: Media Library file permissions for editorNope, different servers, different hosts. Back to the drawing board. I’ll try another fresh install and let you know what happens…
Forum: Fixing WordPress
In reply to: Media Library file permissions for editorUpdate: I just upgraded a test site I have from 3.0.4 to 3.1, and the issue is still there…
Forum: Fixing WordPress
In reply to: Media Library file permissions for editorI don’t see the fix here, but perhaps your right, and an upgrade will fix the issue. Thanks.
Forum: Fixing WordPress
In reply to: Media Library file permissions for editorYes, I can replicate it. I have a handful of 3.0.4 installs, all with Twenty Ten, and it’s the same with each. Not the case in older sites that I have live.
Thank you for your help.
Forum: Fixing WordPress
In reply to: Media Library file permissions for editorI reviewed them ad nauseam, @esmi. Yes, both my admin and editor accounts can view media and add new media, but for some reason the editor account cannot edit and delete media when in the media library…
Forum: Plugins
In reply to: [User Role Editor] [Plugin: User Role Editor] Media Library PermissionsThe problem I’m having is the editor account can add new media and view media in the library, but they cannot edit or delete media. I’d like the editor account to have those options.