Login     Sign up
Mutual friends
jacky loon (@jack41)
Join date: Nov 9th 2010
Community posts: 87
View Profile
Send Message

This code has mixed very much. falcon please give a final code which work without an error.
Thanks in advance :)

164 months ago
sujay sreedhar (@webkoot)
Join date: Nov 11th 2010
Community posts: 98
View Profile
Send Message

hey can some one tell me how to install this and one thing is where to write this script i don understand this!

164 months ago
kingmagi (@king10magi)
Join date: Sep 6th 2010
Community posts: 97
View Profile
Send Message

is this code add to database??

[code]// Mutual friends
$res = sql_query("SELECT u.* FROM ".tb()."friends as f1 inner join ".tb()."friends as f2 on f1.fid = f2.fid left join ".tb()."accounts as u on f1.fid=u.id where f1.uid={$owner['id']} and f2.uid={$client['id']} ".dbhold('f1')." ORDER BY f1.created DESC LIMIT 30");
$output = '';
while ($row = sql_fetch_array($res)) {
$f = 1;
$output .= avatar($row);
}
ass(array('title'=>t('Mutual Friends'), 'content' => '<div class="toolbar">'.url('u/'.$owner['username'] .'/mutualfriends',t('See all')).'</div>'.$output));[/code]

or whre to put this code?? did need to create new database??

164 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

you can download a modified version of u.module.php from jcowmaster.net. This is for the jcow 4.2.1 Free Edition.

164 months ago
phil (@orgasm4me)
Join date: Nov 24th 2010
Community posts: 4
View Profile
Send Message

signed up to ur site, cant find the modified version to d/l thou!

164 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

try again now, you have to let me know if you signed up. it is for jcow.net community members only.

164 months ago
phil (@orgasm4me)
Join date: Nov 24th 2010
Community posts: 4
View Profile
Send Message

ahh. ty got it now :)

164 months ago
kingmagi (@king10magi)
Join date: Sep 6th 2010
Community posts: 97
View Profile
Send Message

[quote=falcone]you can download a modified version of u.module.php from jcowmaster.net. This is for the jcow 4.2.1 Free Edition. [/quote]

yeah okay thank you now my mutual friend its work. ;)

164 months ago
Faizan (@faizi)
Join date: Nov 28th 2010
Community posts: 20
View Profile
Send Message

I also sign up to download it but could not fnd the download area. Can you please activate the download area to my account.
Many Thanks

164 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

you'are VIP now

164 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

can't find it :(

164 months ago
Zapto (@zapto)
Join date: Sep 15th 2010
Community posts: 103
View Profile
Send Message

I'm jcow modules developer for 3.3 and up. Can i be VIP on jcowmaster.net please??

164 months ago
Prev 1 2 3 4 5 Next