Author Topic: [MOD] Buddy List || Friend List  (Read 136706 times)

0 Members and 1 Guest are viewing this topic.

Offline glitzer

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • over 7000 E-Cards
Re: [MOD] Buddy List || Friend List
« Reply #120 on: November 16, 2007, 11:48:26 PM »
Hi
works with 1.7.1!
 i use this version too, and it works great.

greets,
glitzer

Offline www.katzen.ag

  • Jr. Member
  • **
  • Posts: 75
  • KatzenAG - das grosse Katzenportal im Internet
    • View Profile
    • KatzenAG - das grosse Katzenportal im Internet
Re: [MOD] Buddy List || Friend List
« Reply #121 on: November 17, 2007, 12:52:31 AM »
Ah, great!!!

Thanks.
KatzenAG - das grosse Katzenportal im Internet

Offline www.katzen.ag

  • Jr. Member
  • **
  • Posts: 75
  • KatzenAG - das grosse Katzenportal im Internet
    • View Profile
    • KatzenAG - das grosse Katzenportal im Internet
Re: [MOD] Buddy List || Friend List
« Reply #122 on: November 20, 2007, 03:42:44 PM »
Hey ladies,

I have installed the mod and it works with 1.7.1 too! :wink:

Ahm but the user pic in the buddy list does't work. I installed the "avatar" mod log time ago and not the "member personal photo".
Does anybode rewirte the addon acording the avatar mod? :idea:

Bye! 8O

KatzenAG - das grosse Katzenportal im Internet

Offline 131

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [MOD] Buddy List || Friend List
« Reply #123 on: November 25, 2007, 10:56:06 PM »
Does anyone have missing file friendslist.html ?
In rar is missing or is something wrong with description?

regards

Offline ccsakuweb

  • Sr. Member
  • ****
  • Posts: 498
  • Patri
    • View Profile
    • My Art
Re: [MOD] Buddy List || Friend List
« Reply #124 on: December 01, 2007, 09:33:22 AM »
Does anyone have missing file friendslist.html ?
In rar is missing or is something wrong with description?

regards
At the end of the description I said the next
Code: [Select]

#
#-----[ CREATE ]--------------------------------------------
#
templates/tus_plantillas/friendslist.html

#
#-----[ PASTE ]--------------------------------------------
#//NOte: In your design content. In example error.html paste the next code and rename to friendslist.html

<p>&nbsp;<b><img src="{template_url}/images/spacer.gif" width="4" height="4" alt="" />{clickstream}</b></p>
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td><span class="title">{lang_friendslist_title}</span></td>
                      <td align="right">
                        <script language="JavaScript">
        function clearfriendslist() {
                  if (confirm('{lang_delete_friendslist_confirm}')) {
                location.href = "{url_delete_friendslist}";
                  }
                    }
        </script>
                        <a href="javascript:clearfriendslist()"><b>{lang_delete_friendslist}</b></a>
      </td>
                    </tr>
                 
  <br />
                  <hr size="1" /><div align="right"><form method="post" action="{filter_url}">
Buscar Usuario: <input name="filter" value="{filter}" class="searchinput">&nbsp;<input type="submit" name="submit" value="{lang_go}" class="button" /><br>
<span class="smalltext">Puedes usar * como comodín cuando no estés seguro.</span><br>
</form></div>
  {paging_stats}<br>
                  {if friendslist}
<table width="450" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="head1">
                        <table width="100%" border="0" cellspacing="0" cellpadding="3">

                          <tr>
                            <td class="row2" valign="top">{friendslist}</td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
  {endif friendslist}
                  <br />
                  <br />
  {paging}
  <br /><div align="center"> Mod Friends List created by <a href="http://www.myart.es" target="_blank">CCSakuweb</a></div><br>

:arrow: 4images Paid Mods: Links, Blog, Albums, Subdomains for users, Diferent templates for user profile, Related picture in details, Last pictures in details.
And the mod that you request me.   Demo: http://www.myart.es

A website dedicated to artist people who loves drawing, design, writing and more

Offline ccsakuweb

  • Sr. Member
  • ****
  • Posts: 498
  • Patri
    • View Profile
    • My Art
Re: [MOD] Buddy List || Friend List
« Reply #125 on: December 01, 2007, 09:58:06 AM »
Hey ladies,

I have installed the mod and it works with 1.7.1 too! :wink:

Ahm but the user pic in the buddy list does't work. I installed the "avatar" mod log time ago and not the "member personal photo".
Does anybode rewirte the addon acording the avatar mod? :idea:

Bye! 8O


I think that you only have to replace friendlist.php the path from the avatar and a little more. Search
Code: [Select]
if(($config['userpic'])&&($user_row['userpic'])){
    $user_pic =   "<a href=\"".$site_sess->url($user_profile_link)."\"><img src=\"".$site_sess->url(ROOT_PATH."data/userpic/".$user_row['userpic'])."\"></a>";
}

Replace to:

Code: [Select]
if(($config['avatar_use'])&&($user_row['user_avatar'])){
    $user_pic =   "<a href=\"".$site_sess->url($user_profile_link)."\"><img src=\"".$site_sess->url(ROOT_PATH."".TEMPLATE_PATH."/avatars/".$user_row['user_avatar'])."\"></a>";
}




:arrow: 4images Paid Mods: Links, Blog, Albums, Subdomains for users, Diferent templates for user profile, Related picture in details, Last pictures in details.
And the mod that you request me.   Demo: http://www.myart.es

A website dedicated to artist people who loves drawing, design, writing and more

Offline Bob

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: [MOD] Buddy List || Friend List
« Reply #126 on: May 10, 2008, 01:20:35 AM »

Hi there, i have add in friendlist.php:

Code: [Select]
$userpic = "<a href=\"".$site_sess->url($user_profile_link)."\"><img src=\"".ROOT_PATH."data/userpic/".$user_row['userpic']."\" width=\"60\" height=\"60\" border=\"0\" /></a>";
and it works but...

in member.php i have:

"userpic_img" => ($config['userpic'] && $user_row['userpic']) ? ROOT_PATH."data/userpic/".$user_row['userpic'] : ROOT_PATH."data/userpic/noimage.png",

and

"userpic_img" => ($user_info['userpic']) ? ROOT_PATH."data/userpic/".$user_info['userpic'] : ROOT_PATH."data/userpic/noimage.png",

but i dont no what to do to show the "noimage.png" in the friendlist.php ?

Need Help please!
« Last Edit: May 10, 2008, 01:35:51 AM by Bob »

Offline ccsakuweb

  • Sr. Member
  • ****
  • Posts: 498
  • Patri
    • View Profile
    • My Art
Re: [MOD] Buddy List || Friend List
« Reply #127 on: May 10, 2008, 10:59:32 AM »

Hi there, i have add in friendlist.php:

Code: [Select]
$userpic = "<a href=\"".$site_sess->url($user_profile_link)."\"><img src=\"".ROOT_PATH."data/userpic/".$user_row['userpic']."\" width=\"60\" height=\"60\" border=\"0\" /></a>";
and it works but...

in member.php i have:

"userpic_img" => ($config['userpic'] && $user_row['userpic']) ? ROOT_PATH."data/userpic/".$user_row['userpic'] : ROOT_PATH."data/userpic/noimage.png",

and

"userpic_img" => ($user_info['userpic']) ? ROOT_PATH."data/userpic/".$user_info['userpic'] : ROOT_PATH."data/userpic/noimage.png",

but i dont no what to do to show the "noimage.png" in the friendlist.php ?

Need Help please!

To show noimage.png in the friendlist when the user dont have avatar repalace
Code: [Select]
$userpic = "<a href=\"".$site_sess->url($user_profile_link)."\"><img src=\"".ROOT_PATH."data/userpic/".$user_row['userpic']."\" width=\"60\" height=\"60\" border=\"0\" /></a>";to
Code: [Select]
if($user_row['userpic'])
$userpic = "<a href=\"".$site_sess->url($user_profile_link)."\"><img src=\"".ROOT_PATH."data/userpic/".$user_row['userpic']."\" width=\"60\" height=\"60\" border=\"0\" /></a>";
else
$userpic = "<a href=\"".$site_sess->url($user_profile_link)."\"><img src=\"".ROOT_PATH."data/userpic/noimage.png\" width=\"60\" height=\"60\" border=\"0\" /></a>";

