Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Put a Box around Inferno ShoutBox vb4 Details »»
Put a Box around Inferno ShoutBox vb4
Version: 1.00, by ReFuZe ReFuZe is offline
Developer Last Online: Apr 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.x.x Rating:
Released: 12-25-2011 Last Update: Never Installs: 2
Uses Plugins Template Edits
 
No support by the author.

Hello guys its Jason again

I will tell you on how to put a box on a Inferno ShoutBox

First Navigate to AdminCP -> Styles -> Your Template -> Inferno_shoutbox_box
Inside replace ALL the coding with this

Quote:
<table cellpadding="2" cellspacing="4" border="0" width="100%" align="center" class="L1 collapse">
<thead>
<tr>
<td align="center">
<h2 class="blockhead"><a id="collapse_collapseobj_forumhome_infernoshout" href="{vb:raw relpath}#top" title="{vb:raw vboptions.ishout_sbtitle}">{vb:raw vboptions.ishout_sbtitle}</a></h2>
</td>
</tr>
</thead>
<tbody id="shoutbox_editshout" style="display: none;">
<tr>
<td class="alt1" align="left" width="100%">
<form onsubmit="return InfernoShoutbox.do_edit_shout();" action="index.php" id="editshoutform">
<span style="float: right;">
<input type="submit" class="button" value="Update" />
<input type="button" class="button" value="Delete" onclick="InfernoShoutbox.do_edit_shout(true);" />
<input type="button" class="button" value="Cancel" onclick="InfernoShoutbox.cancel_edit_shout();" />
</span>
<input type="text" size="60" class="bginput" name="editshout" />
<input type="hidden" name="shoutid" value="" />
</form>
</td>
</tr>
</tbody>
<tbody id="shoutbox_smilies" style="display: none;">
<tr>
<td class="alt1" align="center" width="100%" id="shoutbox_smilies_row">
</td>
</tr>
</tbody>

<table class="reference" cellspacing="0" cellpadding="0" border="1" width="100%" BORDERCOLOR=grey >

<tbody id="collapseobj_forumhome_infernoshout">
<tr>
<td class="alt1" align="left" width="100%">
<vb:if condition="!$vboptions[ishout_editor_position] && $bbuserinfo[userid] > 0">
<form onsubmit="return InfernoShoutbox.shout();" action="index.php">
{vb:raw editor}
<div style="height: 4px"></div>
</form>
</vb:if>


<div class="alt2" style="padding: 0px; margin: 0px; border: 0px !important;">
<table width="100%" cellpadding="0" cellspacing="0" id="vbshout_pro_tabs">
<tr>
<td class="alt1" width="100%" style="padding: 0px; margin: 0px; border: 0px !important;">&nbsp;</td>
</tr>
</table>
</div>

<div class="alt2" id="shoutbox_notice" style="border: 0px !important; display: none; padding-left: 3px; padding-top: 3px; padding-bottom: 0px; padding-right: 0px;"><b class="highlight">Shoutbox Notice:</b> <span class="smallfont" id="shoutbox_notice_message"></span></div>
<div class="alt2" id="shoutbox_window" style="border: 0px !important;"><span id="shoutbox_frame" style="border: 0px !important; display: block; padding: 3px; overflow:auto;height:{vb:raw vboptions.ishout_height}px; width: 99%;">Loading...</span><span id="shoutbox_users_frame" style="display: none; padding: 3px; overflow:auto;height:{vb:raw vboptions.ishout_height}px; width: 99%;">Loading...</span></div>

<vb:if condition="$vboptions[ishout_editor_position] && $bbuserinfo[userid] > 0">
<form onsubmit="return InfernoShoutbox.shout();" action="index.php">
<div style="height: 4px"></div>
{vb:raw editor}
</form>
</vb:if>
</td>
</tr>
</tbody>
</table>
<br />

<script type="text/javascript" src="infernoshout/browser/infernoshout.js?ver={vb:raw vboptions.ishout_jversion}"></script>
<script type="text/javascript">
<!--

/**
* Inferno Shoutbox Javascript Engine
* Created By Inferno Technologies
* All Rights Reserved
* * * * * * * * * * * * * * *
*/

InfernoShoutbox = new _ishout;
<vb:if condition="$_REQUEST['do'] == 'detach'">InfernoShoutbox.detached = true;</vb:if>
<vb:if condition="$vboptions[ishout_aop]">InfernoShoutbox.aop = true;</vb:if>
InfernoShoutbox.initiate(
'{vb:raw iShout.script}',
'{vb:raw vboptions.ishout_idletime}',
'{vb:raw iShout.s_bold}',
'{vb:raw iShout.s_italic}',
'{vb:raw iShout.s_underline]}',
'{vb:raw vboptions.ishout_shoutorder}',
'{vb:raw vboptions.ishout_flood}',
'{vb:raw vboptions.ishout_height}',
parseInt("{vb:raw vboptions.ishout_ajaxrefresh}") * 1000
);
<vb:if condition="$vboptions[ishout_autoidle]">InfernoShoutbox.idle = true;</vb:if>
-->
</script>
</table>
Then save and refresh

If you want to change the border then change it where it says border.






I will be adding in Iarchive later once im done with my NGU user bar so make sure you SubScribe to RaHeclan and if you need anything feel free to pm on youtube lolz or here.

Show Your Support

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

Comments
  #2  
Old 12-26-2011, 09:09 AM
my123world's Avatar
my123world my123world is offline
 
Join Date: Aug 2010
Location: -| Heart of vB |-
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any Screenie?
Reply With Quote
  #3  
Old 12-26-2011, 09:51 AM
ReFuZe ReFuZe is offline
 
Join Date: Sep 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh yea sorry I will add
Reply With Quote
  #4  
Old 12-26-2011, 09:51 AM
ReFuZe ReFuZe is offline
 
Join Date: Sep 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Check out my other codes
Reply With Quote
  #5  
Old 02-09-2012, 01:42 AM
MrBeastlymfe's Avatar
MrBeastlymfe MrBeastlymfe is offline
 
Join Date: Dec 2011
Location: My WonerLand
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just use [ code ] text here [/ code ] but no spaces between brackets
Reply With Quote
Reply


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 01:23 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.05017 seconds
  • Memory Usage 2,243KB
  • Queries Executed 18 (?)
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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (4)postbit
  • (5)postbit_onlinestatus
  • (5)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete