News:

Wondering if this will always be free?  See why free is better.

Main Menu

Ultimate Profile

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

Previous topic - Next topic

Yağız...

I need the permission to 'Administrate forum and database'


Edit:

Modify your ../Themes/blacktothefuture/languages/Modifications.english.php file.

hellboy78

done

and it works.

but
where I can set Ultimate Profile rules?
I mean, only buddies can see pics etc,  or this can be done only by each user?

hellboy78

as admin I can set these rules for everyone,
or only members can set their rules by themselve?


hellboy78

many thanks for your help till now

many thanks

trekkie2444

Anyone have an answer for my question?

Xlife92


mirahalo

Quote from: Yağız... on March 18, 2009, 01:33:54 PM
Some good news: Ultimate Profile for SMF 2.0 RC1 will be released soon ;)


Cant wait   :o  :o  :o  O:)

b0dyr0ck2006

After installing this wonderful mod I seem to be having issues with the images.

I have checked the URL settings and they are all fine, I have also chmod 777 the folder profile_pictures.

All I get is the usual placemark for incorrect image link.

I'm running 1.1.8 with the Dilber theme.
Why don't you check out my site: www.swapsiesuk.co.uk

Why Shop when you can Swap?!

Celdric

#128
Hi. :) I just installed Ultimate Profile. Looks great so far, just the media box isn't shown. I need to enable mediabox use in my admin center and also ultimate profile editing by members. Right? Or is there something else I need to enable?

Yağız...

Quote from: Celdric on March 26, 2009, 04:16:40 AM
Hi. :) I just installed Ultimate Profile. Looks great so far, just the media box isn't shown. I need to enable mediabox use in my admin center and also ultimate profile editing by members. Right? Or is there something else I need to enable?
Go to ACP > Featured and Options > Ultimate Profile and enable Allow media box option.

Celdric

#130
Hi. :) Thanks for your response. As I mentioned in my post before the mediabox use is enabled. Nonetheless it's not showing.

Update: I just found the reason why it's not shown. Seems the mediabox isn't displayed as long as there is no content in it.

Celdric

The mediabox works fine now. I think thats a very usefull mod. :)

Perhaps a suggestion that may help webmasters which are using forums wrapped in portal sites like me.

On the profile page itself you placed the standard profile info boxes below the profile.
While on the edit profile page these boxes are still placed on the right side. I wonder, if you could place them also below the editing area?

Please take a look at the attached screenshot. Actually the page has 3 columns. The Portal column, the profile informations and the ultimate profile editor. That takes too much space and therefore breaks the site template.

I think this problem could be solved, if the profile informations were placed below
the editing area. Well, as I mentioned. Just a suggestion. :)



Mr_Lon

I'm using SMF 2.0 RC1 and have been waiting patently for the RC1 version.
But I just had to play with it, so I installed SMF 1.1.8 also and installed Ultimate Profile.
I have been playing with "Customization:" so when the RC1 version comes out I'll be ready. I'm having fun with it and now I can't wait! But I will patently because by reading the posts it's close to done.

Thanks in advance for your work.
Lon

Eir Loe.307

When I tried to install this mod I got a "Failed" message after modsettings.php. Any help?

JeepneyDriver

#134
I am running 1.1.8, PV 4.0 and the latest Ultimate Profile. Everything is as it should be with the exception of the Total Visitor count and the Buddy List avatar size.

In the default profile PV shows the total visitor count but when the UP is enabled the count is missing.

Buddy list avatars are displayed at the same size as they are elsewhere in the forums.

Shouldn't they be displayed in the Buddy List at the same size as avatars are displayed in the Profile Visitor box?

Can someone point me in the right direction to correct these anomalies?

TIA...

Nice mod by the way. :)

Edit...

One more thing that I forgot to ask about - In the My Pictures thumbnail view, it only shows 6 thumbs and they change position with each new view. Sometimes the first one shown in the thumbnail view is not the first one in the list when viewed full size. A person could start viewing in the middle of the group and when they hit the end, not realize that they have only seen a portion of the available pictures.

Edit...

The avatars need to be thumbed in the comment box when a person comments on a picture.

hellboy78

I see problems adding buddies

hot to solve that?

tyty1234

Quote from: hellboy78 on March 28, 2009, 06:12:27 AM
I see problems adding buddies

hot to solve that?
what seems to be the problem?
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.

Harvester

Quote from: Antechinus on March 16, 2009, 03:06:36 AM
Well ya learn something every day. Ok, do it like this:

Find and delete:

// Let's see who viewed my profile.           

if(!empty($modSettings['pv_enabled']) && $context['can_view_visitor']) {
echo '
<table border="0" cellpadding="4" cellspacing="1" class="bordercolor" width="100%" id="buddies">
<tr>
<td class="titlebg" height="26" align="center">
', $txt['pv_latest_visitors'] ,'
</td>
</tr>
<tr>
<td class="windowbg">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td colspan="2">
<table width="100%">';
if (!empty($context['visitor_profiles'])) {
$i = 1;
foreach ($context['visitor_profiles'] as $visitor) {
if ($i == 1)
echo ' <tr>';
echo '
<td class="windowbg" align="center" valign="bottom" style="padding:5px; width: 100px;">', $visitor['avatar']['href'] ? '<img src="' . $visitor['avatar']['href'] .'" width="50" />' : '', '<br /><b>', $visitor['link'], '</b><br /><span class="smalltext">', $visitor['time'], $context['can_delete_visitor'] ? '<br /><a href="' . $scripturl . '?action=deletevisitor;profile=' . $context['member']['id'] . ';member=' . $visitor['id'] . ';sesc=' . $context['session_id'] . '">' . $txt[31] . '</a>' : '', '</span></td>';

if ($i == 3)
echo '</tr>';

$i++;
if ($i == 4) $i = 1;
}
} else
echo ' <tr><td>', $txt['pv_no_visitors'] ,'</td></tr>';

echo '
</table>
</td>
</tr>';

echo '
</table>
</td>
</tr>
</table>
<br />';
}


Find:

<td class="windowbg">
', un_htmlspecialchars ($context['member']['options']['media']) ,'
</td>
</tr>
</table>';


Add after:

// Let's see who viewed my profile.           

if(!empty($modSettings['pv_enabled']) && $context['can_view_visitor']) {
echo '
<br/>
<table border="0" cellpadding="4" cellspacing="1" class="bordercolor" width="100%" id="buddies">
<tr>
<td class="titlebg" height="26" align="center">
', $txt['pv_latest_visitors'] ,'
</td>
</tr>
<tr>
<td class="windowbg">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td colspan="2">
<table width="100%">';
if (!empty($context['visitor_profiles'])) {
$i = 1;
foreach ($context['visitor_profiles'] as $visitor) {
if ($i == 1)
echo ' <tr>';
echo '
<td class="windowbg" align="center" valign="bottom" style="padding:5px; width: 100px;">', $visitor['avatar']['href'] ? '<img src="' . $visitor['avatar']['href'] .'" width="50" />' : '', '<br /><b>', $visitor['link'], '</b><br /><span class="smalltext">', $visitor['time'], $context['can_delete_visitor'] ? '<br /><a href="' . $scripturl . '?action=deletevisitor;profile=' . $context['member']['id'] . ';member=' . $visitor['id'] . ';sesc=' . $context['session_id'] . '">' . $txt[31] . '</a>' : '', '</span></td>';

if ($i == 3)
echo '</tr>';

$i++;
if ($i == 4) $i = 1;
}
} else
echo ' <tr><td>', $txt['pv_no_visitors'] ,'</td></tr>';

echo '
</table>
</td>
</tr>';

echo '
</table>
</td>
</tr>
</table>
<br />';
}


This is the same as the block you deleted except there is a line break added just after the first echo.


The first code you say to find and delete... Its not in my UltimateProfile.php   I let dreamweaver search for it... not there...  I manually searched for it.. not there...   I have .9 version... looks like things changed...

Id like  to put the buddies under the right column still though.

Please help

JovanT

Do you have Profile Visitors mod installed?

n-joy

Quote from: JovanT on March 29, 2009, 01:11:44 PM
Do you have Profile Visitors mod installed?
Hi!
A few posts ago in this topic, I found this:

QuoteI sent the package to Jovan. We should wait him until he upload the package to the Mod Site.

So, ultimate profile for SMF 2 is ready?
Will it be uploaded soon?
Thank You!

Advertisement: