Ultimate Profile

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

Previous topic - Next topic

TwitchisMental

Well I found me a myspace layout that works with this mod nicely. Only problem is it didn't have anything for the category tabs. (where it says picture,name,etc..)

Could someone tell me the css for that. or just the basic

{
.item
}

thing :)

mrtrc266

Quote from: NBK*Twitch on October 15, 2009, 06:29:26 PM
Well I found me a myspace layout that works with this mod nicely. Only problem is it didn't have anything for the category tabs. (where it says picture,name,etc..)

Could someone tell me the css for that. or just the basic

{
.item
}

thing :)

Just a few words of caution....Be very careful when using those MySpace code, lots of them are infested with junk. I had a couple members who's profiles were completely locked up due to some of that stuff. I had to remove all the content via the database in order to get rid of it.

TwitchisMental

Quote from: mrtrc266 on October 16, 2009, 12:53:51 AM
Quote from: NBK*Twitch on October 15, 2009, 06:29:26 PM
Well I found me a myspace layout that works with this mod nicely. Only problem is it didn't have anything for the category tabs. (where it says picture,name,etc..)

Could someone tell me the css for that. or just the basic

{
.item
}

thing :)

Just a few words of caution....Be very careful when using those MySpace code, lots of them are infested with junk. I had a couple members who's profiles were completely locked up due to some of that stuff. I had to remove all the content via the database in order to get rid of it.

I do know this,but that is why I looked for simple layouts that did not have the junk :). I might sound noob,but I do know alot about css and html just not smf :).

If someone can tell me I think my profile theme will be done :D.

4b11l

Quote from: 4b11l on October 12, 2009, 01:11:33 AM
Quote from: JulesW on October 10, 2009, 04:13:18 AM
QuoteHello,

Can someone tell me now where this code resides in smf 2.0? I recently upgarded and this code doesn't seem to exist in profile.php anymore.

It's in /sources/profile-view.php

before
Quote// Are there things we don't show?

Thank you!

Coding problem now it seems in smf 2.0?

I am trying to put this code into the "summary" section of Ultimate Profile (UP) under "positions" and for some reason it is not showing below it; rather, it goes on the very top. This happens with all of my codes I try to add from profile.template.php. Additionally, the code doesn't seem to parse correct with UP? I have attached a screenshot of this below. The first one is with UP and the second is the regular profile, how it's suppose to look like.

<tr>';

// Add the referral/referred user information to the profile summary
echo '
<dt>', $txt['referrals_referrals'], '</dt>
<dd>
', $context['member']['referrals_no'], '  ';

// Show in dropdown username of those referred
if (!empty($context['member']['referred_members'])){
echo '
<select onchange="location=options[selectedIndex].value;">
<option>', $txt['referrals_membersreferred'], '</option>';
foreach($context['member']['referred_members'] as $referred)
echo '
', $referred;

echo '
</select>';
}

echo '
</dd>
<dt>', $txt['referrals_referrals_hits'], '</dd>
<dd>', $context['member']['referrals_hits'], '</dd>';

if (!empty($context['member']['referred_by'])){
echo'
<dt>', $txt['referrals_referred_by'], '</dt>
<dd>', $context['member']['referred_by_link'], ' ', $txt['referrals_on'], ' ', timeformat($context['member']['referred_on']), '</dd>';
}

// Remove the # on the next line to make the link appear for the profile's owner ONLY!
# if ($context['user']['id'] == $context['member']['id'])
echo '
<dt>', $txt['referrals_link'], '</dt>
<dd>
<input type="text" id="referral_link" value="', $scripturl, '?referredby=', $context['member']['id'], '" readonly="true" style="width:250px;" />
<a href="javascript:void(0);" rel="nofollow" onclick="return smfSelectText("referrallink", true);" title="', $txt['code_select'], '">', $txt['code_select'], '</a>
</dd>';
echo'
</tr>


I am not very good with PHP and through trial and error, has found that code to work, but with issues as stated above.

I have added my php file too just in case.

bump.

Attached files on page 55. http://www.simplemachines.org/community/index.php?topic=298641.msg2304408#msg2304408

ElectricSquid

I'm working on a mod that will add Status Update functionality to SMF.
Ultimate profile support WILL be added since I think it will be a cool addition to this mod.
MyStatus Mod (beta) development topic



robinrobin

This mod resets everyone's buddy-list and doesn't leave the "Add to buddy list" option visible for the members that you previously had in your list, meaning that you can't re-add them to the new list.

2.0 RC1.2

robinrobin

How can you make new members get the option "Don't receive comment notifications" by default?

LC

Quote from: NBK*Twitch on October 11, 2009, 12:07:29 PM
Quote from: NBK*Twitch on October 07, 2009, 04:22:53 PM
Okay I finally got someone who knows alot about smf to get this installed.

It works great now,but I can't seem to add a project playlist to my profile :( .
*bump*

Any ideas? :).
That has to do with Project Playlist's new coding for HTML. If you are using IE8 (not sure about other browsers) it will appear as broken. As far as I know nothing has changed since some of my members have attempted to use it. There are other playlist sites out there, but in respect to this thread I won't state them here.

TwitchisMental

Quote from: LadyChaos on October 16, 2009, 05:38:29 PM
Quote from: NBK*Twitch on October 11, 2009, 12:07:29 PM
Quote from: NBK*Twitch on October 07, 2009, 04:22:53 PM
Okay I finally got someone who knows alot about smf to get this installed.

It works great now,but I can't seem to add a project playlist to my profile :( .
*bump*

Any ideas? :) .
That has to do with Project Playlist's new coding for HTML. If you are using IE8 (not sure about other browsers) it will appear as broken. As far as I know nothing has changed since some of my members have attempted to use it. There are other playlist sites out there, but in respect to this thread I won't state them here.

Yeah I have tried a few others,but none wanna work. If you could,pm me a site you know that would work.

Newbiezkid

This looks like a great mod... I'm defiantly using this... Thank you so much for sharing...
My forum -->

robg2251

This may have been covered.. but I only read through about 15 pages, and gave up.   

I installed this mod - very cool.  Only thing, how the heck do you edit the About Me section?   I want to tell users how to do it, and for the life of me I can't figure out how to edit that section as a user.   The "My Pictures" and "comments" headers are both links.  About Me is not a link.   Is there somewhere else I go to edit this area?

Any help would be appreciated!

mALEFACTOr

Hi guys. I have a little problem.

I've installed this mod, and when I am trying to get into Profile I got only this error:
Unknown column 'com.time' in 'field list'
Directory: /home/xxxxx/public_html/forum/Sources/Profile-View.php
Line: 230   

Help..

Yağız...

Quote from: mALEFACTOr on October 21, 2009, 09:20:23 AM
Hi guys. I have a little problem.

I've installed this mod, and when I am trying to get into Profile I got only this error:
Unknown column 'com.time' in 'field list'
Directory: /home/xxxxx/public_html/forum/Sources/Profile-View.php
Line: 230   

Help..

http://www.simplemachines.org/community/index.php?topic=298641.msg2303665#msg2303665

mALEFACTOr

Thank you dude. I have one more question.
How can I make all users profiles to be Ultimate Profile? Because in my Admin panel / Features and Options I don't have the Ultimate Profile tab..
How can I fix it?

diablo3x.dk

I have translated 50% of this mod @ Danish so far.

If you like, I could upload this when done :)

mALEFACTOr

Quote from: mALEFACTOr on October 21, 2009, 09:46:50 AM
Thank you dude. I have one more question.
How can I make all users profiles to be Ultimate Profile? Because in my Admin panel / Features and Options I don't have the Ultimate Profile tab..
How can I fix it?
It's ok.  I solve it. It was in Modifications not in Features and Options.

robg2251

Quote from: robg2251 on October 21, 2009, 08:48:35 AM
This may have been covered.. but I only read through about 15 pages, and gave up.   

I installed this mod - very cool.  Only thing, how the heck do you edit the About Me section?   I want to tell users how to do it, and for the life of me I can't figure out how to edit that section as a user.   The "My Pictures" and "comments" headers are both links.  About Me is not a link.   Is there somewhere else I go to edit this area?

Any help would be appreciated!

Hey - I know this is a pretty simple question, but I honestly can't figure out how a user edits the about me section..   what am I missing?

LC

Quote from: robg2251 on October 21, 2009, 01:24:13 PM
Quote from: robg2251 on October 21, 2009, 08:48:35 AM
This may have been covered.. but I only read through about 15 pages, and gave up.   

I installed this mod - very cool.  Only thing, how the heck do you edit the About Me section?   I want to tell users how to do it, and for the life of me I can't figure out how to edit that section as a user.   The "My Pictures" and "comments" headers are both links.  About Me is not a link.   Is there somewhere else I go to edit this area?

Any help would be appreciated!

Hey - I know this is a pretty simple question, but I honestly can't figure out how a user edits the about me section..   what am I missing?
They have to have the "Ultimate Profile Enabled" Checked. To do that, it is in the Modify Profile-Ultimate Profile- Then check Ultimate Profile Enabled and then you can write text in the about me and my interests sections. The media section is the only place you paste codes for your favorite videos, music as HTML and CSS are supported. To fancy up the profile, the customization area is the area for CSS and HTML (cascading style sheet).

robg2251


Quote
They have to have the "Ultimate Profile Enabled" Checked. To do that, it is in the Modify Profile-Ultimate Profile- Then check Ultimate Profile Enabled and then you can write text in the about me and my interests sections. The media section is the only place you paste codes for your favorite videos, music as HTML and CSS are supported. To fancy up the profile, the customization area is the area for CSS and HTML (cascading style sheet).

Well that would be the issue then.  Under Modify Profile - the Ultimate  Profile link isn't coming up.   How do I get that to display?



LC

Quote from: robg2251 on October 21, 2009, 01:50:05 PM

Quote
They have to have the "Ultimate Profile Enabled" Checked. To do that, it is in the Modify Profile-Ultimate Profile- Then check Ultimate Profile Enabled and then you can write text in the about me and my interests sections. The media section is the only place you paste codes for your favorite videos, music as HTML and CSS are supported. To fancy up the profile, the customization area is the area for CSS and HTML (cascading style sheet).
Well that would be the issue then.  Under Modify Profile - the Ultimate  Profile link isn't coming up.   How do I get that to display?
Are you using a Custom theme? If so, did you make the changes to the theme in accordance to the parser? ( am I making sense? :) ) If not that would be why the link is not showing up. The mod only changes the default theme (SMF core) and not any special themes you might have added.

If that is not the case, then I would still look over the theme files and make sure the Ultimate Profile code is there.
Let me know, I will see what I can do to help you. :)

Advertisement: