Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 2:42 am (All times are UTC )

 




Post new topic Reply to topic  [ 2 posts ] 
Author Message
Posted: Mon Oct 17, 2005 1:24 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Oct 14, 2005 3:42 am
Posts: 39
I was trying to figure out how to make it so joomla doesn't show a users avatar in the side after login.. My forum template for smf shows the avatar at the top of forum and I have the forum wrapped and when at forum you end up seeing your avatar twice, one on the side (joomla template) and the other at top of forum.

is this possible or am I missing something in the joomla admin area?


Top
   
 
Posted: Mon Oct 17, 2005 4:38 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 758
Location: Minneapolis, MN
Doesn't look like that's an option in the login module.  Easy enough to fix, though - just edit the file mod_smf_login.php and either delete or comment out these lines:
Code:
   if (!empty($context['user']['avatar']))
      echo '<td valign="top" align="'.$smf_align.'">', $context['user']['avatar']['image'], '</td></tr>';

_________________
http://www.technoadvice.com


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group