News:

Wondering if this will always be free?  See why free is better.

Main Menu

nneonneo's Shoutbox

Started by nneonneo, December 26, 2006, 06:58:11 PM

Previous topic - Next topic

arwen75

Quote from: zach21uk on July 29, 2009, 03:40:03 AM
Quote from: zach21uk on July 28, 2009, 10:09:38 AM
Is the mod compatible with the newest RC?   SMF 2.0 rc1-2?  The reason I ask is that I have just upgraded my forum from 2.0 rc1 to rc1-2 and the shoutbox has stopped working.   

I also tried installing the shoutbox on a fresh smf 2 rc1-2 install and its not working there either.   The shoutbox displays, but you cannot post anything or use any of the links.

I'm trying determine if the mod just isnt compatible, or if there is a server issue.

Does anyone know this?
I've got it working fine on SMFRC1.2 - had to logout and in again and do a cache clear I will admit - and some of my users had to do a forced refresh to be able to post (once the permissions had been sorted). But it is working fine for me.

Yahmez

Quote from: underdog_01 on July 20, 2009, 01:27:47 AM
I'm not sure if this has been mentioned before..
(I didn't find it in the search function)

I noticed the /clear command only clears up the history that shows on the current screen.
It does not erase the the entire history file therefore manually clearing the file with an editor is necessary.

So I made a slight modification to the Shout Box that adds a proper erase procedure.

You freakin' rock! Thanks for the great tip!

lyer

how to change the refresh rate of nneonneo's shoutbox?

I am using nneonneo's AJAX Shoutbox 1.22

Please help...

voythas

Quote from: lyer on July 30, 2009, 01:30:31 AM
how to change the refresh rate of nneonneo's shoutbox?

I am using nneonneo's AJAX Shoutbox 1.22

Please help...

Open your /yshout/settings.js file and edit:
var refreshTime=150;

meehan09

I have today installed the shoutbox on to smf SMF 2.0 RC1.2.


And when on index page here : www.exoticforums.co.uk.

I getting this error when iam a member or guest???

Shout Box


Fatal error: Call to undefined function allowedTo() in /home/reptiles/public_html/yshout/yshout.php on line 69



How can i fix this please, hope someone can help me out, thankyou in advance :)

Selroth

Have an older version on a website that works fine.  New version on new website has the following issue:

Hitting enter or pressing "Shout" does not post the text.  If not at Home, it will refresh you at Home when you shout.

I've tried chmodding the folder and contents to 777.  Also checked all membergroups to have permission.
Everything is built from imagination.

SA™

how can i add more commands i looked at the yshoutl.php file

and added

case "/j":
$newText = cleanupShout($args.' ');
$shoutName=$user['name'];
makeRawShout("<span class=\"meaction\"> * $shoutName rolls a joint</span>",$user);
return true;



to the function processUserCommand($text) {


but it dont work is ther anything else i need todo ?
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

SA™

nver mind i fagard it out was looking in the wrong file lol
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

SA™

ok seems im nealy there

i added

case "/c":
$newText = cleanupShout($args.' ');
$shoutName=$user['name'];
makeRawShout("<span style=\"color: blue\"> 3</span>",$user);
makeRawShout("<span style=\"color: blue\"> 2</span>",$user);
makeRawShout("<span style=\"color: blue\"> 1</span>",$user);
makeRawShout("<span style=\"color: blue\"> GO</span>",$user);
return true;



to get count down 321 go it work but not properly it prints the shout out many time seems like it duplicates the shouts allready there then adds the coundown can u see any thing wring with it ?
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Ampix0

I get an error on installation (on of the Find/replace things)  what should i do? i really want this lol

k2omonster

I'm having some problems too.
I successfully installed the mod,and it works perfectlt on the default theme. ;)

But I want to add the chatbox on my other theme(no default)
I'm using the "kelo-it" theme and I want the shoutbox on there.

Here's the index.template.php
<?php
// Version: 1.1.5; index

