Friends In Index


Subject: Friends In Index
How add this block to index? In CMS I could not find it.
:wink: How ereze "offline".

clip_8
And where is the button "add to friends"? I know, it is somewhere exist, but why it so far?

Very Thank

Profile PM  
Subject: Re: Friends In Index
in your Profile.

under

Personal Profile

there is Friends Management

:wink:

Profile PM  
Subject: Re: Friends In Index
That is not a block included in Icy Phoenix. Someone coded it to work inside a block there.

Like Chicony said, you can add/remove friends in your profile.

Subject: Re: Friends In Index
Chaotic wrote: [View Post]
That is not a block included in Icy Phoenix. Someone coded it to work inside a block there.


??? i´ve downloaded 2 Days bevore the ICI Phoenix Board "here"...and this Block is in it :wink:

its like "standard" in this Board :wink:

Profile PM  
Subject: Re: Friends In Index
What version your running ??

Because i can´t remember an block like that

Subject: Re: Friends In Index
Icy Phoenix Version: 1.2.0.27c phpbb Version: 2.0.23
PHP Version: 4.4.8 MySQL Version: 4.0.27-max

You find this Block in your Profile.

untitled_1

i look for code to implement :wink:


EDIT: So guys..How to implement "friends in Index"

open nav_quick_links.tpl

find
Code: [Download] [Hide] [Select]
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</form>


betweene add



Code: [Download] [Hide] [Select]
{IMG_THL}{IMG_THC}<span class="forumlink">{L_FRIENDS}</span>{IMG_THR}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr><th><span class="text_green">{L_FRIENDS_ONLINE}</span></th></tr>
<tr>
<td class="row1" width="100%">
<ul style="margin:0;padding:0;list-style-type:none;line-height:175%;">
<!-- BEGIN friends_online -->
<li>{friends_online.USERNAME_FULL}</li>
<!-- END friends_online -->
<!-- BEGIN no_friends_online -->
<li>{L_NO_FRIENDS_ONLINE}</li>
<!-- END no_friends_online -->
</ul>
</td>
</tr>
<tr><th><span class="text_red">{L_FRIENDS_OFFLINE}</span><!-- / {L_FRIENDS_HIDDEN} --></th></tr>
<tr>
<td class="row1" width="100%">
<ul style="margin:0;padding:0;list-style-type:none;line-height:175%;">
<!-- BEGIN friends_offline -->
<li>{friends_offline.USERNAME_FULL}</li>
<!-- END friends_offline -->
<!-- BEGIN no_friends_offline -->
<li>{L_NO_FRIENDS_OFFLINE}</li>
<!-- END no_friends_offline -->
</ul>
</td>
</tr>
<!-- <tr><td class="cat">&nbsp;</td></tr> -->
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}

Profile PM  
Subject: Re: Friends In Index
Chicony wrote: [View Post]


i look for code to implement :wink:


EDIT: So guys..How to implement "friends in Index"

open nav_quick_links.tpl

find
Code: [Download] [Hide] [Select]
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</form>


betweene add



Code: [Download] [Hide] [Select]
{IMG_THL}{IMG_THC}<span class="forumlink">{L_FRIENDS}</span>{IMG_THR}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr><th><span class="text_green">{L_FRIENDS_ONLINE}</span></th></tr>
<tr>
<td class="row1" width="100%">
<ul style="margin:0;padding:0;list-style-type:none;line-height:175%;">
<!-- BEGIN friends_online -->
<li>{friends_online.USERNAME_FULL}</li>
<!-- END friends_online -->
<!-- BEGIN no_friends_online -->
<li>{L_NO_FRIENDS_ONLINE}</li>
<!-- END no_friends_online -->
</ul>
</td>
</tr>
<tr><th><span class="text_red">{L_FRIENDS_OFFLINE}</span><!-- / {L_FRIENDS_HIDDEN} --></th></tr>
<tr>
<td class="row1" width="100%">
<ul style="margin:0;padding:0;list-style-type:none;line-height:175%;">
<!-- BEGIN friends_offline -->
<li>{friends_offline.USERNAME_FULL}</li>
<!-- END friends_offline -->
<!-- BEGIN no_friends_offline -->
<li>{L_NO_FRIENDS_OFFLINE}</li>
<!-- END no_friends_offline -->
</ul>
</td>
</tr>
<!-- <tr><td class="cat">&nbsp;</td></tr> -->
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}


Nice one CHicony

and thankyou for making available to other members..

:mrgreen: :mrgreen:

Subject: Re: Friends In Index
Can someone confirm if this works on the RC2 version of Icy Phoenix?

Subject: Re: Friends In Index
Chaotic wrote: [View Post]
Can someone confirm if this works on the RC2 version of Icy Phoenix?


no it s not fully functional in rc2 the lang files need to be aded to the php files.. so I would advise not to use until all the code edits are done..


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.4915s (PHP: 4% SQL: 96%)
SQL queries: 15 - Debug Off - GZIP Enabled