vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   BB| Messenger 1.5 (https://vborg.vbsupport.ru/showthread.php?t=66989)

yoyoyoyo 08-19-2005 02:46 AM

does this hack still work in 3.0.8? I amn reading varying results

gbechtel 08-21-2005 07:31 PM

Quote:

Originally Posted by PitchouneN64ngc
Do you use a prefix for your tables? ($tableprefix in your ./includes/config.php) If yes, modify the table as this (search your wrong query before):

PHP Code:

FROM " . TABLE_PREFIX . "thread AS thread 


I know that this post is old but I did not see a solution that addressed what was causing the problem.

Code:

Database error in vBulletin 3.0.8:

Invalid SQL:
SELECT threadid, forumid, title, replycount, lastposter, postuserid, postusername FROM thread ORDER BY lastpost DESC LIMIT 20 mysql error: Table 'masscops_vbforum.thread' doesn't exist

mysql error number: 1146

Date: Sunday 21st of August 2005 04:12:33 PM
Script: http://www.masscops.com/forums/marquee.php
Referer: http://www.masscops.com/forums/bbmessenger/index.php?func=m_interface
Username: User
IP Address: **.**.**.**

What needs to be changed is in marquee.php line #38

Was....

Code:

// connect to the database and pull the info we need.

$latestposts = $DB_site->query("
SELECT threadid, forumid, title, replycount, lastposter, postuserid, postusername
FROM thread
ORDER BY lastpost
DESC LIMIT " . THREAD_LIMIT . ""
);

Changed to....

Code:

// connect to the database and pull the info we need.

$latestposts = $DB_site->query("
SELECT threadid, forumid, title, replycount, lastposter, postuserid, postusername
FROM vb3_thread
ORDER BY lastpost
DESC LIMIT " . THREAD_LIMIT . ""
);

FROM [add your prefix here]_thread

C.Birch 09-21-2005 08:01 PM

Quote:

Originally Posted by animate
Have installed but all users on this buddy list are displayed in the bbmessanger as Offline, but on the index site from vbb the buddys are online. i have installed on 3.0.6

thats because there offline on the messager. eg they dont have messager loaded, when they do have it loaded they show up has online.

MissKalunji 09-21-2005 08:53 PM

Quote:

Originally Posted by C.Birch
thats because there offline on the messager. eg they dont have messager loaded, when they do have it loaded they show up has online.


will this be ported to 3.5

MissKalunji 11-01-2005 08:01 PM

n e one?

C.Birch 05-27-2006 01:46 PM

this hack was taken over by a other coder, so i dont know.

MissKalunji 05-28-2006 02:29 AM

by who?

ztempuser 05-28-2006 02:45 AM

when was this?

Hades-1 06-14-2006 04:22 PM

would someone be as kind as to tell me exactly what i have to do to get this to launch right from my navbar?

thanks in advanced.

ztempuser 09-24-2006 02:03 AM

i was able to use this with my 3.6.1 board i just did some changes to it
i would like to post a version of mine but was wondering who is in charge of this? i dont know who to ask

i will realse my new edited version in 1 week if i don't hear from anyone or can find the owner of this at this point


All times are GMT. The time now is 09:59 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.01392 seconds
  • Memory Usage 1,740KB
  • 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)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete