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)

algert 05-13-2009 04:31 PM

Quote:

Originally Posted by TheLastSuperman (Post 1809737)
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

Thank you! Your awesome! Thanks!

TheLastSuperman 05-13-2009 07:45 PM

Quote:

Originally Posted by algert (Post 1810157)
Thank you! Your awesome! Thanks!

lol... nope, just THE LAST SUPERMAN :D
Your welcome ;)

torrentrockerz 05-21-2009 02:27 PM

Hi TheLastSuperman, please reply to my message

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

Adv. Thanks

wtf is life 05-24-2009 08:57 AM

Anyone got a release to work on V. 3.8.2

algert 05-24-2009 09:59 AM

Quote:

Originally Posted by wtf is life (Post 1816178)
Anyone got a release to work on V. 3.8.2

This version works with 3.82.. I've tested it. :D

Stranger. 05-24-2009 11:02 PM

keeps saying
Loading....

any help?

tiengnhat 05-28-2009 03:25 AM

Help me for error of database.

Code:

Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/yourforum/public_html/forum/includes/class_core.php on line 311

MySQL Error  :
Error Number  :
Request Date  : Wednesday, May 27th 2009 @ 07:43:07 PM
Error Date    : Wednesday, May 27th 2009 @ 07:43:07 PM
Script        : http://www.yourforum.com/forum/infernoshout.php
Referrer      : http://www.yourforum.com/forum/
IP Address    : 210.196.150.xxx
Username      :
Classname    : vB_Database
MySQL Version :

Thanks you!

SatSeeker 05-28-2009 10:56 PM

Hello guys,

Does anyone know how to increase the "Shouts To Display" option? It seems like always defaulted at 20 even if I tried to increase it 40 or any other numbers?

Greatly appreciated!

SatSeeker 05-29-2009 08:55 PM

Hi Guys,

I've finally got it fixed!

Just for anyone who has the same problem as I have, here how to fix the 20 post message limitation:

1. open the file named "infernoshout.php" under UPLOAD folder using Notepad editor
2. go down to where it says

Code:

# ------------------------------------------------------- #
# Display the messages
# ------------------------------------------------------- #

if ((empty($_REQUEST['do']) || $_REQUEST['do'] == 'messages'))
{
        $charset = $vbulletin->userinfo['lang_charset'];
        $charset = strtolower($charset) == 'iso-8859-1' ? 'windows-1252' : $charset;
        @header('Content-Type: text/html; charset=' . $charset);

        $infernoshout->load_engine('shout');

        $shout =& new shout;

        echo $infernoshout->fetch_shouts($shout, 20);

3. Change
Code:

        echo $infernoshout->fetch_shouts($shout, 20);
To whatever long you want as
Code:

        echo $infernoshout->fetch_shouts($shout, 100);
4. Save, Upload to your forum root, and overwrite the old one

That's all!

oliver123 05-31-2009 10:41 AM

Wow looking nice!
Thanks :)


All times are GMT. The time now is 02:30 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.02201 seconds
  • Memory Usage 1,743KB
  • 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
  • (9)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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