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
  #342  
Old 03-23-2004, 11:04 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djohn
Here's a screeshot.
First questoin: how do i remove that ugly line right above "Today's shouts:" (forumhome)?
Second question: How can i make the bit with the actual shouts be equal distance from the edge (notice it's about twice as far from the corner of the table on the right, then on the left)?
Another thing, how can I add the Refresh and Archive buttons right oppsite the Shout Button on forumhome?

Thanks!
Both have to do with the shoutbox_iframe template.

1: Find:
Code:
<hr> <if condition="$therewasatoday ==
Simply remove the <hr> from that line.

2: Find:
Code:
$headinclude
Add under:
Code:
<style type="text/css">
<!--
body {
margin: 0px 0px 0px 0px;
}
</style>
It will be like that by default in 1.04.

EDIT: Noticed you asked another question. Refresh button is simple. Still in shoutbox_iframe, find this:
Code:
<if condition="$therewasatoday ==
Add right before it:
Code:
<a style="float:$stylevar[right]" href="shoutbox.php?$session[sessionurl]do=iframe">[Refresh]</a>
This was taken out by accident before and will be placed back in in 1.04. As for the "archive" link - there is no archive. If you are talking about shoutbox.php, then "Shoutbox - Latest x Shouts" would be a link to it.
  #343  
Old 03-23-2004, 11:05 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djohn
I also have this problem (see screenshot)
Any way to fix the width ?? the input field?
Either turn off the smilie box or make it use a standard textarea field - both are options in 'vBulletin Options -> Shoutbox Settings'.
  #344  
Old 03-23-2004, 11:09 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 Link14716
Either turn off the smilie box or make it use a standard textarea field - both are options in 'vBulletin Options -> Shoutbox Settings'.
Matt if you get a moment can you say hi on aim
  #345  
Old 03-23-2004, 11:12 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The General
Excellent hack! Thanks heaps!

I keep getting runtime errors however, while some of my users don't. Any idea what might be wrong?
Working on fixing JS issues for 1.04.
  #346  
Old 03-23-2004, 11:47 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark Dragon
Hey, nice hack but I can't get it to work.

I tried installing it through HTL, but it didn't work, then I tried it manually and it still doesn't work.. The template edits and new templates, as well as all the phrases and stuff seem to be there. But it doesn't appear on the main page, or when I run shoutbox.php it's blank.

http://www.tmrforums.com/shoutbox.php
http://www.tmrforums.com

Edit: I was able to get it on the main page, but it's still "blank" just as if I typed out the URL.
Sounds like the templates weren't installed to the style you are using. Make sure the templates are all there on all the styles (be it by them actually being on all styles or through style inheritance).
  #347  
Old 03-23-2004, 11:49 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djohn
Fixed my first problem, however the bug with wysiwyg editor is still there. Also, I have a rather template question. How can i remove that grey part around the shoutbit (when iframe is enabled)? See screenshot.
WYSIWYG should be working in 1.04 when it's released.

In template shoutbox_iframe:
Find:
Code:
$headinclude
Add under:
Code:
<style type="text/css">
<!--
body {
margin: 0px 0px 0px 0px;
}
</style>
It will be like that by default in 1.04.
  #348  
Old 03-23-2004, 11:50 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sabret00the
i'm getting this error

also my forumhome shoutbox has no box surrounding it

oh and i'm getting no permission when i try and go into the shoutbox?
Paste about 20 lines above and below that line from admincp/usergroup.php and I'll see if I can find what went wrong. When it is working, update a usergroup and the no permission screems should go away.
  #349  
Old 03-23-2004, 11:52 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by edeab220
Sorry if it's been asked...

I'm having this error:
Code:
Parse error: parse error in /home/.rafferty/palmforu/palmforums.org/forums/admincp/index.php on line 900
Happens when...obviously...when I access AdminCP. What do you think when wrong?
That isn't related to my hack as it does not modify admincp/index.php.
  #350  
Old 03-24-2004, 12:04 AM
edeab220 edeab220 is offline
 
Join Date: Mar 2004
Location: South NJ
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Link14716
That isn't related to my hack as it does not modify admincp/index.php.
Oh...yea i forgot . Must have been a prob when I installed HTL.

Thanks for narrowing the problem down for me .
  #351  
Old 03-24-2004, 12:04 AM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the response mate, I've so far been using do=update&userid=X - I took a peek at the script and realised it could be done. It seems only around a 3rd of users haven't been updated so I'm going through The Shoutbox page by page and checking the userid's of users not assigned and showing as '0' and then updating them. My Shoutbox is 750 pages... I'm 200 pages in lol.
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 04:45 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05090 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
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
  • (8)bbcode_code
  • (9)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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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