/* This template is, perhaps, the most important template in the theme. It
contains the main template layer that displays the header and footer of
the forum, namely with main_above and main_below. It also contains the
menu sub template, which appropriately displays the menu; the init sub
template, which is there to set the theme up; (init can be missing.) and
the linktree sub template, which sorts out the link tree.

The init sub template should load any data and set any hardcoded options.

The main_above sub template is what is shown above the main content, and
should contain anything that should be shown up there.

The main_below sub template, conversely, is shown after the main content.
It should probably contain the copyright statement and some other things.

The linktree sub template should display the link tree, using the data
in the $context['linktree'] variable.

The menu sub template should display all the relevant buttons the user
wants and or needs.

For more information on the templating system, please see the site at:
http://www.simplemachines.org/

*/

// Initialize the template... mainly little settings.
function template_init()
{
global $context$settings$options$txt;

/* Use images from default theme when using templates from the default theme?
if this is 'always', images from the default theme will be used.
if this is 'defaults', images from the default theme will only be used with default templates.
if this is 'never' or isn't set at all, images from the default theme will not be used. */
$settings['use_default_images'] = 'never';

/* What document type definition is being used? (for font size and other issues.)
'xhtml' for an XHTML 1.0 document type definition.
'html' for an HTML 4.01 document type definition. */
$settings['doctype'] = 'xhtml';

/* The version this template/theme is for.
This should probably be the version of SMF it was created for. */
$settings['theme_version'] = '1.1.5';

/* Set a setting that tells the theme that it can render the tabs. */
$settings['use_tabs'] = false;

/* Use plain buttons - as oppossed to text buttons? */
$settings['use_buttons'] = false;
$settings['use_image_buttons'] = true;
/* Show sticky and lock status seperate from topic icons? */
$settings['seperate_sticky_lock'] = true;

}

// The main sub template above the content.
function template_main_above()
{
global $context$settings$options$scripturl$txt$language$modSettings;

// Show right to left and the character set for ease of translating.
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"'
$context['right_to_left'] ? ' dir="rtl"' '''><head>
<meta http-equiv="Content-Type" content="text/html; charset='
$context['character_set'], '" />
<meta name="description" content="'
$context['page_title'], '" />', empty($context['robot_no_index']) ? '' '
<meta name="robots" content="noindex" />'
'
<meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" />
<script language="JavaScript" type="text/javascript" src="'
$settings['default_theme_url'], '/script.js?fin11"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var smf_theme_url = "'
$settings['theme_url'], '";
var smf_images_url = "'
$settings['images_url'], '";
var smf_scripturl = "'
$scripturl'";
var smf_iso_case_folding = '
$context['server']['iso_case_folding'] ? 'true' 'false'';
var smf_charset = "'
$context['character_set'], '";
// ]]></script>
<title>'
$context['page_title'], '</title>';

// The ?finll part of this link is just here to make sure browsers don't cache it wrongly.
 
echo '
<link rel="stylesheet" type="text/css" href="'
$settings['theme_url'], '/style.css?fin11" />
<link rel="stylesheet" type="text/css" href="'
$settings['default_theme_url'], '/print.css?fin11" media="print" />

<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="'
$settings['theme_url'], '/ie6lte.css?fin11" />
<![endif]-->'
;

/* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)
Thus, in Internet Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.
Note that this is affected by whether IE 6 is in standards compliance mode.. if not, it will also be big.
Standards compliance mode happens when you use xhtml... */
if ($context['browser']['needs_size_fix'])
echo '
<link rel="stylesheet" type="text/css" href="'
$settings['default_theme_url'], '/fonts-compat.css" />';

// Show all the relative links, such as help, search, contents, and the like.
echo '
<link rel="help" href="'
$scripturl'?action=help" target="_blank" />
<link rel="search" href="' 
$scripturl '?action=search" />
<link rel="contents" href="'
$scripturl'" />';

// If RSS feeds are enabled, advertise the presence of one.
if (!empty($modSettings['xmlnews_enable']))
echo '
<link rel="alternate" type="application/rss+xml" title="'
$context['forum_name'], ' - RSS" href="'$scripturl'?type=rss;action=.xml" />';

// If we're viewing a topic, these should be the previous and next topics, respectively.
if (!empty($context['current_topic']))
echo '
<link rel="prev" href="'
$scripturl'?topic='$context['current_topic'], '.0;prev_next=prev" />
<link rel="next" href="'
$scripturl'?topic='$context['current_topic'], '.0;prev_next=next" />';

// If we're in a board, or a topic for that matter, the index will be the board's index.
if (!empty($context['current_board']))
echo '
<link rel="index" href="' 
$scripturl '?board=' $context['current_board'] . '.0" />';

// We'll have to use the cookie to remember the header...
if ($context['user']['is_guest'])
{
$options['collapse_header'] = !empty($_COOKIE['upshrink']);
$options['collapse_header_ic'] = !empty($_COOKIE['upshrinkIC']);
}

// Output any remaining HTML headers. (from mods, maybe?)
echo $context['html_headers'], '

<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_header = '
, empty($options['collapse_header']) ? 'false' 'true'';

function shrinkHeader(mode)
{'
;

// Guests don't have theme options!!
if ($context['user']['is_guest'])
echo '
document.cookie = "upshrink=" + (mode ? 1 : 0);'
;
else
echo '
smf_setThemeOption("collapse_header", mode ? 1 : 0, null, "'
$context['session_id'], '");';

echo '
document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/upshrink.gif");

document.getElementById("upshrinkHeader").style.display = mode ? "none" : "";
document.getElementById("upshrinkHeader2").style.display = mode ? "none" : "";

current_header = mode;
}
// ]]></script>'
;

// the routine for the info center upshrink
echo '
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_header_ic = '
, empty($options['collapse_header_ic']) ? 'false' 'true'';

function shrinkHeaderIC(mode)
{'
;

if ($context['user']['is_guest'])
echo '
document.cookie = "upshrinkIC=" + (mode ? 1 : 0);'
;
else
echo '
smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, null, "'
$context['session_id'], '");';

echo '
document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse.gif");

document.getElementById("upshrinkHeaderIC").style.display = mode ? "none" : "";

current_header_ic = mode;
}
// ]]></script>
</head>
<body>
  <div id="wrapper">
<div id="header-l">
<div id="header-r">
<div id="header">
         <div id="logo">'
;
  if (empty($settings['header_logo'])){
echo '<a href="'.$scripturl.'" title="" class="logo-txt">'$context['forum_name'], '</a>';
}
else {
echo '<a href="'.$scripturl.'" title="" class="logo">&nbsp;</a>';
}
echo'
</div>
</div>
</div>
</div>
<div id="mainnav-l">
<div id="mainnav-r">
<div id="mainnav">
'
,template_menu(),'
</div>
</div>
</div>'
;

echo'
<div id="userbar-l">
<div id="userbar-r">
   <div id="userbar">
     <div id="topbar">'
;
      // The information that will be shown to the member when he/she is logged on
        if($context['user']['is_logged'])
        {
echo '
<div id="loggedin">
<b>'
$txt[248], '</b> '$context['user']['name'];
        
// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo ',<br />'$txt[152], ' <a href="'$scripturl'?action=pm">'$context['user']['messages'], ' '$context['user']['messages'] != $txt[153] : $txt[471], '</a>'$txt['newmessages4'], ' '$context['user']['unread_messages'], ' '$context['user']['unread_messages'] == $txt['newmessages0'] : $txt['newmessages1'], '.';

echo '
</div>
<div id="loggedin2">
<a href="'
$scripturl'?action=unread">'$txt['unread_since_visit'], '</a><br />
<a href="'
$scripturl'?action=unreadreplies">'$txt['show_unread_replies'], '</a>
</div>'
;
        }

        // The login box which will only be shown to the guests
        else
        {
echo '
<script language="JavaScript" type="text/javascript" src="'
$settings['default_theme_url'], '/sha1.js"></script>
<form action="'
$scripturl'?action=login2" method="post" accept-charset="'$context['character_set'], '" class="middletext" ', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' $context['session_id'] . '\');"' '''>           
<input name="user" type="text" onfocus="if(this.value==\''
$txt[35], '\')value=\'\';" onblur="if(this.value==\'\')value=\''$txt[35], '\';" value="'$txt[35], '" />
<input name="passwrd" type="password" onfocus="if(this.value==\''
$txt[36], '\')value=\'\';" onblur="if(this.value==\'\')value=\''$txt[36], '\';" value="'$txt[36], '" />
<input name="sa" class="submit" src="'
$settings['images_url'], '/custom/go_icon.png" type="image" value="'$txt[34], '" />
<input type="hidden" name="cookielength" value="-1" />
</form>'
;
        }
  echo'
     </div>
     <div id="searcharea">
       <form action="'
