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.
superj707
Registered User
Posts: 1136
Joined: Thu Feb 26, 2009 12:20 am

Re: Profile friend list

Post by superj707 »

I am not sure if you consider this mod finished for good but just in case you come back to it some ideas I think would be really cool.

1. somewhere in the list show who is online (favorite idea)
2. UCP control to organize friend list. Like myspace, you can put your favorite friends first. even if it wasn't drag and drop. It could just be a list with numbers or something.
3. in viewtopic when looking at the forum posts, there should be a small icon to show (user IS friend) ..I keep forgetting if I added these people already or not and I only have 16 friends. I keep having to go back to the profile to see my list. A small friend indicator would integrate the friend system better with the forums.
Last edited by superj707 on Mon Jun 29, 2009 5:26 pm, edited 1 time in total.
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 »

#3 can be done in 1 file edit to viewtopic_body.html

Anywhere you want between <!-- BEGIN postrow --> and <!-- END postrow -->

you can place

Code: Select all

<!-- IF postrow.S_FRIEND --> <dd><strong>This user is a friend</strong></dd> <!-- ENDIF -->
Here is a image you can use if you want http://itmods.com/styles/prosilver_se/i ... friend.gif

you can see it in action on my site.
User avatar
IAMTROPHY
Registered User
Posts: 29
Joined: Mon Jun 08, 2009 2:37 am

Re: Profile friend list

Post by IAMTROPHY »

"SQL
Code:Select All
INSERT INTO phpbb_config (config_name, config_value) VALUES ('number_friends', '50');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('friend_avatar_size', '50');"

I am not sure what to do with this? I dont get this step. Can someone brake it down for me?
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 »

you have 2 choice on how to do this.


1. phpmyadmin
2. the new Support tool kit has a "run sql query" section


for option 1 read this, option2 doesn't really need explaining.

http://www.phpbb.com/community/viewtopi ... 0&t=588697
Richazey
Registered User
Posts: 823
Joined: Mon Oct 27, 2008 9:03 pm

Re: Profile friend list

Post by Richazey »

Love it, I modified it so it only displays the thumbnails, great work platinum_2007
Ģermans
Registered User
Posts: 114
Joined: Tue Oct 23, 2007 4:24 pm

Re: Profile friend list

Post by Ģermans »

I have problem:
Image

1. Two images
2. Avatars vertical (not horizontal)
User avatar
phreakwars
Registered User
Posts: 242
Joined: Thu Feb 22, 2007 4:57 am
Location: Polaris Industries

Re: Profile friend list

Post by phreakwars »

Ģermans wrote:I have problem:
Image

1. Two images
2. Avatars vertical (not horizontal)
Recheck your .CSS edit.
.
.
MODS by me: Default Topic Icon
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 »

And refresh your theme
Ģermans
Registered User
Posts: 114
Joined: Tue Oct 23, 2007 4:24 pm

Re: Profile friend list

Post by Ģermans »

Recheck your .CSS edit.
And refresh your theme
Done, but still dont work
User avatar
phreakwars
Registered User
Posts: 242
Joined: Thu Feb 22, 2007 4:57 am
Location: Polaris Industries

Re: Profile friend list

Post by phreakwars »

Ģermans wrote:
Recheck your .CSS edit.
And refresh your theme
Done, but still dont work
Make sure it was your THEME that you refreshed, not just the templates. The .CSS refreshes with the theme. The reason you are seeing 2 pics instead of 1, is the .css isn't making the correct call to show the thumbnail size by default and the enlarged image when moused over. The problem HAS to be in your .CSS

Also, possibly clear your own browsers cache or look at it in another browser. That tends to be an issue as well sometimes.
.
.
MODS by me: Default Topic Icon
Ģermans
Registered User
Posts: 114
Joined: Tue Oct 23, 2007 4:24 pm

Re: Profile friend list

Post by Ģermans »

Make sure it was your THEME that you refreshed, not just the templates.
Im not so dumb.
seeing 2 pics instead of 1
This problem is solved

Last problem is left - Image
trickoff
Registered User
Posts: 513
Joined: Mon Jan 07, 2008 12:23 am

Re: Profile friend list

Post by trickoff »

platinum_2007 wrote:#3 can be done in 1 file edit to viewtopic_body.html

Anywhere you want between <!-- BEGIN postrow --> and <!-- END postrow -->

you can place

Code: Select all

<!-- IF postrow.S_FRIEND --> <dd><strong>This user is a friend</strong></dd> <!-- ENDIF -->
Here is a image you can use if you want http://itmods.com/styles/prosilver_se/i ... friend.gif

you can see it in action on my site.
Lovely!
Can this also be done when viewing a userprofile (memberlist_view.html), so that it says if someone on that users friendlist is also your friend??

I tried using this (<!-- IF fri.S_FRIEND -->This is a friend<!-- ENDIF -->), but it didn't work:
in memberlist_view.html

Code: Select all

					<h3>{L_FRIEND_LIST}</h3>
					<!-- BEGIN fri -->
					<a class="thumbnail" href="{fri.AV_LINK}">
					<!-- IF fri.USER_COLOR --><span style="color:#{fri.USER_COLOR}"><!-- ELSE --><span style="color:#000"><!-- ENDIF --><b>{fri.USERNAME}</b><br />{fri.FRI_AV}</span><b>{fri.USERNAME}</b></a><!-- IF fri.S_FRIEND -->This is a friend<!-- ENDIF -->&nbsp;|&nbsp;<!-- END fri -->
					
					<center>{TOTAL_FRIENDS}<br /><a href="{U_SEARCH_FRIENDS}">{L_SEARCH_FRIENDS}</a></center>
User avatar
PowWowPalace
Registered User
Posts: 58
Joined: Thu Jul 09, 2009 3:28 pm
Contact:

Re: Profile friend list

Post by PowWowPalace »

Great mod, I installed on 3.0.5 with no problem and also added the friend icon to the view topic. Is there a way to display the user name under the icon in the friends list? Also, how can we put the add friend link in the view topic page where I put the friend icon? thanks
MisterPat
Registered User
Posts: 25
Joined: Fri Jan 09, 2009 7:24 pm
Location: New Jersey
Contact:

Re: Profile friend list

Post by MisterPat »

Anyone have an idea how to make rows of say, 5 vertical, then have it start another row next to it?

Edit, got that fixed.

Now my Avatar in the memberlist mod went south.I tried adding the memberlist_avatar.css code into stylesheet.css.

No workie.

My theme is subsilver2 based.

Any one have any ideas?
lovevoice
Registered User
Posts: 146
Joined: Mon Apr 20, 2009 1:52 am

Re: Profile friend list

Post by lovevoice »

hey , great MOD i like it .
but i have question
i visited the demo website ..
on member profile i could write a comment the questions are :
1-is the comment available because we have this mod or for status change mod ?
2- when someone post a comment does the member notify that he has new profile comment exactly as in facebook.
thank you
Locked

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