Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
[HTL] & [Normal] Shoutbox Hack - 1.03d Details »»
[HTL] & [Normal] Shoutbox Hack - 1.03d
Version: 1.00, by Link14716 Link14716 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 01-09-2004 Last Update: Never Installs: 83
Supported
 

Re-released at https://vborg.vbsupport.ru/showthrea...790#post547790

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #527  
Old 06-29-2004, 02:11 PM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No sir, no html allowed on the whole forum including the shoutbox
  #528  
Old 06-29-2004, 02:13 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NuclioN
No sir, no html allowed on the whole forum including the shoutbox
Sounds like it might be a browser error, can you give me any more details. like what browser and OS are they using ?
  #529  
Old 06-29-2004, 08:06 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

WYSIWYG works. Here's the fix.

In shoutbox.php, find:
Code:
	// Blank shout check!
	if (empty($_POST['message'])) {
		eval(print_standard_error('error_shoutbox_1000_blankshout'));
	}
Replace with:
Code:
	// Blank shout check!
	if (empty($_POST['message']) && !isset($_POST['WYSIWYG_HTML'])) {
		eval(print_standard_error('error_shoutbox_1000_blankshout'));
	}
  #530  
Old 06-29-2004, 08:22 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yayyyyyyyyyyyyyyyy, great work matt, fixed it
  #531  
Old 06-29-2004, 08:23 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Who rox? Scotty rox yay for devs!
  #532  
Old 06-30-2004, 01:02 AM
weaver weaver is offline
 
Join Date: Mar 2004
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sue
is there anywhere to input "The Shoutbox" for users to see when they go to the main site? all there is is a blank box with a green arrow pointing where the shoutbox is... kinda confusing
I'm having the exact same problem. I've also repasted the code into the forumhome template as suggested by someone as a fix, but it didn't work for me. Everything else seems to work great.
  #533  
Old 06-30-2004, 01:07 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snobbymom
I'm having the exact same problem. I've also repasted the code into the forumhome template as suggested by someone as a fix, but it didn't work for me. Everything else seems to work great.
Looks like you dont have the phrases. did you just upgrade vBulletin ?
  #534  
Old 06-30-2004, 01:24 AM
weaver weaver is offline
 
Join Date: Mar 2004
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, I haven't upgraded from 3.0.0 if that's what you're asking. Which phrase(s) appears to be missing? I went to the phrasegroup manager and had 5 pages of shoutbox phrases.
  #535  
Old 06-30-2004, 01:35 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snobbymom
No, I haven't upgraded from 3.0.0 if that's what you're asking. Which phrase(s) appears to be missing? I went to the phrasegroup manager and had 5 pages of shoutbox phrases.
Are you sure that you did all the edits ?
  #536  
Old 06-30-2004, 01:41 AM
weaver weaver is offline
 
Join Date: Mar 2004
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had rechecked several times but I will recheck again. The only one I was iffy on was the one replacing the code only if you were using WYSIWYG. But it didn't seem to matter if I had that included or not.
  #537  
Old 06-30-2004, 02:22 AM
weaver weaver is offline
 
Join Date: Mar 2004
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just realized that I have a shoutbox integrated on the main page because of vbindex. Would that be causing a conflict? I checked all of the file edits and those were all done.

ETA: Okay I have checked out all of the template changes and then looked for those phrases within my phrase manager. They exist and have text in the boxes for those phrases. But my shoutbox still looks like the picture in the previous attachment. I don't want to have to uninstall and reinstall but I guess that's what I'll have to do. Everything else about it is working perfectly so I can't figure out what went wrong.
  #538  
Old 06-30-2004, 09:22 PM
NyCwill NyCwill is offline
 
Join Date: Feb 2002
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way that i can add this to vbadvanced CMPS as a module or hack??
  #539  
Old 06-30-2004, 09:26 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NyCwill
is there a way that i can add this to vbadvanced CMPS as a module or hack??
You can just call the iframe, ill see about adding some instructions to it when we do the update.

Just a small update, matt already announced the wysiwyg fix, we also got the standard editor working, and im working on updating the look of the shoutbox.php page

So far, besides the massive error its going well


If there are any other bugs that anyone has found there will be a forum for the shoutbox at geekydesigns.com within the hour
  #540  
Old 07-01-2004, 12:57 AM
weaver weaver is offline
 
Join Date: Mar 2004
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried to uninstall so I could do a fresh install but it's not happening. Keeps saying there's an error on the page whenever I select uninstall hack from the drop down list. I haven't been able to figure out why those phrases aren't working on the shoutbox because they do exist in my phrase manager. All of the template and file edits appeared fine to me.
  #541  
Old 07-01-2004, 01:20 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone who has missing phrases on the main phrase did NOT do one of the index.php edits.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:35 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.06210 seconds
  • Memory Usage 2,354KB
  • Queries Executed 30 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete