Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: shadow82x on August 30, 2008, 10:02:31 PM

Title: Enhanced Profile
Post by: shadow82x on August 30, 2008, 10:02:31 PM
Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=1348)

Package Information

Latest Version: 1.0
Created by: ccbtimewiz (http://www.simplemachines.org/community/index.php?action=profile;u=111571;sa=summary)
Built for: SMF 1.1.6 and below
Package: Enhanced Profile

(http://i35.tinypic.com/149b3x1.jpg)

(http://i36.tinypic.com/n5ip2f.jpg)

What is this?

This modification alters the profile template quite a bit.

It provides:

- Messenger Icons next to the messenger name
- Appends the avatar with position image at top.
- Links avatar to recent posts

Alteration Log

[!] Released on August 30, 2008


Need Help?

If you need help with this modification, please don't hesitate to post in the support thread.
Title: Re: Enhanced Profile
Post by: Nathaniel on August 30, 2008, 10:18:48 PM
Nice mod ccbtimewiz! ;)

Hmm, maybe we should use this on the SimplePortal.net website? ;D
Title: Re: Enhanced Profile
Post by: ccbtimewiz on August 30, 2008, 10:22:51 PM
Quote from: LHVWB on August 30, 2008, 10:18:48 PM
Nice mod ccbtimewiz! ;)

Hmm, maybe we should use this on the SimplePortal.net website? ;D

Thanks LHVWB. :)

... dude. We do use this on the SP.net website. :P
Title: Re: Enhanced Profile
Post by: evil-angelist on August 31, 2008, 01:33:42 AM
I tried it on a test site and it seems to go in nicely it also saves having to install other mods as it combines several others.

Screen shot on the mod download would be nice.
Title: Re: Enhanced Profile
Post by: ccbtimewiz on August 31, 2008, 07:50:23 AM
I'll add pictures to the page later today. :)
Title: Re: Enhanced Profile
Post by: Manu.G on September 01, 2008, 09:44:36 AM
Hi,

really nice mod. ;)

I have only one question.
We don't use the skype thing in our forum, but we use the myspace mod.
Has the code to be like this:

if( !empty( $myspace ) )
            echo '
                <tr>
                    <td><b>MYSPACE: </b></td>
                    <td>',$context['member']['myspace']['link'],' ',$context['member']['myspace]['link_text'],'</td>
                    </tr>';


I'm not sure of this if( !empty( thing  :-\
Title: Re: Enhanced Profile
Post by: ccbtimewiz on September 01, 2008, 10:35:44 AM
Yes, that should work.
Title: Re: Enhanced Profile
Post by: Manu.G on September 01, 2008, 12:56:28 PM
Yes it works perfect!! :D

Thanks ;)
Title: Re: Enhanced Profile
Post by: ccbtimewiz on September 01, 2008, 01:18:20 PM
Added pictures to the top post. :)
Title: Re: Enhanced Profile
Post by: cfp85 on September 15, 2008, 06:18:47 AM
installed it and nothing happends  ???
Title: Re: Enhanced Profile
Post by: ccbtimewiz on September 15, 2008, 10:49:37 AM
There could be two reasons to why you are not seeing anything. Actually three.

1.) You have a profile.template.php in your theme folder. Delete it or make manual edits in it.

2.) The modification had a "test failed!". Try reinstalling.

3.) You don't have badges/rankings and/or you don't have IM clients in your profile.

Could you link me to your forum and perhaps look into the solutions to the problems I described above?
Title: Re: Enhanced Profile
Post by: cfp85 on September 17, 2008, 12:32:46 PM
1.) nop ..no profile.template.php

2.) all test are good ...no 'test failed'

3.) hmmm didnt quite understand this part

url : www.urbansleepers.com

Quote from: ccbtimewiz on September 15, 2008, 10:49:37 AM
There could be two reasons to why you are not seeing anything. Actually three.

1.) You have a profile.template.php in your theme folder. Delete it or make manual edits in it.

2.) The modification had a "test failed!". Try reinstalling.

3.) You don't have badges/rankings and/or you don't have IM clients in your profile.

Could you link me to your forum and perhaps look into the solutions to the problems I described above?
Title: Re: Enhanced Profile
Post by: ruedigers on September 21, 2008, 07:53:29 AM
got the same problem, it installed fine and changed the image, but neither skype nor gmail icon or edit field...

