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?
Delete the comments in postbit.
{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
In your postbit template:
Change:
<!-- $ post[icqicon] --> <!-- $ post[aimicon] --> <!-- $ post[yahooicon] -->
To:
$post[icqicon] $post[aimicon] $post[yahooicon]
What is the postbit?
I dont see a file called that!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.