PDA

View Full Version : Buddy Messanger 1.1 for vb 2.2.7


xpguy
03-06-2003, 08:27 PM
i get some weird things on mine : http://www.windowsos.com/forum/

and i have tryed replacing the files and deleteing the templates but still the same what do i do??

ps i installed on my vb 2.3.0 rc3 board :(

EchoHype.com
03-06-2003, 08:42 PM
It looks like a repeating "private messaging bit" code.

Look in your forum home template for any duplicate "privmsg" code.

xpguy
03-06-2003, 08:46 PM
also the online users doesn't show :(

xpguy
03-06-2003, 08:54 PM
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="6"><a href="private.php?s=$session[sessionhash]" title="Click Here to Open Your Private Messages $inboxname"><normalfont color="{categoryfontcolor}"><b>Private Messages</normalfont></b></a></td>
</tr>
<tr>
<td bgcolor="{secondaltcolor}" align="center" valign="top"><img src="{imagesfolder}/$lightbulb.gif" alt=""></td>
<td bgcolor="{firstaltcolor}" colspan="5">
<table cellpadding="0" cellspacing="0" width="100%">
<tr><td width="100%" valign="middle"><smallfont>
<b>$bbuserinfo[username]</b> - You have $newpm[messages] new message(s) since your last visit.<br>
(You have $unreadpm[messages] unread messages and $allpm[messages] total messages in all your folders.)</smallfont></td>
<td width="20" align="center" valign="middle">
<a href="member2.php?s=$session[sessionhash]&action=viewlist&userlist=buddy" target="_blank"><img src="{imagesfolder}/buddy_go.gif" alt="Jump To BuddyList" align="absmiddle" border="0" hspace=1"></a></td>
<form name="buddyjump">
<td valign="middle" align="right"><smallfont>
<select name="buddymenu" onChange="location=document.buddyjump.buddymenu.options[document.buddyjump.buddymenu.selectedIndex].value;" value="GO">
<option selected>Buddy Messenger</option>
$onlinebuddy
$offlinebuddy
</select>
</smallfont></td></form>
</tr></table>
</td></tr>

thats the code

EchoHype.com
03-06-2003, 08:59 PM
no no, in your forum home template.

xpguy
03-06-2003, 09:04 PM
ok i took this out "$pminfo" and it left one but i still dont see users online and it says 1 member is online :(

EchoHype.com
03-06-2003, 09:10 PM
find this in the forum home template

$birthdaybits

add this above it:

$loggedinusers

EchoHype.com
03-06-2003, 09:14 PM
also:

your forumhome_loggedinusers should look something like this(if not modified)

<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="6"><a href="online.php?s=$session[sessionhash]"><normalfont color="{categoryfontcolor}"><b>Currently Active Users</b></normalfont></a><normalfont color="{categoryfontcolor}"><b>: $totalonline</b></normalfont></td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}" colspan="6"><smallfont>
<nobr>There are currently $numberregistered members and $numberguest guests on the boards.</nobr> |
<nobr>Most users ever online was $recordusers on $recorddate at $recordtime.</nobr><br>
$activeusers</smallfont></td>
</tr>

xpguy
03-06-2003, 09:15 PM
i also think if there is two users online then two rows appear how can i prvent this and when vb3 comes out when i upgrade will it fix the problem?

i never edited that file :disappointed: and the things are still there.

EchoHype.com
03-06-2003, 09:17 PM
that's gotta be a template problem, but I can't tell you what to do unless I see the templates of your online users.

I'm not sure about the vb3 upgrade fixing it either.