$scripturl'?action=search2" method="post">
<input name="search" type="text" onfocus="if(this.value==\''
$txt[182], '\')value=\'\';" onblur="if(this.value==\'\')value=\''$txt[182], '\';" value="'$txt[182], '" />
<input name="sa" class="submit" src="'
$settings['images_url'], '/custom/go_icon.png" type="image" value="'$txt[182], '"/>';

// Search within current topic?
if (!empty($context['current_topic']))
echo '
<input type="hidden" name="topic" value="'
$context['current_topic'], '" />';

// If we're on a certain board, limit it to this board ;).
elseif (!empty($context['current_board']))
echo '
<input type="hidden" name="brd['
$context['current_board'], ']" value="'$context['current_board'], '" />';

echo '
</form>
     </div>
   </div>
</div>
</div>'
;

 }

function 
template_main_below()
{
global $context$settings$options$scripturl$txt;
 echo'
<div id="footer-l">
<div id="footer-r">
<div id="footer">
,theme_copyright(),' | Theme kelo-lt by <a href="http://padexx.de">padexx</a>
</div>
</div>
</div>'
;

echo'
<div id="footer2">'
;
// Show the load time?
if ($context['show_load_time'])
{
echo '
<p class="smalltext">'
$txt['smf301'], $context['load_time'], $txt['smf302'], $context['load_queries'], $txt['smf302b'], '</p>';
}

// The following will be used to let the user know that some AJAX process is running
echo '
<div id="ajax_in_progress" style="display: none;'
$context['browser']['is_ie'] && !$context['browser']['is_ie7'] ? 'position: absolute;' '''">'$txt['ajax_in_progress'], '</div>
</div>

</div>
</body>
</html>'
;
}

// Show a linktree. This is that thing that shows "My Community | General Category | General Discussion"..
function theme_linktree()
{
global $context$settings$txt$options;

echo '
<div class="pathway-l">
<div class="pathway-r">
<div class="pathway">'
;
// Each tree item has a URL and name. Some may have extra_before and extra_after.
foreach ($context['linktree'] as $link_num => $tree)
{
// Show something before the link?
if (isset($tree['extra_before']))
echo $tree['extra_before'];

// Don't show a separator for the last one.
if ($link_num != count($context['linktree']) - 1)
// Show the link, including a URL if it should have one.
echo $settings['linktree_link'] && isset($tree['url']) ? '<a href="' $tree['url'] . '">' $tree['name'] . '</a>' $tree['name'] , '&nbsp;&raquo;&nbsp;';
else
echo $tree['name'];

// Show something after the link...?
if (isset($tree['extra_after']))
echo $tree['extra_after'];

}

echo '</div></div></div><span style="display: none">kelo-lt Theme designed by <a href="http://padexx.de/" target="_blank" title="SMF Themes &amp; webdesign solutions">padexx</a></span>';
}

// Show the menu up top. Something like [home] [help] [profile] [logout]...

function template_menu()
{
global $context$settings$options$scripturl$txt;

// Work out where we currently are.
$current_action 'home';
if (in_array($context['current_action'], array('admin''ban''boardrecount''cleanperms''detailedversion''dumpdb''featuresettings''featuresettings2''findmember''maintain''manageattachments''manageboards''managecalendar''managesearch''membergroups''modlog''news''optimizetables''packageget''packages''permissions''pgdownload''postsettings''regcenter''repairboards''reports''serversettings''serversettings2''smileys''viewErrorLog''viewmembers')))
$current_action 'admin';
if (in_array($context['current_action'], array('search''admin''calendar''profile''mlist''register''login''help''pm')))
$current_action $context['current_action'];
if ($context['current_action'] == 'search2')
$current_action 'search';
if ($context['current_action'] == 'theme')
$current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' 'profile' 'admin';

// Are we using right-to-left orientation?
if ($context['right_to_left'])
{
$first 'last';
$last 'first';
}
else
{
$first 'first';
$last 'last';
}

// Start of the tab section.
echo '
<ul>'
;

// Show the default [home] button.
echo ($current_action=='home' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'home' 'current' '' '"><a href="'$scripturl'">' $txt[103] , '</a></li>';

// Show the [help] button.
echo ($current_action=='help' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'help' 'current' '' '"><a href="'$scripturl'?action=help">' $txt[119] , '</a></li>';

// How about the [search] button?
if ($context['allow_search'])
echo ($current_action=='search' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'search' 'current' '' '"><a href="'$scripturl'?action=search">' $txt[182] , '</a></li>';

// Is the user allowed to administrate at all? ([admin])
if ($context['allow_admin'])
echo ($current_action=='admin' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'admin' 'current' '' '"><a href="'$scripturl'?action=admin">' $txt[2] , '</a></li>';

// Edit Profile... [profile]
if ($context['allow_edit_profile'])
echo ($current_action=='profile' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'profile' 'current' '' '"><a href="'$scripturl'?action=profile">' $txt[79] , '</a></li>';

// Go to PM center... [pm]
if ($context['user']['is_logged'] && $context['allow_pm'])
echo ($current_action=='pm' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'pm' 'current' '' '"><a href="'$scripturl'?action=pm">' $txt['pm_short'] , ' '$context['user']['unread_messages'] > '[<strong>'$context['user']['unread_messages'] . '</strong>]' '' '</a></li>';


// The [calendar]!
if ($context['allow_calendar'])
echo ($current_action=='calendar' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'calendar' 'current' '' '"><a href="'$scripturl'?action=calendar">' $txt['calendar24'] , '</a></li>';

// the [member] list button
if ($context['allow_memberlist'])
echo ($current_action=='mlist' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'mlist' 'current' '' '"><a href="'$scripturl'?action=mlist">' $txt[331] , '</a></li>';


// If the user is a guest, show [login] button.
if ($context['user']['is_guest'])
echo ($current_action=='login' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'login' 'current' '' '"><a href="'$scripturl'?action=login">' $txt[34] , '</a></li>';


// If the user is a guest, also show [register] button.
if ($context['user']['is_guest'])
echo ($current_action=='register' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'register' 'current' '' '"><a href="'$scripturl'?action=register">' $txt[97] , '</a></li>';


// Otherwise, they might want to [logout]...
if ($context['user']['is_logged'])
echo ($current_action=='logout' || $context['browser']['is_ie4']) ? '' '' '
<li class="' 
$current_action == 'logout' 'current' '' '"><a href="'$scripturl'?action=logout;sesc='$context['session_id'], '">' $txt[108] , '</a></li>';

echo '</ul>';

// The end of tab section.
}

// Generate a strip of buttons.
function template_button_strip($button_strip$direction 'top'$force_reset false$custom_td '')
{
global $settings$buttons$context$txt$scripturl;

foreach ($button_strip as $key => $value)
{
if (isset($value['test']) && empty($context[$value['test']]))
{
unset($button_strip[$key]);
continue;
}
elseif (!isset($buttons[$key]) || $force_reset)
$buttons[$key] = '<a href="' $value['url'] . '" ' .( isset($value['custom']) ? $value['custom'] : '') . '>' $txt[$value['text']] . '</a>';

$button_strip[$key] = $buttons[$key];
}

if (empty($button_strip))
return '<td>&nbsp;</td>';

echo '
<td class="buttons">'
implode('</td><td class="buttons">'$button_strip) , '</td>';
}

function 
showcase()
{
global $settings$buttons$context$txt$scripturl;
// personal info etc.
echo '
   <div class="userinfo">'
;

// If the user is logged in, display stuff like their name, new messages, etc.
if ($context['user']['is_logged'])
{
echo '<h3>'$txt['hello_member_ndt'], ' '$context['user']['name'], '</h3>';

echo '
<div id="useropts">
<ul>'
;
// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo '<li>'$txt[152], ' <a href="'$scripturl'?action=pm">'$context['user']['messages'], ' '$context['user']['messages'] != $txt[153] : $txt[471], '</a> '$context['user']['unread_messages'], ' '$context['user']['unread_messages'] == $txt['newmessages0'] : $txt['newmessages1'];
echo '.</li>';

// Is the forum in maintenance mode?
if ($context['in_maintenance'] && $context['user']['is_admin'])
echo '<li><b>'$txt[616], '</b></li>';

// Are there any members waiting for approval?
if (!empty($context['unapproved_members']))
echo '<li>'$context['unapproved_members'] == $txt['approve_thereis'] : $txt['approve_thereare'], ' <a href="'$scripturl'?action=viewmembers;sa=browse;type=approve">'$context['unapproved_members'] == $txt['approve_member'] : $context['unapproved_members'] . ' ' $txt['approve_members'], '</a> '$txt['approve_members_waiting'], '</li>';

echo '
<li><a href="'
$scripturl'?action=unread">'$txt['unread_since_visit'], '</a></li>
<li><a href="'
$scripturl'?action=unreadreplies">'$txt['show_unread_replies'], '</a></li>
</ul>
</div>'
;
}
// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
{
echo '
'
$txt['welcome_guest'], '
<script language="JavaScript" type="text/javascript" src="'
$settings['default_theme_url'], '/sha1.js"></script>
<form action="'
$scripturl'?action=login2" method="post" accept-charset="'$context['character_set'], '" style="margin: 4px 0;"', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' $context['session_id'] . '\');"' '''>
<input type="text" name="user"  size="10" />
<input type="password" name="passwrd"  size="10" />
<select name="cookielength">
<option value="60">'
$txt['smf53'], '</option>
<option value="1440">'
$txt['smf47'], '</option>
<option value="10080">'
$txt['smf48'], '</option>
<option value="43200">'
$txt['smf49'], '</option>
<option value="-1" selected="selected">'
$txt['smf50'], '</option>
</select>
<input type="submit" value="'
$txt[34], '" />
<input type="hidden" name="hash_passwrd" value="" />
</form>'
$txt['smf52'], '<br /><br />';
}

  echo 
' </div>';

echo '
         <div class="searchfield">
<form action="'
$scripturl'?action=search2" method="post" style="margin: 4px 0;">
<input type="text" name="search" value="" size="30" style="margin-bottom: 4px;"  />&nbsp;
<input type="submit" name="submit" value="'
$txt[182], '" style="margin-bottom: 4px;"  /><br />
<b><a href="'
$scripturl'?action=search;advanced">'$txt['smf298'], '</a></b>
<input type="hidden" name="advanced" value="0" />'
;

// Search within current topic?
if (!empty($context['current_topic']))
echo '
<input type="hidden" name="topic" value="'
$context['current_topic'], '" />';

// If we're on a certain board, limit it to this board ;).
elseif (!empty($context['current_board']))
echo '
<input type="hidden" name="brd['
$context['current_board'], ']" value="'$context['current_board'], '" />';

echo '
</form><br />
<b>'
$context['common_stats']['total_posts'], '</b> '$txt[95], ' '$txt['smf88'], ' <b>'$context['common_stats']['total_topics'], '</b> '$txt[64], '- '$txt[525], ' <span style="white-space: nowrap;"><b>'$context['common_stats']['total_members'], '</b> '$txt[19], '</span> -
'
$txt[656], ': <b> '$context['common_stats']['latest_member']['link'], '</b>
</div>
<div class="clr"></div>
  '
;
}

?>


I would like to add the shoutbox on this theme if possible the same way it would look in the default theme.
Please if possbile add the nessesary sripts on my template,thank you.

evolution25

hello how do you add this to a portamx block

herohenson

#5572


i wonder how to put shoutbox in these section of my site? the red circle.. i want to my shoutbox in the portion.. im using blackday theme by nesianstyles..

EDIT: i found it

ameo

@ k2omonster  - I've attached intdex template.php into this post - it should make your shoutbox show in kelo-lt.
    note that you can't put shoutbox just anywhere - there are some positions where it can be. for special positions
    you should ask people who make themes, i guess. they should have better knowledge in that.



@ evolution 25 - try with adding this piece of code in block:

<div id="yshout">Loading shoutbox...</div>

note that this is second piece of code and after you put first - usual and necessary piece of code for shoutbox to work,
you don't need to enter second one in index.template.php but THIS ONE into your portamx block.

if you didn't understand anything pm me, and i'll explain it more.
antechinus:
QuoteIf you are dying for a solution it may be wise to seek medical attention.
Get some Awesome Smileys for your forum

|±(ಠ_ಠ
)±|

herohenson

i cant understand the procedure you gave in Adding a smileys bar: i tried to follow your instruction but it gives parse error., im using SMF 2.0RC1-2