I have a profile.template.php in your theme folder. Deleting it breaks the whole profile-view!

There are current edits in it:
line 218:
//$skype = $context['member']['skype']['link_text'];


and:
line 249++:
/* if( !empty( $skype ) )
echo '
<tr>
<td><b>Skype: </b></td>
<td>',$context['member']['skype']['link'],' ',$context['member']['skype']['link_text'],'</td>
</tr>'; */


I hope it backs out cleanly.   :( :-\
Title: Re: Enhanced Profile
Post by: matasanos on September 21, 2008, 07:57:32 AM
Quote from: ruedigers on September 21, 2008, 07:53:29 AM
got the same problem, it installed fine and changed the image, but neither skype nor gmail icon or edit field...

I have a profile.template.php in your theme folder. Deleting it breaks the whole profile-view!

There are current edits in it:
line 218:
//$skype = $context['member']['skype']['link_text'];


and:
line 249++:
/* if( !empty( $skype ) )
echo '
<tr>
<td><b>Skype: </b></td>
<td>',$context['member']['skype']['link'],' ',$context['member']['skype']['link_text'],'</td>
</tr>'; */


I hope it backs out cleanly.   :( :-\


you will have to make manual modifications in that file
Title: Re: Enhanced Profile
Post by: ghof on October 24, 2008, 07:52:49 AM
how to leave all like it is (msn,icq...)  and only put a msn image on msn, and icq image on icq.?
Title: Re: Enhanced Profile
Post by: ccbtimewiz on October 24, 2008, 11:08:34 AM
Quote from: ruedigers on September 21, 2008, 07:53:29 AM
got the same problem, it installed fine and changed the image, but neither skype nor gmail icon or edit field...

This mod doesn't add Skype or Gmail fields. You need to install my integration mods to do that. This mod only adds message icons, as the description says.

Quote from: ghof on October 24, 2008, 07:52:49 AM
how to leave all like it is (msn,icq...)  and only put a msn image on msn, and icq image on icq.?

Edit the Profile.template.php file. :)
Title: Re: Enhanced Profile
Post by: ghof on October 24, 2008, 07:04:11 PM
Quote from: ccbtimewiz on October 24, 2008, 11:08:34 AM
Quote from: ruedigers on September 21, 2008, 07:53:29 AM
got the same problem, it installed fine and changed the image, but neither skype nor gmail icon or edit field...

This mod doesn't add Skype or Gmail fields. You need to install my integration mods to do that. This mod only adds message icons, as the description says.

Quote from: ghof on October 24, 2008, 07:52:49 AM
how to leave all like it is (msn,icq...)  and only put a msn image on msn, and icq image on icq.?

Edit the Profile.template.php file. :)

ehhh yupp, but WHAT to edit, and what code to use... :)
Title: Re: Enhanced Profile
Post by: Apllicmz on July 19, 2009, 01:14:11 PM
Update to smf 2.0.x when
nice work
good mod
Title: Re: Enhanced Profile
Post by: patdj on August 30, 2009, 08:23:15 AM
Nice idea, but I got some problems, too:

First, but that might be a general problem that I just didn't know before: when I try to enter a website URL for my profile I get an error message:
QuoteAn Error Has Occurred!
The user whose profile you are trying to view does not exist.
Everything else seems to work.

Next, I get the comm symbols, but the profile picture is still in the middle, and not on top. Apart from that I see nothing of a gender image...  :o
Title: Re: Enhanced Profile
Post by: shadow82x on November 18, 2009, 10:22:13 PM
Quote from: Joomlamz on July 19, 2009, 01:14:11 PM
Update to smf 2.0.x when
nice work
good mod
There really isn't much of a point to update this mod to SMF2.0 as the profile section has been redesigned.

@ patdj
Do you still need assistance? Did you get any errors while installing the mod?
Title: Re: Enhanced Profile
Post by: ShadoWind on March 12, 2010, 06:35:10 AM
I have a problem in that I'm trying to install it but it won't let me as I get the following message:

1. Execute Modification ./Themes/default/Profile.template.php Test failed

Shadow82x, do you have any suggestions on how I can fix it?