PDA

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


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

02-25-2001, 03:19 AM
Delete the comments in postbit.

02-27-2001, 04:49 PM
{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

02-27-2001, 05:03 PM
In your postbit template:

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

02-27-2001, 05:11 PM
What is the postbit?

I dont see a file called that!

02-27-2001, 05:11 PM
Found it.