vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   BVShoutbox 1.0 (https://vborg.vbsupport.ru/showthread.php?t=59602)

martinh4 03-23-2004 02:03 PM

Brilliant work. :)

SONOFSAM 03-24-2004 04:13 AM

A stupid question, and probably right in front of my face...but where in the coding can I change the backgorund behind the shouts? Im using an image for my background on my forums, and do not wish it to be in the shoutbox as well.

forums: www.ggkthnx.com/forums

martinh4 03-24-2004 05:46 PM

Is there anyway to limit the amount of shouts displayed in the Iframe? About 10 would be ample.

Beermonster 03-26-2004 07:24 PM

/me hit's install

Thanks

The Realist 03-27-2004 10:33 PM

My shoubox is all white and blank?

Any help?

tpircsvb 03-28-2004 05:15 PM

sorry i havent been on for so long, motherboard fried
i did have a backup of the shoutbox, it wasnt the latest, but it's pretty close to what it was like before, and i think ive made it so its better than before now, so ive just got to test the installer and upgrader and ill be able to release it

msimplay 03-28-2004 05:31 PM

Quote:

Originally Posted by tpircsvb
sorry i havent been on for so long, motherboard fried
i did have a backup of the shoutbox, it wasnt the latest, but it's pretty close to what it was like before, and i think ive made it so its better than before now, so ive just got to test the installer and upgrader and ill be able to release it

wow this has happened twice now innit crash before and motherboard fried now
your having a really ruff time :P

ga.net 03-30-2004 11:36 AM

Quote:

Originally Posted by martinh4
Is there anyway to limit the amount of shouts displayed in the Iframe? About 10 would be ample.

yeah is there a way?

tpircsvb 03-30-2004 05:14 PM

in shoutbox.php
replace this:
PHP Code:

    $shouts $DB_site->query("
        SELECT s.*, u.username
        FROM " 
TABLE_PREFIX "shout s
        LEFT JOIN " 
TABLE_PREFIX "user u ON (u.userid = s.userid)
        ORDER BY dateline DESC, shoutid DESC LIMIT 25
    "
); 

with this:
PHP Code:

    $shouts $DB_site->query("
        SELECT s.*, u.username
        FROM " 
TABLE_PREFIX "shout s
        LEFT JOIN " 
TABLE_PREFIX "user u ON (u.userid = s.userid)
        ORDER BY dateline DESC, shoutid DESC LIMIT 10
    "
); 

and change the 10 to the amount of shouts you want to show



the installer and upgrader aren't working properly at the moment, but theres only 1 problem with the scripts, so the new version should be released soon

harbormaster 03-31-2004 07:36 PM

After installation I lost the NAV bar on my main page. When I go to the forums I can see it. Any ideas on what to check? I have enclosed a screenshot.

Also how is the best way to move the shout box to the bottom of the page?


All times are GMT. The time now is 11:13 PM.

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.01290 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
  • (2)bbcode_php_printable
  • (2)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