Ultimate Profile

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

Previous topic - Next topic

Chas Large

Hi, I have Ultimate Profile working just fine in 1.1.10. I'm about to upgrade to SMF 2.0 RC2. Should I uninstall the old UP first, then upgrade then reinstall UP for SMF 2.0? or can I just overinstall the latest version after upgrade?

I presume no data will be lost if I uninstall the old UP first as it's all in the dB?

Any guidance gratefully received.

Chas
My Modifications :)  My Forum

Please DO NOT PM me with support requests. Post the problem in the appropriate Support Board so everyone can benefit from the advice given.

Yağız...

Quote from: Chas Large on November 29, 2009, 07:41:33 AM
Hi, I have Ultimate Profile working just fine in 1.1.10. I'm about to upgrade to SMF 2.0 RC2. Should I uninstall the old UP first, then upgrade then reinstall UP for SMF 2.0? or can I just overinstall the latest version after upgrade?

I presume no data will be lost if I uninstall the old UP first as it's all in the dB?

Any guidance gratefully received.

Chas
You don't need to uninstall. When you upgrade, all installed mods will be deleted. And no, nothing will be lost.

smldmr

Anything is wrong, all profiles looks like this:


Yağız...

Sorry, I forgot to add something in my post :)

Find in your themes' css/index.css file:
#creator dl
{
margin: 0;
}
#creator dt
{
width: 40%;
float: left;
clear: both;
margin: 0 0 10px 0;
}
#creator dd
{
float: left;
width: 60%;
margin: 0 0 10px 0;
}

And replace with:
#creator dl, .creator dl
{
margin: 0;
}
#creator dt, .creator dt
{
width: 40%;
float: left;
clear: both;
margin: 0 0 10px 0;
}
#creator dd, .creator dd
{
float: left;
width: 60%;
margin: 0 0 10px 0;
}

And then, do a hard refresh (CTRL + F5).

gbsothere

Quote from: polio on November 29, 2009, 07:00:24 AM
I am running smf 1.10 with the babylon theme and I know that other people have posted an issue with the pending buddy list with this mod, but I can't find the solution to the issue.

I am new to the forum and the site and I have everything else exactly how I want it but this puzzles me. My pending buddies remain missing. PLEASE someone if you have a code to fix this please help me. I'm getting desperate here and vbulletin is just too expensive for me.

It would also be nice to find out how to integrate flashchat directly onto my page in the lower frame. Thats something else I've been fighting with.

Thanks :-[
Paul





Paul, try running the attached buddy migration tool.    :)
My apologies, but I am taking a break from accepting PM requests for support.  If I am not currently assisting you, please do not ask as long as this notice is posted.  Thank you.

I Don't Want To Grow Old Alone


It has been proven that Steely Dan reduces the occurrence of road rage, according to an independent study.



A reminder about admin / ftp passwords etc.

smldmr

Yeah, thats it. Thanks for your help.

Yağız...

People using Ultimate Profile for SMF 2.0 RC2, please download the package, open the downloaded, copy Themes/default/UltimateProfile.template.php file to your desktop and change it with yours. I found and fixed a very ugly bug.

polio

Paul, try running the attached buddy migration tool.    :)
[/quote]

Thanks for your help. I tried running the migration tool and it came up with this error:
Fatal error: Call to undefined function loaddatabase() in /home/forum/public_html/SSI.php on line 84

i dont know how to fix this and my members are really bugging me about his buddy list....

any other advice is greatly appreciated...

gbsothere

Quote from: polio on November 30, 2009, 12:48:19 AM

Thanks for your help. I tried running the migration tool and it came up with this error:
Fatal error: Call to undefined function loaddatabase() in /home/forum/public_html/SSI.php on line 84

i dont know how to fix this and my members are really bugging me about his buddy list....

any other advice is greatly appreciated...


Well...   I know that the Babylon theme doesn't have the same templates that Ultimate Profile parses, so that isn't it.  You might place a parsed copy (from your server) of Modifications.english.php into Babylon's language folder....  *thinking*

If the issue is that buddies is enabled but no one can add them, that they issue invitations but that's as far as it goes, then let me ask you this:  did you have buddies enabled before installing Ultimate Profile?  If you did, then I would access my database and open and browse the table "smf_members" (or whatever your particular prefix is).  In that table, there is a column "buddy_list".  If there are member ID numbers in that column, I would edit and remove them all, saving the changes and then have your members issue their invitations again.  (This is exactly what I had to do on one of my 1.1.10 forums and it corrected the buddy issue.)  Your members need to remember, though, that when they issue a buddy invitation, they must wait until a system PM is sent to that person and the person either approves or deletes their invitation.  Buddies won't appear on anyone's buddy list until someone has approved an invitation.
My apologies, but I am taking a break from accepting PM requests for support.  If I am not currently assisting you, please do not ask as long as this notice is posted.  Thank you.

I Don't Want To Grow Old Alone


It has been proven that Steely Dan reduces the occurrence of road rage, according to an independent study.



A reminder about admin / ftp passwords etc.

jibo

After instalation i get this error when viewing a profile?

Unknown column 'com.time' in 'field list'
Bestand: /home/jibo03/public_html/jibu/Sources/Profile-View.php
Regel: 231


jibo

Thanks! That is working fine!

LC

Trying to install on a curve RC2

Got these errors in the test.
   1.   Execute Modification   ./Sources/Profile.php   Test failed
   5.   Execute Modification   ./Themes/default/Profile.template.php   Test failed
   11.   Execute Modification   ./Sources/ManagePermissions.php   Test failed
   
Should I install then manually input the missing code?

Yağız...

Quote from: LadyChaos on December 01, 2009, 01:37:44 PM
Trying to install on a curve RC2

Got these errors in the test.
   1.   Execute Modification   ./Sources/Profile.php   Test failed
   5.   Execute Modification   ./Themes/default/Profile.template.php   Test failed
   11.   Execute Modification   ./Sources/ManagePermissions.php   Test failed
   
Should I install then manually input the missing code?
Yes. Any other installed mod?

LC

Quote from: Yağız... on December 01, 2009, 01:39:35 PM
Quote from: LadyChaos on December 01, 2009, 01:37:44 PM
Trying to install on a curve RC2

Got these errors in the test.
   1.   Execute Modification   ./Sources/Profile.php   Test failed
   5.   Execute Modification   ./Themes/default/Profile.template.php   Test failed
   11.   Execute Modification   ./Sources/ManagePermissions.php   Test failed
   
Should I install then manually input the missing code?
Yes. Any other installed mod?
The mods I have are Aeva and SMF Gallery. That's it.

Yağız...

Ok, try to install it manually.

LC

Ok I was able to do all the files, except for the profile.php. It keeps giving me a

Parse error: syntax error, unexpected ';', expecting ')' in /home/ladychaos/site/Sources/Profile.php on line 390

I tried to adding, removing the ), but cant seem to get it right. (php noob)

File is attached, I don't know where I goofed exactly.

Yağız...

Try this one. Somehow, some codes were removed but I really don't know why :/

LC

Probably me. O:)

It works fine, thanks Yagiz. This mod is one of the main reasons I moved to RC2.  ;)

I just was curious though, it seems the background image is being overridden by Curve's background. My profile is all white?

http://ladychaosdnb.com/index.php?action=profile;u=1




Yağız...

I think it's because of the codes added in Ultimate Profile > Customization area. Try to remove them.

Advertisement: