PDA

View Full Version : How do I add ICQ & AIM Functionality...???


Joshs
25 Feb 2001, 03:14
I was wondering how I would going about adding ICQ and AIM functionality to my forums?

25 Feb 2001, 04:19
Delete the comments in postbit.

27 Feb 2001, 17:49
{htmldoctype}
<HTML>
<HEAD><TITLE>$bbtitle - $threadtitle</title>
</head>
<body >

<p><img src="{titleimage}" border="0"></p>

<p><b>$bbtitle</b> ($bburl/index.php)<br>
- <b>$forumtitle</b> ($bburl/forumdisplay.php?forumid=$foruminfo[forumid])<br>
-- <b>$threadtitle</b> ($bburl/showthread.php?threadid=$threadid)</p>

$postbits

<hr>

<p>$timezone</p>

</body>
</html>

But what do i need to delete?

Phil

27 Feb 2001, 18:03
In your postbit template:

Change:
<!-- $ post[icqicon] --> <!-- $ post[aimicon] --> <!-- $ post[yahooicon] -->
To:
$post[icqicon] $post[aimicon] $post[yahooicon]

27 Feb 2001, 18:11
What is the postbit?

I dont see a file called that!

27 Feb 2001, 18:11
Found it.