Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Friends In Index 
 
How add this block to index? In CMS I could not find it.
  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
 



 
abbatSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Friends In Index 
 
in your Profile.

under

Personal Profile

there is Friends Management

 
 



 
ChiconySend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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

its like "standard" in this Board
 



 
ChiconySend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Friends In Index 
 
What version your running ??

Because i can´t remember an block like that
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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


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}

 



 
ChiconySend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Friends In Index 
 
Chicony wrote: [View Post]


i look for code to implement


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..

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Friends In Index 
 
Can someone confirm if this works on the RC2 version of Icy Phoenix?
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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..
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron