vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Shoutbox 1.0 (https://vborg.vbsupport.ru/showthread.php?t=38698)

Sadie Frost 08-12-2002 07:23 PM

Quote:

Originally posted by Mr_P
after i hit the submit button to post a shout i got the page not displayed all time so if i went back and refreshed the shout had been added but the url was wrong once it had been submitted so i found all instances of where the url was pointing to and changed them to my current dir as mine is not in a vbb folder and i think this threw it a bit.
I had the same problem. So I had to go through all the shoutbox templates and where the path was forums/blahblah.php, I changed it to just blahblah.php

:)

Okiewan 08-18-2002 08:06 PM

The smilie issue has to do with an installed hack, wish I could remeber the name of it, but it's the one that modify's vbcode.js .... causing smilies to be inserted where the curser is, rather than the end of the post text.

I put the original version back in and the smilies work. It would be SWEET if the shoutbox could use the modifed file, inserting smilies is a LOT nicer with that hack.

NexDog 08-19-2002 02:00 AM

Be great to have a scoller for the shoutbox or at least show the last 3 shouts on index.php.......

Odil 08-19-2002 08:19 AM

My page is empty after I post a shout. It only shows the number of shouts for me which adds 27 shouts to each one I post, yet it doesn't show the shouts at all like it should. It only shows the newest shout on the main page.

What can be wrong here?

Odil

Webmasta XT 08-19-2002 06:01 PM

my lastest shout on ForumHome, doesn't display the smilies... it displays the smilies in the shoutbox.php but not on forumhome.. WHY? help..

TWTCommish 08-19-2002 06:25 PM

Open index.php. Replace this:

$shout[shout_text] = bbcodeparse($shout[shout_text]);

...with this...

$shout[shout_text] = bbcodeparse($shout[shout_text], X);

Replace "X" with a forumid number of one of your forums that allows vB Code parsing. :) That should do it.

NexDog 08-19-2002 11:39 PM

Hey TWT,

I definitely saw a forum that had your shoutbox with a scroller on the home page. How is it done? If that is a bit hectic, how to post the last 3 shouts instead of one???

Webmasta XT 08-20-2002 03:31 AM

thnx TWT, this hack rules!

Googa 08-21-2002 03:48 PM

Quote:

Originally posted by RenzukenX
No that doesn't seem to work.
My shoutbox is located at http://www.coalitionforums.com/hyper...t/shoutbox.php
and whenever a shout is submitted it still tries to go back to the main directory www.coalitionforums.com

Just fixed this problem for myself.

Go into the template "shoutbox_postshout", and find:

Code:

  <form action="/shoutbox.php" method="post" name="vbform">
and replace it with:

Code:

  <form action="/shoutbox.php" method="post" name="vbform">
That'll do it nice and easy :)

Erwin 08-22-2002 12:30 AM

The 2 lines of codes in your post are the same. You meant to say to remove the "/" before the "shoutbox.php". :)


All times are GMT. The time now is 03:03 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.01667 seconds
  • Memory Usage 1,735KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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