i didnt try it so please tell me if it dowesn't work
:arrow: 4images Paid Mods: Links, Blog, Albums, Subdomains for users, Diferent templates for user profile, Related picture in details, Last pictures in details.
And the mod that you request me.   Demo: http://www.myart.es

A website dedicated to artist people who loves drawing, design, writing and more

Offline Bob

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: [MOD] Buddy List || Friend List
« Reply #128 on: May 11, 2008, 04:21:05 AM »
i didnt try it so please tell me if it dowesn't work


it work Thanks :) :) :)

Offline Fragezeichen

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [MOD] Buddy List || Friend List
« Reply #129 on: November 28, 2009, 01:44:32 PM »
nice Mod,works perfect! :D

But how to add the Buddy-Button in the Details.html next Lightbox?
{friendslist_button} dont works there :(

Offline ccsakuweb

  • Sr. Member
  • ****
  • Posts: 498
  • Patri
    • View Profile
    • My Art
Re: [MOD] Buddy List || Friend List
« Reply #130 on: November 28, 2009, 01:50:54 PM »
nice Mod,works perfect! :D

But how to add the Buddy-Button in the Details.html next Lightbox?
{friendslist_button} dont works there :(


I don't understand, friendlist button is to add an other user into your friend list. In details near lightbox who do you want to add in your fiendlist? do you want to add in your friend list the author of the image? I didn't think about that, I think that It isn't easy for the user because the details page is for an image.  But if you need it, It could be implemented. But just now I'm a little busy.
:arrow: 4images Paid Mods: Links, Blog, Albums, Subdomains for users, Diferent templates for user profile, Related picture in details, Last pictures in details.
And the mod that you request me.   Demo: http://www.myart.es

A website dedicated to artist people who loves drawing, design, writing and more

Offline Fragezeichen

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [MOD] Buddy List || Friend List
« Reply #131 on: November 28, 2009, 03:43:10 PM »
thanks.
But the Idea is to add the Image uploder directly to Buddylist(under uploaded Picture),not after visit his Profilpage.
It means the same function as the Lightbox button or download button under the Image..
No Idea?

Offline ccsakuweb

  • Sr. Member
  • ****
  • Posts: 498
  • Patri
    • View Profile
    • My Art
Re: [MOD] Buddy List || Friend List
« Reply #132 on: November 28, 2009, 09:40:46 PM »
I see, you are rigth. Usually I add my friends in comments but like you tell for add to the author I have to go his profile.

Well I will try to implement your request. But I can't this weekend I'm really busy this weeks. (near hollidays you know hehe) I wish someone help you soon If they didn't help you I will try in a few weeks. Sorry. Thank you because install my mod.
:arrow: 4images Paid Mods: Links, Blog, Albums, Subdomains for users, Diferent templates for user profile, Related picture in details, Last pictures in details.
And the mod that you request me.   Demo: http://www.myart.es

A website dedicated to artist people who loves drawing, design, writing and more

Offline Fragezeichen

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [MOD] Buddy List || Friend List
« Reply #133 on: November 28, 2009, 10:02:31 PM »
Thanks :D
Maybe can found a solution before next year,hehehe..

Offline zakaria666

  • Full Member
  • ***
  • Posts: 211
    • View Profile
Re: [MOD] Buddy List || Friend List
« Reply #134 on: August 08, 2010, 02:25:40 PM »
i NEED MAJOR ASSISTENCE PLEASE ANYONE. V@no if u see this, i need ur help brother.

_____________________________________________________________________

1)
First of all i have made 3 dummy account. what i did is made a comment for each person as u can add someone if they made a comment, so thats what i did, so user 1 adds user 2, and user 1 checks his or her friends list and they see who they added, but whe i log out as user 1 and i log in as user 2 and then user 2 checks his or her friends list, no one is added ?? no user is visible but only 1 minute ago i added user 2 to user 1, so if user 1 can see who they added, why cant user 2 see that user 1 is now there friend on friend list??????


The above are the major problem im having, any suggestions???

PLEASEEE  i beg u all
« Last Edit: August 08, 2010, 02:55:35 PM by zakaria666 »