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

Biology Forums

Quote from: dhayzon on March 12, 2013, 04:27:12 PM
how to get the comments of all users in this way

to place it in a php block SimplePortal

You mean, you want to get all the latest comments in people's profiles into a portal block?

Biology Forums

I noticed that when emails are sent, the links are inactive. The links are fine in the PM though :-\

PatternInChaos

#3042
Is there a way I could see the number of overall comments on the ultimate profile? I would be thankful for any snippet of code to integrate this ^^

Edit: nevermind, I found it

Skaty


neonsyrup

Which script can I change the text, for example, in about me it says: I will write this later. :)

I just want to change it to "This user hasn't edited this yet."

hcfwesker

Quote from: neonsyrup on June 09, 2013, 12:03:58 AM
Which script can I change the text, for example, in about me it says: I will write this later. :)

I just want to change it to "This user hasn't edited this yet."

default/languages/UltimateProfile.english.php

moyack

Please upload in the first post, in the correction mark, that you have to modify the file BUDDIES.PHP.

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

DeroZ

can anyone share a customized template? =/

Chris B.

I seem to be having only one problem after upgrading my forums from 2.0 to 2.0.4 thru package manager. The photos in Profile Photo are uploading but only showing text, no pictures. I checked and the settings are the same, nothing changed there and the 2.0.4 parser coding is same for al files.

Not sure where the problem lies right now in the programming.

Chris

electricwildflower

Got a quick question.

Been away from simple machines forum for a while so not had the chance to check up on any updates but my question is have the buddies list been fixed yet ?

i currently run 0.9.1 and the buddies list is disabled due to being broke.

Cheers

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Rain Forest

Hi :)

I I've looked through this topic but didn't seem to find an answer to my question.

In buddylist (Profile > Modify Profile > Buddylist) the 'add a buddy' disappeared..

Before:


After:


I know that when you click on a member's username you can click on 'add as buddy' but I am using Private Profile so that wont' work. :)

I hope someone can bring it the 'add a buddy' back :)

Kindred

Did you already make the buddy code correction as listed several times?
http://www.simplemachines.org/community/index.php?topic=298641.msg3254823#msg3254823


AFAIK, the only way to add a buddy is to do it through their profile...   If you have combined two different mods that basically conflict with each other, then you have issues....


Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Rain Forest

Quote from: Kindred on July 15, 2013, 11:19:49 AM
Did you already make the buddy code correction as listed several times?
http://www.simplemachines.org/community/index.php?topic=298641.msg3254823#msg3254823

Yup, I did. No changes which are related to my problem.

Quote from: Kindred on July 15, 2013, 11:19:49 AM

AFAIK, the only way to add a buddy is to do it through their profile...   If you have combined two different mods that basically conflict with each other, then you have issues....

Not true. Like I said in the picture above (before .jpg) you can add members by going to Profile > Modify Profile > Buddylist.

electricwildflower

#3054
All worked fantastically but where do i run this code as in which file do i run it .

<?php
require_once 
'SSI.php';
$space "<br />\n<br />\n";


$request $smcFunc['db_query']('''
SELECT id_member, buddy_list
FROM {db_prefix}members
ORDER BY id_member ASC'
,
array()
);

while ($row $smcFunc['db_fetch_assoc']($request)) {
if ($row['buddy_list']) {
$exp explode(','$row['buddy_list']);
$fil array_filter($exp);
if (count($exp) != count($fil)) {
echo "$space {$row['id_member']}: ";
var_dump($row['buddy_list']);/*
echo "$space exp:";
var_dump($exp);
echo "$space fil: ";
var_dump($fil);*/
echo "$space fixed: ";
$fixed implode(',',$fil);
var_dump($fixed);
echo "$space";
if (function_exists('updateMemberData')) updateMemberData($row['id_member'], array('buddy_list' => $fixed));

}
}
}

$smcFunc['db_free_result']($request);

electricwildflower

Anyone fancy sharing a template or is there anywhere we can upload our templates to share. I did find the website link below but they have disabled new registration which is a shame as some of us still use the mod. It would be great to be able to share templates, any extras people have added that is of course if we can. ;)

http://dev.turanjanin.net/forum/index.php

Kat9119

Is there any way to show ALL photos on the main profile page? so people don't have to click on "profile pictures" to see the rest of them?

If not, is there a way to display ALL photos on the first page of the "profile pictures"? Right now it only displays 10. and then you have to choose page #2

Rownan_

I am loving the package thank you so much for this but I had two questions.

1.) Is there any way to get the block images that are under each category to be rounded on both sides, because it looks like it isn't scaling the image so only one of the rounded sides shows and it makes for an unappealing display. An example of what I'm talking about would be here --taintedgamers.com/index.php?action=profile;u=1-- you can see how the image behind Summary - Rownan isn't right.

2.) Is there any way you can integrate your "Contact Me" section with the "Gamer ID" mod by KiLLuMiNaTi-7- --custom.simplemachines.org/mods/index.php?mod=2769--

melanie1986

I've tried to play around with the number of photos on display. No luck there for me. :(

inter

Subs-Members.php

find:
    $smcFunc['db_query']('', '
SELECT ID_PICTURE


replace:
$request = $smcFunc['db_query']('', '
SELECT ID_PICTURE
Sorry for my English

Advertisement: