(Each project requires you to login separately)

contactlist

Changeset 234

Show
Ignore:
Timestamp:
11/19/08 12:13:52 (7 weeks ago)
Author:
herr.vorragend
Message:

renamed pnMessages to InterCom?

Location:
trunk/ContactList
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/ContactList/pndocs/readme.txt

    r185 r234  
    2222- TimeIt:               1.1     Calendar sharing options "events for friends only" 
    2323                                        Ignored user's calendar entries are not shown 
    24 - pnMessages:   2.0 SVN Ignored users cannot send private messages any mre 
     24- InterCom:         2.1 Ignored users cannot send private messages 
  • trunk/ContactList/pntemplates/contactlist_user_display.htm

    r208 r234  
    22<!--[capture assign=title]--><!--[pnml name="_CONTACTLISTMYBUDDIES"]-->&nbsp;<!--[$viewer_uname]--><!--[/capture]--> 
    33<!--[include file="contactlist_user_header.htm" title=$title]--> 
    4 <!--[pnmodavailable modname="pnMessages" assign="pnMessages"]--> 
     4<!--[pnmodavailable modname="InterCom" assign="InterCom"]--> 
    55 
    66<div id="cl_display" class="cl_box pn-clearfix"> 
     
    2323    <ul class="options"> 
    2424      <li><a class="image userprofile" href="<!--[pnmodurl modname="Profile" type="user" func="view" uid=$buddy.bid]-->"><!--[pnml name="_CONTACTLISTSHOWPROFILE"]--></a></li> 
    25       <!--[if $pnMessages && $current_uid neq $buddy.bid]--><li><a class="image mail" href="<!--[pnmodurl modname="pnMessages" type="user" func="newpm" uname=$buddy.uname]-->"><!--[pnml name="_CONTACTLISTSENDPM"]--></a></li><!--[/if]--> 
     25      <!--[if $InterCom && $current_uid neq $buddy.bid]--><li><a class="image mail" href="<!--[pnmodurl modname="InterCom" type="user" func="newpm" uname=$buddy.uname]-->"><!--[pnml name="_CONTACTLISTSENDPM"]--></a></li><!--[/if]--> 
    2626      <li><a class="image showbuddies" href="<!--[pnmodurl modname="ContactList" type="user" func="display" uid=$buddy.bid]-->"><!--[pnml name="_CONTACTLISTSHOWCONTACTS"]--></a></li> 
    2727      <!--[if $current_uid neq $buddy.bid]--> 
  • trunk/ContactList/pntemplates/contactlist_user_main.htm

    r221 r234  
    22<!--[pnml name="_CONTACTLISTSHOWBUDDIES" assign=title]--> 
    33<!--[include file="contactlist_user_header.htm" title=$title]--> 
    4 <!--[pnmodavailable modname="pnMessages" assign="pnMessages"]--> 
     4<!--[pnmodavailable modname="InterCom" assign="InterCom"]--> 
    55<!--[pnvarcleanfrominput name="state" assign="state" ]--> 
    66<!--[if $state ne '']--><!--[assign var="filterstate" value="&amp;state=`$state`"]--><!--[else]--><!--[assign var="filterstate" value=""]--><!--[/if]--> 
     
    8888    <ul class="options"> 
    8989      <li><a class="image userprofile" href="<!--[pnmodurl modname="Profile" type="user" func="view" uid=$buddy.bid]-->"><!--[pnml name="_CONTACTLISTSHOWPROFILE"]--></a></li> 
    90       <!--[if $pnMessages]--><li><a class="image mail" href="<!--[pnmodurl modname="pnMessages" type="user" func="newpm" uname=$buddy.uname]-->"><!--[pnml name="_CONTACTLISTSENDPM"]--></a></li><!--[/if]--> 
     90      <!--[if $InterCom]--><li><a class="image mail" href="<!--[pnmodurl modname="InterCom" type="user" func="newpm" uname=$buddy.uname]-->"><!--[pnml name="_CONTACTLISTSENDPM"]--></a></li><!--[/if]--> 
    9191      <!--[if $nopublicbuddylist ne 1]--><li><a class="image showbuddies" href="<!--[pnmodurl modname="ContactList" type="user" func="display" uid=$buddy.bid]-->"><!--[pnml name="_CONTACTLISTSHOWCONTACTS"]--></a></li><!--[/if]--> 
    9292      <li><a class="image useredit" href="<!--[pnmodurl modname="ContactList" type="user" func="edit" id=$buddy.id]-->"><!--[pnml name="_CONTACTLISTEDIT"]--></a></li> 
  • trunk/ContactList/pnversion.php

    r167 r234  
    3333// module dependencies 
    3434$modversion['dependencies'] = array( 
    35 array(  'modname'    => 'pnMessages', 
    36         'minversion' => '2.0', 'maxversion' => '', 
     35array(  'modname'    => 'InterCom', 
     36        'minversion' => '2.1', 'maxversion' => '', 
    3737        'status'     => PNMODULE_DEPENDENCY_RECOMMENDED), 
    3838array(  'modname'    => 'Avatar', 
 
 
Powered by Trac
Design by Arcsin