vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - [ITech] [AJAX] Inferno vBShout Lite 2.5.0 (https://vborg.vbsupport.ru/showthread.php?t=147346)

torrentrockerz 05-02-2009 05:27 PM

I want to change my Background color of my Messages Box(Shout Box). How can I do that?

Adv. Thanks

Nazim 05-06-2009 06:02 PM

Hey, Having a little trouble adding the shoutbox to every page in the forum, well alot of trouble, and as the installation.txt says,

Quote:

if you are having trouble deploying the shoutbox in specific parts of your forum please ask for assistance.
I may just be doing this wrong, heres how I thought it would work, If i wanted to add my shoutbox into my Arcade, i goto the styles and templates, find the ARCADE template and add the <!--{%SHOUTBOX%}-->, Then goto the Shoutbox settings and add arcade after index... (index,arcade).

This didn't work, so what am I doing wrong, hope you can help, Thanks,

Nazim 05-08-2009 10:16 AM

bump

algert 05-12-2009 01:21 PM

Does anyone know a way to get the Shoutbox renamed to Chatbox and instead of having the Shoutbox word centered align get it to left aligned?

TheLastSuperman 05-12-2009 02:05 PM

1 Attachment(s)
I just edited this and installed on a 3.8 board, I changed the name to "The Chit-Chat Lounge" and did a few other edits...

I'm @ work now but if I remember correctly you can edit all this via the included files OR if not then edit the xml. If your still having problems PM me as after work my brain forgets things that happened @ work, that's how I cope w/ having a crummy job lol.

S-MAN

Edit: Hmmm, I bet you can change the BG color... That gave me the idea to make it an image instead! I bet we can do this via css somehow by incorporating it in the mod.

algert 05-12-2009 02:11 PM

Quote:

Originally Posted by TheLastSuperman (Post 1809371)
I just edited this and installed on a 3.8 board, I changed the name to "The Chit-Chat Lounge" and did a few other edits...

I'm @ work now but if I remember correctly you can edit all this via the included files OR if not then edit the xml. If your still having problems PM me as after work my brain forgets things that happened @ work, that's how I cope w/ having a crummy job lol.

S-MAN

Edit: Hmmm, I bet you can change the BG color... That gave me the idea to make it an image instead! I bet we can do this via css somehow by incorporating it in the mod.

let me know what you've edit to change it to The Chit-Chat lounge? and is it possible to get it left aligned?

BHATUGAN 05-12-2009 02:22 PM

can i prevent other users to use the "/me" command?

TheLastSuperman 05-12-2009 02:28 PM

Quote:

Originally Posted by algert (Post 1809378)
let me know what you've edit to change it to The Chit-Chat lounge? and is it possible to get it left aligned?

I'll check into it later but if you don't hear anything send me a PM later today as I'm at work :p

It should be, I would assume just using html tags for left alignment would work but afterwards compare it in IE & Firefox.

The /me command... that's a good question... stumped :p

algert 05-12-2009 02:39 PM

Quote:

Originally Posted by BHATUGAN (Post 1809386)
can i prevent other users to use the "/me" command?

I checked there isn't a way, but I remember I saw this option somewhere..

TheLastSuperman 05-12-2009 11:23 PM

Quote:

Originally Posted by algert (Post 1809378)
let me know what you've edit to change it to The Chit-Chat lounge? and is it possible to get it left aligned?

Quote:

Originally Posted by algert
Hey, can u tell me which file to edit and how to make it Left aligned on the Inferno shoutbox. :)

Thanks!

To change the name find:

Code:

<thead>
<tr>
        <td class="tcat" align="center">
                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_infernoshout')"><img id="collapseimg_forumhome_infernoshout" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_infernoshout].gif" alt="" border="0" /></a>

<a href="infernoshout.php?$session[sessionurl]do=archive">Shoutbox</a>
        </td>
</tr>
</thead>

& Change this part..
Code:

<a href="infernoshout.php?$session[sessionurl]do=archive">Shoutbox</a>
To what you want

i.e. change Shoutbox to whatever you want like...

Code:

<thead>
<tr>
        <td class="tcat" align="center">
                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_infernoshout')"><img id="collapseimg_forumhome_infernoshout" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_infernoshout].gif" alt="" border="0" /></a>

<a href="infernoshout.php?$session[sessionurl]do=archive">The Chit-Chat Lounge</a>
        </td>
</tr>
</thead>

And to left align simply change this...

Code:

        <td class="tcat" align="center">
To this...

Code:

        <td class="tcat" align="left">
Enjoy :D


All times are GMT. The time now is 09:25 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.02512 seconds
  • Memory Usage 1,748KB
  • 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
  • (5)bbcode_code_printable
  • (6)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