News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Ultimate Profile

Started by JovanT, March 12, 2009, 12:14:40 PM

Previous topic - Next topic

JovanT

Link to Mod

Features:
- About Me, Interests & Media box
- Organizable buddy list
- Approval of buddies
- Profile pictures
- Profile comments
- Picture comments
- Customizable look & feel

This modification will allow your users to customize their profiles just like they can on other social networks like MySpace, Facebook, Tagged... It is a great addition for building community around your SMF forum.

Users can choose whether they want to have this customized profile or just plain, ordinary one. They can enter About me & My Interests texts which can be formatted using BB code. Also, they can input HTML & CSS code in special text area and customize look of their profile. They can add background picture, change font, size and color of text as well as other elements.

This modification also allows them to upload their own pictures which are then showed in their profile and can be organized in albums. Other users can post comments on someones profile or pictures.

Administrators can choose whether they want to enable pictures and customization of profiles. Also, they can turn on ultimate profiles for all forum users.

Users can disable comments for their profiles or restrict new comments only to their buddies. Pictures can be shown to all users or only to buddies.


Preview: http://dev.turanjanin.net/forum/index.php?action=profile;u=1
FAQ: http://dev.turanjanin.net/forum/index.php/topic,13.0.html

Old support topic: http://www.simplemachines.org/community/index.php?topic=183574.0



edit- per http://www.simplemachines.org/community/index.php?topic=298641.msg3254823#msg3254823
to fix the buddies problem, change line 365 and 403 from:
$buddies = explode(',', $user_profile[$_GET['u']]['buddy_list']);
to:
$buddies = array_filter(explode(',', $user_profile[$_GET['u']]['buddy_list']));

In English, array_filter removes the bogus entry.

problemwt2.0

sir why ur nt releasing a version compatiable with 2.0 :(

tyty1234

It's great that this mod is finally on the mod site! :D
And @problemwt2.0, I think he's still working on a 2.0 version of the mod. ;)
My Activity: Inactive
My Links: tyty1234's SMF Site | SMF Package Parser | SMF Helper | My Mods [5]
Subscribe to my SMF blog for updates
PMs for support will not be accepted, unless requested otherwise.

mrtrc266

Great job on getting this on the MOD Site!

The only thing holding me back from upgrading to RC1 is this MOD...LOL I can't wait till it's compatible. Thank you for all your hard work.

mrtrc266=waiting patiently ;)

Antechinus

Nice work. Now, about that RC1 version................. ;)

Mick.

Any changes on this version from 8.5?

ahikmahin

really waitting for 2.0 version.... whats the latest news??

haito

www.japanesia.co.id | Portal Berita & Komunitas Untuk Kamu yang Suka Jepang

ifwmonster

Quote from: haito on March 13, 2009, 02:37:33 AM
preview please...
A review of this would be awesome.  Could be a big benefit to my site.

Antechinus

If you really want a preview, install the mod on a test board. :D It's free. What have you got to lose?

In fact I'm going to do that right now.

Antechinus

Well it works. Installed without errors on a site running 1.1.8 and TPv1.06. Only problem is I can't figure out how to add pics yet.  :P

Angelotus

Wel Jovant, you should work on a 2.0 version soon, as I read all these comments ;) Nice mod dude!

matasanos

awesome mod!!!

thanks men!


Sweetwater

I like the idea of this mod.  8)

I got this error line

Quote3. Execute Modification ./Sources/ModSettings.php Test failed

Any ideas on how to proceed? Or should I not install it?

Thanks,

mrtrc266

#15
Quote from: Sweetwater on March 13, 2009, 10:05:11 AM
I like the idea of this mod.  8)
I got this error line

Quote3. Execute Modification ./Sources/ModSettings.php Test failed
Any ideas on how to proceed? Or should I not install it?

Thanks,

You can run it through a Package Parser and edit the file maunally. More than likely another one of your MODs moved some of the code around.

silber112

Thanks a lot for this great MOD  :D


Images of the mod will help a lot to see how it looks like. I am going to test it on my Test forum.

GREAT WORK  >:(

chrishicks

Quick question before I attempt an manual uninstall of 0.7 to install this version. Will everyone have to redo things like the custom CSS stuff that they added when I upgrade this?

zapiy

I would like to change the My Media title to My  Games.. Is it possible?


Thanks
www.maturevideogamer.co.uk
www.consoleplanet.co.uk
www.retrovideogamer.co.uk

Yağız...

#19
Quote from: zapiy on March 13, 2009, 02:02:06 PM
I would like to change the My Media title to My  Games.. Is it possible?


Thanks
Search for 'My Media' in ../Themes/default/languages/UltimateProfile.english.php and change it to 'My Games'.

Turkish Translation:
    <file name="$languagedir/Modifications.turkish.php" error="skip">
        <operation>
            <search position="end" />
            <add><![CDATA[
$txt['ultimate_profile'] = 'Özelleştirilmiş Profil';
$txt['permissionname_edit_ultimate_profile'] = 'Özelleştirilmiş profili düzenleyebilir';
$txt['permissionname_edit_ultimate_profile_own'] = 'Kendi profilini';
$txt['permissionname_edit_ultimate_profile_any'] = 'Herkesin profilini';
$txt['permissionhelp_edit_ultimate_profile'] = 'Üyenin özelleştirilmiş profili düzenlemesini sağlar.';
$txt['cannot_edit_ultimate_profile_own'] = 'Üzgünüm, özelleştirilmiş profilinizi düzenleyemezsiniz..';
$txt['cannot_edit_ultimate_profile_any'] = 'Üzgünüm, başkasının özelleştirilmiş profilini düzenleyemezsiniz.';

]]></add>
        </operation>
    </file>

Advertisement: