aim/icq/yahoo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ray
    Senior Member
    • Feb 2001
    • 130

    aim/icq/yahoo

    What templates do I have to edit and what exactly do I have to edit for the aim/icq/yahoo buttons to show up and work?

    Thanks!

    Ray
  • tubedogg
    Senior Member
    • Feb 2001
    • 13602

    #2
    Edit the postbit template and remove the <!-- and the --> around $ post[aim], $ post[yahoo] and $ post[icq] and then remove the space between the $ and post[name] in the three instances listed above.

    Comment

    • express
      Senior Member
      • Apr 2001
      • 1470
      • 3.6.x

      #3
      Here's what I did.

      ------------------------
      postbit Find
      ------------------------

      <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr valign="bottom">
      <td><smallfont>
      $post[profile] $post[pmlink] $post[useremail] $post[homepage] $post[search] $post[buddy]
      <!-- $ post[icqicon] --> <!-- $ post[aimicon] --> <!-- $ post[yahooicon] -->
      </smallfont></td>
      <td align="right" nowrap><smallfont>

      Replace With

      <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr valign="bottom">
      <td><smallfont>
      $post[profile] $post[useremail] $post[pmlink] $post[homepage]
      $post[search] $post[buddy]
      $post[icqicon]
      $post[aimicon]
      $post[yahooicon]
      </smallfont></td>
      <td align="right" nowrap><smallfont>

      ------------------------
      getinfo Find Take Space Out Between first altcolor and second altcolor after loading new code should look like firstaltcolor and secondaltcolor
      ------------------------
      <td bgcolor="{first altcolor}"><normalfont><b>Homepage:</b></normalfont></td>
      <td bgcolor="{first altcolor}"><normalfont><a href="$userinfo[homepage]" target="_blank">$userinfo[homepage]</a>&nbsp;</normalfont></td>
      </tr>
      <tr>
      <td bgcolor="{second altcolor}"><normalfont><b>ICQ Number:</b></normalfont></td>
      <td bgcolor="{second altcolor}"><normalfont>$userinfo[icq] <!-- $ userinfo[icqicon] THE ICQ FLOWER - remove comments --></normalfont></td>
      </tr>
      <tr>
      <td bgcolor="{first altcolor}"><normalfont><b>AOL Instant Messenger Handle:</b></normalfont></td>
      <td bgcolor="{first altcolor}"><normalfont>$userinfo[aim] <!-- $ userinfo[aimicon] AIM ICON - remove comments --></normalfont></td>
      </tr>
      <tr>
      <td bgcolor="{second altcolor}"><normalfont><b>Yahoo Instant Messenger Handle:</b></normalfont></td>
      <td bgcolor="{second altcolor}"><normalfont>$userinfo[yahoo] <!-- $ userinfo[yahooicon] YAHOO ICON - remove comments --></normalfont></td>
      </tr>
      $referrals

      ------------------------
      Replace With Find Take Space Out Between first altcolor and second altcolor after loading new code should look like firstaltcolor and secondaltcolor

      ------------------------

      <td bgcolor="{first altcolor}"><normalfont><b>Homepage:</b></normalfont></td>
      <td bgcolor="{first altcolor}"><normalfont><a href="$userinfo[homepage]" target="_blank">$userinfo[homepage]</a>&nbsp;</normalfont></td>
      </tr>
      <tr>
      <td bgcolor="{second altcolor}"><normalfont><b>ICQ Number:</b></normalfont></td>
      <td bgcolor="{second altcolor}"><normalfont>$userinfo[icq]$userinfo[icqicon] ></normalfont></td>
      </tr>
      <tr>
      <td bgcolor="{first altcolor}"><normalfont><b>AOL Instant Messenger Handle:</b></normalfont></td>
      <td bgcolor="{first altcolor}"><normalfont>$userinfo[aim]$userinfo[aimicon] ></normalfont></td>
      </tr>
      <tr>
      <td bgcolor="{second altcolor}"><normalfont><b>Yahoo Instant Messenger Handle:</b></normalfont></td>
      <td bgcolor="{second altcolor}"><normalfont>$userinfo[yahoo]$userinfo[yahooicon] ></normalfont></td>
      </tr>
      $referrals

      ------------------------
      memberlist Find Take Space Out Between
      table headbgcolor and table headtextcolor after loading new code should look like tableheadbgcolor and tableheadtextcolor

      ------------------------

      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>User Name</b></smallfont></td>
      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>Email</b></smallfont></td>
      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>Homepage</b></smallfont></td>
      <td bgcolor="{table headbgcolor}" align="center" nowrap><smallfont color="{table headtextcolor}"><b>Find Posts</b></smallfont></td>
      <!--
      <td align="center" bgcolor="{table headbgcolor}"><smallfont color="{table headtextcolor}"><b>AIM</b></smallfont></td>
      <td align="center" bgcolor="{table headbgcolor}"><smallfont color="{table headtextcolor}"><b>ICQ</b></smallfont></td>
      <td align="center" bgcolor="{table headbgcolor}"><smallfont color="{table headtextcolor}"><b>YAHOO</b></smallfont></td>
      -->
      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>Join Date</b></smallfont></td>
      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>Posts</b></smallfont></td>
      </tr>
      $memberlistbits
      </table>

      ------------------------
      Replace With Take Space Out Between
      table headbgcolor and table headtextcolor after loading new code should look like tableheadbgcolor and tableheadtextcolor
      ------------------------

      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>User Name</b></smallfont></td>
      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>Email</b></smallfont></td>
      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>Homepage</b></smallfont></td>
      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>Posts by<br>this user</b></smallfont></td>
      <td align="center" bgcolor="{table headbgcolor}"><smallfont color="{table headtextcolor}"><b>AIM</b></smallfont></td>
      <td align="center" bgcolor="{table headbgcolor}"><smallfont color="{table headtextcolor}"><b>ICQ</b></smallfont></td>
      <td align="center" bgcolor="{table headbgcolor}"><smallfont color="{table headtextcolor}"><b>YAHOO</b></smallfont></td>
      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>Join Date</b></smallfont></td>
      <td bgcolor="{table headbgcolor}" align="center"><smallfont color="{table headtextcolor}"><b>Posts</b></smallfont></td>
      </tr>
      $memberlistbits
      </table>

      ------------------------
      memberlistbit Find Take Space Out Between first altcolor and second altcolor after loading new code should look like firstaltcolor and secondaltcolor

      ------------------------

      <tr align="center">
      <td bgcolor="{first altcolor}" align="left"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userinfo[userid]">$userinfo[username]</a></normalfont></td>
      <td bgcolor="{second altcolor}">$userinfo[useremail]</td>
      <td bgcolor="{first altcolor}">$userinfo[homepage]</td>
      <td bgcolor="{second altcolor}"><a href="search.php?s=$session[sessionhash]&action=finduser&userid=$userinfo[userid]"><img src="images/find.gif" border=0 alt="Find more posts by $userinfo[username]"></a></td>
      <!--
      <td bgcolor="{first altcolor}">$ userinfo[aimicon]</td>
      <td bgcolor="{first altcolor}">$ userinfo[icqicon]</td>
      <td bgcolor="{first altcolor}">$ userinfo[yahooicon]</td>
      -->
      <td bgcolor="{first altcolor}"><normalfont>$userinfo[datejoined]</normalfont></td>
      <td bgcolor="{second altcolor}"><normalfont>$userinfo[posts]</normalfont></td>
      </tr>

      ------------------------
      Replace With Find Take Space Out Between first altcolor and second altcolor after loading new code should look like firstaltcolor and secondaltcolor

      ------------------------

      <tr align="center">
      <td bgcolor="{first altcolor}" align="left"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userinfo[userid]">$userinfo[username]</a></normalfont></td>
      <td bgcolor="{second altcolor}">$userinfo[useremail]</td>
      <td bgcolor="{first altcolor}">$userinfo[homepage]</td>
      <td bgcolor="{second altcolor}"><a href="search.php?s=$session[sessionhash]&action=finduser&userid=$userinfo[userid]"><img src="images/find.gif" border=0 alt="Find more posts by $userinfo[username]"></a></td>
      <td bgcolor="#F1F1F1">$userinfo[aimicon]</td>
      <td bgcolor="#F1F1F1">$userinfo[icqicon]</td>
      <td bgcolor="#F1F1F1">$userinfo[yahooicon]</td>
      <td bgcolor="#F1F1F1"><normalfont>$userinfo[datejoined]</normalfont></td>
      <td bgcolor="#DFDFDF"><normalfont>$userinfo[posts]</normalfont></td>
      </tr>
      Joey
      Last edited by express; Thu 7 Jun '01, 10:50am.
      Real Web Host

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...