• Anonymous User 357386

    (@anonymized-357386)


    Hi!
    I have this problem in this test forum (it not contain banner and is work in progress, please do not consider a spam post).

    http://www.orgogliopeloritano.it/lista-utenti/
    If you click on “Noschese” you can see a valid author page.
    If you click on “testuser” (an user without any post) you can’t see gravatar and description.
    I think is a problem with loop.php:

    <?php /* If there are no posts to display, such as an empty archive page */ ?>
    <?php if ( ! have_posts() ) : ?>
    	<div id="post-0" class="post error404 not-found">
    		<h1 class="entry-title"><?php _e( 'Nessun risultato trovato', 'twentyten' ); ?></h1>
    		<div class="entry-content">
    			<p><?php _e( 'Spiacente, nessun risultato &egrave; stato trovato per il suddetto archivio.<br />Forse una ricerca potr&agrave; aiutarti a trovare il post/l\'articolo desiderato.', 'twentyten' ); ?></p>
    			<?php get_search_form(); ?>
    		</div><!-- .entry-content -->
    	</div><!-- #post-0 -->
    <?php endif; ?>

    Edit: i’ve see also that user_nicename show the slug and not the real nicename.
    How i can fix? :/

    http://wordpress.org/extend/plugins/members-list/

Viewing 1 replies (of 1 total)
  • Thread Starter Anonymous User 357386

    (@anonymized-357386)

    Edit: i’ve found also a validation (w3c) problem.
    Fixed with this: ./wp-content/plugins/members-list/tern_wp_members.php

    Search:

    $r .= '<li'.$c.'><a href="'.$this->url.'&query='.urldecode($_GET['query']).'&by='.$_GET['by'].'&type='.$_GET['type'].'&sort='.$v.'&order='.$o.'">'.$k.'</a></li>';

    Replace all & with &_amp; (without _ )

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Members List Plugin] Empty page for user without any post’ is closed to new replies.