Vasanthan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Posts doesn’t show up on single post pageAnybody who can help with this issue?
Forum: Fixing WordPress
In reply to: weird widget sectionHi,
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.
Forum: Plugins
In reply to: Author Avatars List – User profileAm 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 contentsSo 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(); ?>Forum: Plugins
In reply to: Author Avatars List – User profileI 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 🙁
Forum: Plugins
In reply to: Author Avatars List – User profileWell, 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.
Forum: Plugins
In reply to: Author Avatars List – User profileHi 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 OnJust check if this is useful…
Forum: Themes and Templates
In reply to: SuffusionHi,
The theme creator has given that option in the updated version.
Thank you,
Cheers.Forum: Themes and Templates
In reply to: Multiple themes – one siteThank you for that link.
Looks like it would work, though have to try it myself.
Forum: Themes and Templates
In reply to: Multiple themes – one siteso 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?
Forum: Themes and Templates
In reply to: Multiple themes – one siteis 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 – Donateyeah 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.
Forum: Themes and Templates
In reply to: Multiple themes – one siteOh 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?
Forum: Themes and Templates
In reply to: Multiple themes – one siteHi,
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…