Welcome, Guest. Please Login or Register.
May 15, 2025, 01:56:55 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Avatar on welcome message « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Avatar on welcome message  (Read 1024 times)
ivogomes
Noobie
*
Posts: 8


I'm just part of your imagination

ICQ - 101287795ivogomes@bigfoot.com WWW
Avatar on welcome message
« on: August 24, 2003, 10:06:54 PM »
Reply with quote

I'm trying to add the user avatar nest to the welcome message on the top of the board. Just like in www.simplemachines.org but I don't know how to do it. I've tried some simple modifications on Subs.php but it didin't work. I'm a newbie in PHP and I don't know how to do it...

Can someone please help me with that??
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Avatar on welcome message
« Reply #1 on: August 24, 2003, 10:41:31 PM »
Reply with quote

It's really a lot easier with SMF.... the template system makes it simpler...

You can try using <?php echo $GLOBALS['settings'][whatevernumberavataris];?> but I think it's a bit different.

-[Unknown]
Logged
ivogomes
Noobie
*
Posts: 8


I'm just part of your imagination

ICQ - 101287795ivogomes@bigfoot.com WWW
Re:Avatar on welcome message
« Reply #2 on: August 25, 2003, 11:09:04 AM »
Reply with quote

I tried to copy the code from the Profile.php to show the avatar but it didn't work as well.

I tried adding this to Subs.php

$request = mysql_query("SELECT avatar
      FROM {$db_prefix}members
      WHERE memberName='$user'") or database_error(__FILE__, __LINE__);


$avatar = ' . $userprofile[$mname]['avatar'] . ';      
   
   $yyavatar = ($username == 'Guest' ? "" : "$avatar");


And then I added the <yabb avatar> tag in the template, but it didn't work. Like I said, I'm a newbie at PHP...
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Avatar on welcome message « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.152 seconds with 20 queries.