Profile friend list

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: Profile friend list

Post by eunaumtenhoid »

but where? in what line?
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
platinum_2007
Registered User
Posts: 1101
Joined: Tue Jul 22, 2008 2:47 am
Location: Nova Scotia, Canada

Re: Profile friend list

Post by platinum_2007 »

eunaumtenhoid wrote:but where? in what line?
Like i said at the very bottom of the file, after everything paste that code.
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey
Contact:

Re: Profile friend list

Post by noth »

platinum_2007 could you possibly do a test in subsilver2?

:x it just isn't working as shown in prosilver

the avatars are all piling vertically with the usernames in the wrong places despite all the previous remarks/ code/ advice re subsilver2 :( we need separate defined coding instructions :P please :) for subsilver2
Bullsaj
Registered User
Posts: 91
Joined: Sat Jul 25, 2009 6:45 pm
Location: Chicago, Illinois
Contact:

Re: Profile friend list

Post by Bullsaj »

How would I install it for subsilver2 templates?
JOIN CHICAGO BULLS NETWORK:
http://www.chibullsnetwork.co.cc
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: Profile friend list

Post by eunaumtenhoid »

Bullsaj wrote:How would I install it for subsilver2 templates?
2
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
Bullsaj
Registered User
Posts: 91
Joined: Sat Jul 25, 2009 6:45 pm
Location: Chicago, Illinois
Contact:

Re: Profile friend list

Post by Bullsaj »

eunaumtenhoid wrote:
Bullsaj wrote:How would I install it for subsilver2 templates?
2
2 what?

When will subsilver2 style editing be available? I would like this mod...
JOIN CHICAGO BULLS NETWORK:
http://www.chibullsnetwork.co.cc
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: Profile friend list

Post by eunaumtenhoid »

Bullsaj wrote:
eunaumtenhoid wrote:
Bullsaj wrote:How would I install it for subsilver2 templates?
2
2 what?

When will subsilver2 style editing be available? I would like this mod...
lol i say "2", I want to say, I also want to install in the subsilver2
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey
Contact:

Re: Profile friend list

Post by noth »

it looks like some work has been done towards getting the mod up to speed on subsilver2

however - I believe it needs somebody with real phpBB skill to get a test board going in subsilver2, using the work already done and then address the shortcomings in the template/ theme areas, that are preventing the profile friends display working properly in subsilver2
platinum_2007
Registered User
Posts: 1101
Joined: Tue Jul 22, 2008 2:47 am
Location: Nova Scotia, Canada

Re: Profile friend list

Post by platinum_2007 »

I will work on subsilver2 asap it should be very simple.
Nixxxie
Registered User
Posts: 62
Joined: Mon Jul 27, 2009 3:55 pm

Re: Profile friend list

Post by Nixxxie »

Ignore me....fixed it!
superj707
Registered User
Posts: 1136
Joined: Thu Feb 26, 2009 12:20 am

Re: Profile friend list

Post by superj707 »

I would really like to see this mod expanded to add the feature of allowing users to organize their friend list , or at the least their top list. AS is I have over 100 friends and the friend list has become useless for finding anyone because there is no tools for sorting or organization.

perhaps a link to a "view all" page with "sort by ..." options on the view all page would be helpful. And a user defined top list.
User avatar
djrikyx
Registered User
Posts: 17
Joined: Tue Dec 16, 2008 8:49 pm

Re: Profile friend list

Post by djrikyx »

Hi, I have tryed to insert this in the index.php but doesn't work, i think because this mod check friend of user visited and require memberlist.php.
How i can modify for display only my friend, and show in the index.php?
Thx :)
Sorry for my bad english, I'm Italian
superj707
Registered User
Posts: 1136
Joined: Thu Feb 26, 2009 12:20 am

Re: Profile friend list

Post by superj707 »

djrikyx wrote:Hi, I have tryed to insert this in the index.php but doesn't work, i think because this mod check friend of user visited and require memberlist.php.
How i can modify for display only my friend, and show in the index.php?
Thx :)
so let me get this right.. you want to see the friend list on the index forum page ?
Each member will see all of their friends on the index page ?
can't imagine why this would be a good thing but thats none of my business.
anyway, plaitnum is catching up. He has been away for awhile.
User avatar
djrikyx
Registered User
Posts: 17
Joined: Tue Dec 16, 2008 8:49 pm

Re: Profile friend list

Post by djrikyx »

superj707 wrote: so let me get this right.. you want to see the friend list on the index forum page ?
Each member will see all of their friends on the index page ?
can't imagine why this would be a good thing but thats none of my business.
anyway, plaitnum is catching up. He has been away for awhile.
No problem, I have solved :) simple!
I have copied the entire code of mod in home.php (my personal homepage based on phpbb)

I have replaced: (at start the mod code)

Code: Select all

	$user_id = request_var('u', 0);
with:

Code: Select all

	$user_id = $user->data['user_id'];
and used the same code for the template, (in the my_homepage.html). :)

_________

I have modified this mod, now it's very nice, with age and background based on Gender (Personal Profile Field)

Image

If any1 want this version of mod, reply and i create ModX Install information :)

PS: Sorry for my bad english, but i'm italian
Sorry for my bad english, I'm Italian
superj707
Registered User
Posts: 1136
Joined: Thu Feb 26, 2009 12:20 am

Re: Profile friend list

Post by superj707 »

djrikyx wrote:
superj707 wrote: so let me get this right.. you want to see the friend list on the index forum page ?
Each member will see all of their friends on the index page ?
can't imagine why this would be a good thing but thats none of my business.
anyway, plaitnum is catching up. He has been away for awhile.
No problem, I have solved :) simple!
I have copied the entire code of mod in home.php (my personal homepage based on phpbb)

I have replaced: (at start the mod code)

Code: Select all

	$user_id = request_var('u', 0);
with:

Code: Select all

	$user_id = $user->data['user_id'];
and used the same code for the template, (in the my_homepage.html). :)

_________

I have modified this mod, now it's very nice, with age and background based on Gender (Personal Profile Field)

Image

If any1 want this version of mod, reply and i create ModX Install information :)

PS: Sorry for my bad english, but i'm italian

THATS AWESOME DUDE..
I love that it has the name and age and gender.. can you tell me how you did it ?
I don't want it on the index page though.. I want it right where it is.. memberlist_view.html
Last edited by superj707 on Thu Jul 30, 2009 9:17 pm, edited 1 time in total.
Locked

Return to “[3.0.x] MOD Database Releases”