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)

leeman 05-19-2007 12:46 PM

Quote:

Originally Posted by goblues (Post 1250786)
Did you insert the <!--{%SHOUTBOX%}--> in the forumhome template for that style?

Dont have a $navbar in there ... :(

Here's my forumhome in that skin ....
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
        <!-- no cache headers -->
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Expires" content="-1" />
        <meta http-equiv="Cache-Control" content="no-cache" />
        <!-- end no cache headers -->
        $headinclude
        <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="content">
  <tr valign="top">
    <td width="217">
        <div class="tcat2">Latest Threads</div>
                <div class="ct">
<script type="text/javascript" src="external.php?type=js"></script>
<script type="text/javascript" src="$stylevar[imgdir_misc]/latestthreads.js">
</script></div>
<div class="tcat2">Forum Statistics</div>
        <div class="ct"><strong>$vbphrase[threads]</strong>: $totalthreads<br />
          <strong>$vbphrase[posts]</strong>: $totalposts<br />
          <strong>$vbphrase[members]</strong>: $numbermembers<br />
          <strong>Number of Users Online</strong>: $totalonline<br />
        <phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
        <div class="tcat2">Ads</div>
        <div class="ct"><!-- Begin: AdBrite -->
<style type="text/css">
  .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #0000FF;}
  .adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}
</style>
<script type="text/javascript" src="http://ads.adbrite.com/mb/text_group.php?sid=123500&br=1&dk=72656c6174696f6e73686970735f355f325f776562">
</script>
<div><a class="adHeadline" target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=123500&afsid=1">Your Ad Here</a></div>
<!-- End: AdBrite --></div>        </td>
    <td width="13"></td>
    <td>

$navbar

<!-- main -->
       
$forumbits
$forumhome_markread_script
<!-- /main -->

<br />

<!-- what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr>
                <td class="tcat">$vbphrase[whats_going_on]</td>
        </tr>
</thead>
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
                        <a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
        <tr>
                <td class="alt1" width="100%" style="border-right: 1px #dcdcdc solid;">
                        <div class="smallfont">
                                <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
                                <div>$activeusers</div>
                        </div>
                </td>
        </tr>
</tbody>
<!-- end logged-in users -->
</if>       
<if condition="$show['birthdays']">
<!-- today's birthdays -->
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
                        $vbphrase[todays_birthdays]
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
        <tr>
                <td class="alt1" width="100%" style="border-right: 1px #dcdcdc solid;"><div class="smallfont">$birthdays</div></td>
        </tr>
</tbody>
<!-- end today's birthdays -->
</if>
<if condition="$show['upcomingevents']">
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
                        <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
        <tr>
                <td class="alt1" width="100%" style="border-right: 1px #dcdcdc solid;"><div class="smallfont">$upcomingevents</div></td>
        </tr>
</tbody>
</if>
<tbody>
        <tr>
                <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
                        <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
                        <if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
                        <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
                </strong></div></td>
        </tr>
</tbody>
</table>
<br />
<!-- end what's going on box -->

<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
        <td>
                <table cellpadding="2" cellspacing="0" border="0">
                <tr>
                        <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
                        <td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
                </tr>
                <tr>
                        <td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
                        <td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
                </tr>
                </table>
        </td>
        <if condition="!$show['guest']">
                <!-- member logout -->
                <td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
                <!-- end member logout -->
        </if>
</tr>
</table>
<!-- / icons and login code -->
</td>
  </tr>
</table>
$footer
</body>
</html>


goblues 05-19-2007 12:48 PM

About a third of the way down,

$navbar

<!-- main -->

leeman 05-19-2007 12:57 PM

Quote:

Originally Posted by goblues (Post 1250792)
About a third of the way down,

$navbar

<!-- main -->

:$

sry ... have been sitting to long infront of the monitor ...

Need a beer ... thnx that did it ..

goblues 05-19-2007 12:58 PM

Trust me, I have been there many times. Glad you got it working.

Sparkie123 05-19-2007 07:20 PM

Can anyone coment on server resources.

I previously had VBShout 2 installed on my site but was asked to remove it by my host as it hogged too many server resources (both database version and flat file version).

Would really like to add it again but don't want my host to boot me off the server.

Any advice, greatly appreciated :D

ShawnV 05-19-2007 09:36 PM

Estimated time to release of PRO version and cost?

_V

ClaytonR 05-19-2007 10:55 PM

I have photoplog installed and when i installed vbshout it now makes this error when i visit the gallery

Code:

Warning: Unknown(./infernoshout/engine/inferno_deploy.php): failed to open stream: No such file or directory in /includes/functions.php(5129) : eval()'d code on line 1

Fatal error: (null)() [function.require]: Failed opening required './infernoshout/engine/inferno_deploy.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bcjared/public_html/forums/includes/functions.php(5129) : eval()'d code on line 1


furst 05-20-2007 01:05 AM

The IPB shoutbox displays an "I'm Back" button for idle users.. that would be a nice addition here.

Zero Tolerance 05-20-2007 02:32 AM

Just an update for those wondering, the next release will patch up issues encountered:

Bugs Currently fixed for the next release:
XHTML 1.0 Transitional
User member profile links leading to null entries
Active shoutbox users fixed (invalid amount shown, duplicate entries shown)
URLs will be linked automatically, if you allow the option to use [url] bbcode within the shoutbox.
Enabled option to switch to an alternate shoutbox layout, curved elements will be removed at the cost for functionality. Only use this if you're having issues with your styles and the shoutbox display.
Drop thread linkage on reply/thread creation notices if link bbcode is enabled.
Use alternate methods to link to threads in reply/thread notices to visit thread without opening a new window.
Make thread links in thread/reply notices go to the last post within the thread.
An off switch for any thread/reply notices.
Thread titles with special characters messed up in thread/reply notces.
Special characters in different charsets.
Shoutbox notice now made slightly higher than other shouts to fit in better.
Fixed shoutbox deployment plugin (didn't follow path directives).
JS error when user was banned and system attempted to fetch new shouts.

Bugs pending for the next release:
vBSEO compatability (Pending on information to debug)

Page Deployment Issues
Obviously people with vBSEO and a custom portal system are having issues right now, I know the person with the portal system said changing the "THIS_SCRIPT" constant to something other than 'index' would cause issues, however all frontend scripts are meant to have unique names for the THIS_SCRIPT constant, so I'm afraid that's bad implementation on the portals end. That said, Im not sure how this messes up your portal page, it would load the shoutbox for deployment, but without the template edit for your portal, the shoutbox wouldn't actually show, so perhaps you could eloborate on that for me? :)

As for vBSEO, currently looking into this still, if anyone can contact me via PM or Yahoo messeger (
Code:

scot1ace@yahoo.com
) that can offer ACP/FTP access please do so this can get fixed up :)

When's PRO coming?
Sooner than you think :)

I'll reply once the Lite version has been updated with the bug fixes, thanks for everyones feedback on errors and general likeness :)

- Zero Tolerance
Inferno Technologies Lead Developer

JimmDaBimm 05-20-2007 10:00 AM

uhm..i dont understand this... i have entered alle Forumid's but the new post notice shows up like before


All times are GMT. The time now is 02:32 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.01650 seconds
  • Memory Usage 1,790KB
  • 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
  • (3)bbcode_code_printable
  • (2)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