Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
Thread Tools
  #31  
Old 23rd March 2011, 22:06
smoky28's Avatar
smoky28 smoky28 is offline
Senior Member
 
Join Date: Aug 2010
Hungary
Posts: 82
Default
explain a little more abundant mir also think that in relation to a Smile?
Reply With Quote
  #32  
Old 23rd March 2011, 22:56
hart's Avatar
hart hart is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 51
Default
Quote:
Originally Posted by smoky28 View Post
explain a little more abundant mir also think that in relation to a Smile?
exactly want to add more emotes button and that additional emoticons jump in new window
Reply With Quote
  #33  
Old 23rd March 2011, 23:31
fireman fireman is offline
IonCube-R
 
Join Date: Oct 2008
Posts: 99
Default i believe this is what this user wants
i believe that the user is looking for this http://www.bvlist.com/tsse/992-%5Btsse-5-1%5D-smiles-bbcode.html

but for 5.6
Reply With Quote
  #34  
Old 24th March 2011, 11:07
smoky28's Avatar
smoky28 smoky28 is offline
Senior Member
 
Join Date: Aug 2010
Hungary
Posts: 82
Default
Quote:
Originally Posted by hart View Post
exactly want to add more emotes button and that additional emoticons jump in new window

Smilis uplaod pic/smilis mapps go tracker sttetings go manage smilis

http://localhost/admin/settings.php -> Manage Smilies -> [Add a New Smilie] smilis name smilis id 0=shoutbox Click the image to open in full size.hotuhboxClick the image to open in full size.
Reply With Quote
  #35  
Old 24th March 2011, 11:12
hart's Avatar
hart hart is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 51
Default
The point here is can I use to add additional button with a popup from smilies
Reply With Quote
  #36  
Old 24th March 2011, 11:22
smoky28's Avatar
smoky28 smoky28 is offline
Senior Member
 
Join Date: Aug 2010
Hungary
Posts: 82
Default
<a href="http://mysitename/moresmiles.php" title="Több smiley" target="_blank"><img src="http://mysitename/pic/smiley.gif" alt="" title="+ smiley"></a>
</center>
include/plugins/shoutbox.php
Click the image to open in full size. upload gomb mapps
Reply With Quote
  #37  
Old 24th March 2011, 11:49
hart's Avatar
hart hart is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 51
Default
thanks very much, but a small problem as I click on the icon face is not following its notification to the sb and the window opens in another window and want to let the order they are opened in a separate smaller window, the council can?
Reply With Quote
  #38  
Old 24th March 2011, 15:57
smoky28's Avatar
smoky28 smoky28 is offline
Senior Member
 
Join Date: Aug 2010
Hungary
Posts: 82
Default
Quote:
Originally Posted by hart View Post
thanks very much, but a small problem as I click on the icon face is not following its notification to the sb and the window opens in another window and want to let the order they are opened in a separate smaller window, the council can?
PHP Code:
<?php
/*
************************************************
*==========[TS Special Edition v.5.6]==========*
************************************************
*              Special Thanks To               *
*        DrNet - wWw.SpecialCoders.CoM         *
*          Vinson - wWw.Decode4u.CoM           *
*    MrDecoder - wWw.Fearless-Releases.CoM     *
*           Fynnon - wWw.BvList.CoM            *
*==============================================*
*   Note: Don't Modify Or Delete This Credit   *
*     Next Target: TS Special Edition v5.7     *
*     TS SE WILL BE ALWAYS FREE SOFTWARE !     *
************************************************
*/
// Dont change for future reference.
if (!defined('TS_P_VERSION'))
{
    
define('TS_P_VERSION''1.1 by xam');
}
// Security Check.
if (!defined('IN_PLUGIN_SYSTEM'))
{
     die(
"<font face='verdana' size='2' color='darkred'><b>Error!</b> Direct initialization of this file is not allowed.</font>");
}

// BEGIN Plugin: Shoutbox
$lang->load('quick_editor');
require_once(
INC_PATH."/functions_quick_editor.php");
require_once(
$rootpath.'/'.$cache.'/smilies.php'); // Load smilies.
$_shoutbox_smilies $smilies;
$_shoutbox_defaultsmilies $_shoutbox_smilies;
$_shoutbox_smilies '
<div style="display: none;" id="show_TSsmilies">
<table width="100%" border="0">
    <tr>'
;
$count 0;
foreach (
$_shoutbox_defaultsmilies as $_shoutbox_code => $_shoutbox_url)
{
    
$_shoutbox_code addslashes($_shoutbox_code);
    
$_shoutbox_url addslashes($_shoutbox_url);
    
$_shoutbox_url htmlspecialchars_uni($_shoutbox_url);
    if (
$count 59)
    {
        
$_shoutbox_smilies .= "<img src=\"{$BASEURL}/{$pic_base_url}smilies/{$_shoutbox_url}\"  class=\"Shighlightit\" alt=\"{$_shoutbox_code}\" onclick=\"SmileIT('{$_shoutbox_code}','shoutbox','shouter_comment');\" style=\"cursor: pointer;\">\n";
        
$count++;
    }
}
$_shoutbox_smilies .= '</tr></table></div>';
$shoutbox '
<!-- begin shoutbox -->
<style type="text/css">
    .Shighlightit
    {
        border: 1px solid #ccc;
    }
    .Shighlightit:hover
    {
        border: 1px solid navy;
    }
    .Shighlightit:hover
    {
        color: red; /* Dummy definition to overcome IE bug */
    }
    .date
    {
        font-size: 7pt;
        font-family: tahoma;
    }
    #TSShoutbox a:link, #TSShoutbox a:visited {    
        padding:2px;
        text-decoration:none;
    }
    #TSShoutbox a:hover, #TSShoutbox a:active {
        color:#000;
        position:relative;
    }
    #TSShoutbox a:link span, #TSShoutbox a:visited span {
        background:#FFF;
        display:none;
        z-index:10;
    }
    #TSShoutbox a:hover span, #TSShoutbox a:active span {
    position:absolute;
    top:15px;
    left:0px;
    display:block;
    z-index:10;    
    padding:3px;    
    border:1px solid #444;
    width:105px;
    cursor:pointer;    
}
</style>
<script language="javascript" type="text/javascript">
    //<![CDATA[
    var popupshoutbox = "no";        
    function show_hidden(WhatToShow)
    {
        if (document.getElementByID)
        {
            stdBrowser = true;
        }
        else
        {
            stdBrowser = false;
        }

        if (stdBrowser || navigator.appName != "Microsoft Internet Explorer")
        {
            if (document.getElementById(WhatToShow).style.display == \'none\')
            {
                document.getElementById(WhatToShow).style.display = \'block\';
            }
            else
            {
                document.getElementById(WhatToShow).style.display = \'none\';
            }
        }
        else
        {
            if (document.all[WhatToShow].style.display == \'none\')
            {
                document.all[WhatToShow].style.display = \'block\';
            }
            else
            {
                document.all[WhatToShow].style.display = \'none\';
            }
        }
    }
    //]]>
</script>
<a id="shoutbox"></a>
<form id="shout" name="shoutbox" onSubmit="saveData(); return false;">    
<table border="0" cellspacing="0" cellpadding="5" width="100%">    
    
<td align="left">
            <div id="loading-layer" name="loading-layer" style="float:right; display:none;"><img src="pic/codebuttons/loader.gif" border="0" class="inlineimg" /></div><center>
            '
.$_shoutbox_smilies.'
            '
.ts_load_colors_shoutbox().'            
            <br>
            
            <input maxlength="255" name="shouter_comment" type="text" id="shoutbox" size="110" />
            <br>            
            <img width=65  src="pic/codebuttons/boutonEnvoyer.gif" onClick="saveData(); return false;">
            <img value="Rafraichir" onclick="javascript:location.reload(true);" title="rafraichir" alt="rafraichir" src="/pic/refresh.gif">
            <img src="'
.$BASEURL.'/'.$pic_base_url.'whip.gif"  onclick="show_hidden(\'show_TSsmilies\');" class="button" />
            '
.ts_show_shoutbox_bbcode_links().'
            <img src="'
.$BASEURL.'/'.$pic_base_url.'color.gif" width="73" height="24" border="0" onclick="show_hidden(\'show_TScolors\');" class="button" /></center>
            
            <center>
            <img src="http://revolution-newstyle.info/pic/hello.gif" onclick="javascript: SmileIT(\'[b]Sziasztok![/b] :wave:\',\'shoutbox\',\'shoutbox\')" title="Sziasztok!">
            <img src="http://revolution-newstyle.info/pic/szep.gif" onclick="javascript: SmileIT(\'[b]Szép napot mindenkinek![/b] :wave:\',\'shoutbox\',\'shoutbox\')" title="Szép napot mindenkinek!">
            <img src="http://revolution-newstyle.info/pic/cigi.gif" onclick="javascript: SmileIT(\'[b]Cigi szünet![/b] :cigar:\',\'shoutbox\',\'shoutbox\')" title="Cigi szünet!">
            <img src="http://revolution-newstyle.info/pic/viszlat.gif" onclick="javascript: SmileIT(\'[b]Mennem kell, sziasztok![/b] :wavecry:\',\'shoutbox\',\'shoutbox\')" title="Mennem kell, sziasztok!">
            <img src="http://revolution-newstyle.info/pic/viszlat.gif" onclick="javascript: SmileIT(\'[b]Mentem sziasztok![/b] :wavecry:\',\'shoutbox\',\'shoutbox\')" title="Mennem kell, sziasztok!">

            <a href="http://revolution-newstyle.info/moresmiles.php" title="Több smiley" target="_blank"><img src="http://revolution-newstyle.info/pic/smiley.gif" alt="" title="Több smiley"></a>
             </center>

             

</td>

<tr>
        <td>
            '
.($is_mod '<span id="adminarea" align="center">
            <center>
            <img src="http://revolution-newstyle.info/gomb/modor1.gif" onclick="javascript: SmileIT(\'[color=red][b]Moderálatlan megnyilvánulásért 1. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/modor2.gif" onclick="javascript: SmileIT(\'[color=red][b]Moderálatlan megnyilvánulásért 2. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 2">
            <img src="http://revolution-newstyle.info/gomb/modor3.gif" onclick="javascript: SmileIT(\'[color=red][b]Moderálatlan megnyilvánulásért 3. figyelmeztetés!  Jutalmad: 2 hét WARN és üzenőfal tíltás![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 3">
            <img src="http://revolution-newstyle.info/gomb/kunyi1.gif" onclick="javascript: SmileIT(\'[color=red][b]Az üzenőfal nem kunyerálásra van! 1. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/kunyi2.gif" onclick="javascript: SmileIT(\'[color=red][b]Az üzenőfal nem kunyerálásra van! Olvass szabályzatot! 2. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/kunyi3.gif" onclick="javascript: SmileIT(\'[color=red][b]Még mindig nem kunyerálásra van a fal! Szabályzat többszöri megszegéséért a jutalmad: 1 hét WARN! [/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/keres1.gif" onclick="javascript: SmileIT(\'[color=red][b]Rossz helyen kértél! A kéréshez ott a kérések menü! 1. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/keres2.gif" onclick="javascript: SmileIT(\'[color=red][b]Rossz helyen kértél! A kéréshez ott a kérések menü! 2. figyelmeztetés![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/keres3.gif" onclick="javascript: SmileIT(\'[color=red][b]Utoljára kértél rossz helyen! Jutalmad:  1 hét WARN![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://revolution-newstyle.info/gomb/etnika.gif" onclick="javascript: SmileIT(\'[color=red][b]Etikátlan megnyilvánulásért 3 hét WARN[/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://localhost/gomb/temaoff.gif" onclick="javascript: SmileIT(\'[color=red][b]Megkérek mindenkit, hogy a TÉMÁT azonnal fejezze be! Köszönöm![/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
            <img src="http://rlocalhost/gomb/ipbann.gif" onclick="javascript: SmileIT(\'[color=red][b]Folyamatos kihágásaid miatt TÍLTALAK az oldalról! [/b][/color]\',\'shoutbox\',\'shoutbox\')" value="modor 1"></center>
<center> <img src="http://localhost/gomb/kerdes.gif" title="Kvíz kérdés!" onclick="javascript: SmileIT(\'[kerdes] [/kerdes]\',\'shoutbox\',\'shoutbox\')" value="kérdés">
 <img src="http://localhost/gomb/megfejtes.gif" title="Helyes megfejtők!" onclick="javascript: SmileIT(\'[valasz] [/valasz]\',\'shoutbox\',\'shoutbox\')" value="modor 1">
  <img src="http://localhost/gomb/nyertes.gif" title="Végeredmény!" onclick="javascript: SmileIT(\'[nyertes] [/nyertes]\',\'shoutbox\',\'shoutbox\')" value="modor 1"></center>


<a href="#" onclick="window.open(\''
.$BASEURL.'/shoutbox/shoutbox.php?popupshoutbox=yes\',\'shoutbox\',\'toolbar=no, scrollbars=yes, resizable=no, width=880, height=400, top=250, left=250\'); return false;"><b>'.$lang->index['showlast'].'</b></a> - <a href="#" onclick="window.open(\''.$BASEURL.'/shoutbox/shoutbox.php?show_shoutbox_commands=yes\',\'shoutbox\',\'toolbar=no, scrollbars=yes, resizable=no, width=900, height=300, top=250, left=250\'); return false;"><b>Üzenőfali Parancsok </b></a><hr /></span>' '').'
            <span id="errorarea" align="left" class="smalltext" style="display: block;"></span>
            <span id="shoutbox_frame"></span>
        </td>
    </tr>
    
        
    </tr>
</table>
</form>    
<script type="text/javascript" src="./shoutbox/shoutbox.js?v='
.O_SCRIPT_VERSION.'"></script>
<!-- end shoutbox -->'
;
// END Plugin: Shoutbox
?>
gomb.rar upload ftp the root
Attached Files
File Type: rar gomb.rar (21.7 KB, 93 views)
Reply With Quote
  #39  
Old 24th March 2011, 22:18
Muikku Muikku is offline
Senior Member
 
Join Date: Aug 2008
Posts: 68
Default
where i can change that writing system in under shoutbox ??And can you do that gomb pic in enghlis??
Reply With Quote
  #40  
Old 24th March 2011, 22:25
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
i don't know why but it's not shown anything for me

i use ts 5.6 Nightcrawler version


I made some modificiations and work now for me too
but i miss some pictures:) maybe you put here those too:)
Reply With Quote
Reply

Tags
56 , shoutbox , tsse


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 +2. The time now is 11:27. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.