rochdalemark
Forum Replies Created
-
I think Ive sorted it.
I changed this section
<?php $count = 1; $type = 'event'; $args=array( 'post_type' => $type, 'scope' => 'future', 'order' => 'ASC', 'posts_per_page' => -1 ); query_posts($args); ?>It has the following inserted into it.
'scope' => 'future', 'order' => 'ASC',Anyone know how to sort the section to not show if no upcoming events.
I know it will need some sort ofif ( count($events) > 0 ){echo} }else{echo}kind of thing but Im not that great with implementing that kind of thing yet.
I cant get this to work.
I have selected use registered username for author. But above that is the Specify the user that should be assigned as author for user-submitted posts which forces me to have a user selected. The user in that field is always the one that is assigned to the post author not the Use registered username for authors name.
I wanted the person who wrote the story to be assigned author, not the same user for every post.
Version 20130104
Forum: Plugins
In reply to: [Simple Facebook Connect] wp-login.php redirects …?action=registerAnyone know when this feature going to be fixed?
Its ok I fixed it. The code provided was hard coded to the WP database tables and not what I had changed mine to for security purposes.
Im getting the following error when I use the npu-upload.php file you posted http://pastebin.com/9auv9ixJ
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/mysite.co.uk/wp-content/plugins/nextgen-public-uploader/inc/npu-upload.php on line 214
Any idea how to fix this?