Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter Vasanthan

    (@vasanthan)

    Anybody who can help with this issue?

    Thread Starter Vasanthan

    (@vasanthan)

    Hi,

    Am using Firefox and IE at home and Firefox and Safari at work and all of these show the widget section like this only, have checked for the javascript and it is enabled in all four.

    Thread Starter Vasanthan

    (@vasanthan)

    Am using Suffusion as my theme and there 2 php files, author and authors. The template tag get_avatar is in authors.php and I tried changing it but in vain 🙁

    The description of each php says

    authors.php
    * Displays all the authors of this blog.
    * A brief bio is shown for each author.

    author.php
    * Displays a bio and the posts for a given author. The posts can be shown either as excerpts or full contents

    So I think that get_avatar should have been in this php whereas it is now in authors.php

    I am putting up the entire code from author.php please let me know what should I add and where?

    Thank you Ben its really kind of you to help me in this.

    get_header();
    ?>
    <div id=”main-col”>
    <?php suffusion_before_begin_content(); ?>
    <div id=”content”>
    <?php suffusion_after_begin_content(); ?>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class=”post fix” id=”post-<?php the_ID(); ?>”>
    <?php suffusion_after_begin_post(); ?>
    <div class=”entry fix”>
    <?php suffusion_content(); ?>
    </div><!–entry –>
    <?php suffusion_before_end_post(); ?>
    </div><!–post –>

    <?php endwhile; ?>
    <?php suffusion_before_end_content(); ?>

    <?php else : ?>
    <div class=”post fix”>
    <h2><?php _e(“Not Found”, “suf_theme”); ?></h2>
    <hr/>
    <p><?php _e(“Sorry, but you are looking for something that isn’t here”, “suf_theme”); ?></p>
    </div><!–post –>

    <?php endif; ?>
    </div><!– content –>
    </div><!– main col –>
    <?php get_footer(); ?>

    Thread Starter Vasanthan

    (@vasanthan)

    I changed my existing code
    <?php echo get_avatar(get_the_author_meta(‘user_email’, $id), ’96’); ?>
    to
    <?php echo userphoto(get_the_author_meta(‘user_email’, $id), ’96’) ?>

    and even the thumbnail don’t appear now on the author’s page 🙁

    Thread Starter Vasanthan

    (@vasanthan)

    Well, in the file actions.php I tried to change get_avatar() to userphoto(), now it doesn’t even display the thumbnail, so I tried with user-photo() and it shows…

    Fatal error: Call to undefined function photo()

    Yeah I have checked “Override Avatar with User Photo” option.

    Please guide me on this.

    Thread Starter Vasanthan

    (@vasanthan)

    Hi Ben,

    Thank you for that reply and am sorry that I didn’t know it wasn’t with author avatar. 🙁

    If you’re using the “Override Avatar with User Photo” feature and the get_avatar() template tag at the moment you might have to replace that template tag by the userphoto() one…

    Can you please let me know exactly where can I find them and also where to replace them? (Consider me a non-programmer or non-coder.)

    Kind Regards.

    Forum: Plugins
    In reply to: WPMU Single Sign On

    Just check if this is useful…

    http://ww.wp.xz.cn/support/topic/328406?replies=13

    Forum: Themes and Templates
    In reply to: Suffusion
    Thread Starter Vasanthan

    (@vasanthan)

    Hi,

    The theme creator has given that option in the updated version.

    Thank you,
    Cheers.

    Thank you for that link.

    Looks like it would work, though have to try it myself.

    so what are the issues that I would face if in case I want to move to WPMU from my existing wordpress?

    You can export content from the single blogs and import into new blogs with same names on WPMU

    does it mean that I can export all the logins, users, blogs, comments, etc. from my existing wordpress blog to the new wpmu?

    is wordpress-mu an upgrade of the latest wordpress or is it something totally different?

    will it effect if I just overwrite my existing wordpress?

    Forum: Plugins
    In reply to: Paypal – Donate
    Thread Starter Vasanthan

    (@vasanthan)

    yeah but I don’t see any of them with a member-defined currency, all are like pre-defined.

    Would be nice to have a donate button where a member can choose his preferred currency.

    Oh thank you for the information.

    But I think that won’t be good when a member has to login twice on the same website for posting in different blogs.

    Is there a way where we can integrate 2 wordpress, login details so a member needs to login just once on the website and he can post in any number of blogs thats installed in it?

    Hi,

    Though am not using multiple themes at the moment, just out of curiosity.

    How is it possible to use the same set of logins if we are installing 2 wordpress for the same site? Will it help if we use the same database for both the installations?

    Its been just 2 days since i’ve been into WordPress and have started to love it, especially the help that am getting from people.

    Cheers…

Viewing 14 replies - 1 through 14 (of 14 total)