ies22admin
Forum Replies Created
-
Forum: Plugins
In reply to: WP-PageNavi Version 2.72 Not Showing Page 2I faced the same problem, too. How to fix it? here is the index.php
?php if (is_archive()) $post_number = get_option(‘thesource_archivenum_posts’);
if (is_search()) $post_number = get_option(‘thesource_searchnum_posts’);
if (is_tag()) $post_number = get_option(‘thesource_tagnum_posts’);
if (is_category()) $post_number = get_option(‘thesource_catnum_posts’);
if (is_home()) $args=array(
‘showposts’=>get_option(‘thesource_homepage_posts’),
‘paged’=>$paged,
‘category__not_in’ => get_option(‘thesource_exlcats_recent’),
); ?>
<?php get_header(); ?><?php global $query_string;
if (is_category()) query_posts($query_string . “&showposts=$post_number&paged=$paged&cat=$cat”);
elseif (is_home()) query_posts($args);
else query_posts($query_string . “&showposts=$post_number&paged=$paged”); ?Forum: Plugins
In reply to: [Plugin: Event Registration] Users SubscribersAvdude
I activated the even registration but can’t use
In event setup page, there is an error message
“EVENTS LISTING:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/ahorghk/domains/ah.org.hk/public_html/wordpress/wp-content/plugins/event-registration/er_forms.inc.php on line 24″What can i do?
thx
Forum: Plugins
In reply to: [Plugin: Register Plus] Invitationcode multiple times usableI also tackled this problem. It needs to be solve, or the invitation code becomes meaningless.