maly_pirat

#5575
Hi, how to disable shoubox in viewforum and topics?
I'm using SB for SMF 2.0 RC1.2

maly_pirat

herohenson

im currently using neoneo's shoutbox 1.22 and simple portal 2.2.2 how can i add the shoutbox to the portal block?

ExSpirit

Is it possible to show Shoutbox only in board index - first page of forum?

Chen Zhen

#5578
Quote from: herohenson on August 12, 2009, 11:54:37 PM
im currently using neoneo\'s shoutbox 1.22 and simple portal 2.2.2 how can i add the shoutbox to the portal block?

As long as you have the nneonneo package installed correctly, using one of the initialize codes from the first page should work...

Create a custom html block and put this code in it...



Place it where you want, change the background color, etc.

BTW - The smiley bar works great. I have it installed and working correctly.

UD



My SMF Mods & Plug-Ins

WebDev

"Either you repeat the same conventional doctrines everybody is saying, or else you say something true, and it will sound like it's from Neptune." - Noam Chomsky

maly_pirat

#5579
Hi, how to disable shoubox in viewforum and topics?
I'm using SB for SMF 2.0 RC1.2

maly_pirat

Quote from: ExSpirit on August 13, 2009, 12:23:30 AM
Is it possible to show Shoutbox only in board index - first page of forum?

UPDATE:

I found a solution for this problem, this is simple ;-)
Description: SB be only show on index, on rest pages be disable.

1] Cut the php code responsible for show SB on all pages.
(// YSHOUT HERE - shoutbox code // to // YSHOUT END - shoutbox code)
2] Open: BoardIndex.template.php (on the def style)
find: template_info_center(); and before add code from #1

Thats all, SB show at bottom page

PS. Sorry for my English, it's not good ;-P
PS2. I tested on SMF 2.0 RC1.2 and darkbreak style.

Advertisement: