vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Buddy Messanger 1.1 for vb 2.2.7 (https://vborg.vbsupport.ru/showthread.php?t=49727)

xpguy 03-06-2003 08:27 PM

Buddy Messanger 1.1 for vb 2.2.7
 
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.op tions[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

Code:

$birthdaybits
add this above it:

Code:

$loggedinusers

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

also:

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

Code:

<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.


All times are GMT. The time now is 01:51 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01356 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete