aldwych
Forum Replies Created
-
Forum: Plugins
In reply to: [Mandatory Field] Featured Image no longer mandatory.It’s started working again – so I’m not sure what happened.
Forum: Plugins
In reply to: [Disqus Comment System] WordPress Disqus Single Sign-on Integration QuestionDid you ever find a solution to this?
Forum: Fixing WordPress
In reply to: Show category posts in if user role.Thanks, but that stops the whole page from loading for some reason.
I’ve discovered my code works, but there is a clash somewhere with the have_posts code and Role Scooper – as when I disabled the plugin it worked fine.
Forum: Fixing WordPress
In reply to: Show category posts in if user role.Yes, we are using role scooper.
Forum: Fixing WordPress
In reply to: How do I change my wordpress url name?In what way – in your settings? – navigate to wp-admin/options-general.php
Forum: Fixing WordPress
In reply to: Show category posts in if user role.Pretty sure they do on my site, but if they didn’t they should get the how to become a contributor message, like the subscribers, right?
Just tried – edit_posts instead but that is just a white page for contributors too.
Forum: Fixing WordPress
In reply to: Show category posts in if user role.Ok, so I have managed to fix it with
<?php if ( current_user_can('upload_files') ) { query_posts('cat=11334&showposts=2'); while (have_posts()) : the_post(); ?><h4> <?php the_title(); ?></h4> <?php the_content(); ?> <hr><?php endwhile; } else { echo 'Find out how you can become a contributor by <a href="">Clicking Here</a>'; }?>
However, contributors can’t see the posts. Subscribers get the find out message, admins and editors get the posts but contributors just get a white page!
+1
Error gathering analytics data from Google: Error 404 (Not Found)!!1 *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}} 404. That’s an error. The requested URL /analytics/feeds/accounts/default was not found on this server. That’s all we know.
The only thing I can find is this but nothing more recent for RS as far as I can see..
[Fri Aug 10 22:18:58 2012] [warn] [client ] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /var/www/vhosts/…/httpdocs/lsm/wp-content/plugins/role-scoper/roles_rs.php on line 275, referer: https://…/wp-admin/post-new.php
Thanks for the quick reply ??
The only white screen is the categories section under roles (/wp-admin/admin.php?page=rs-category-roles_t), categories under restrictions is fine.
I don’t have access to the logs at hand but I will get onto that ASAP.