-
Hack's Park shoutBox
Arquivo:HacksPark_shoutBox_v1.2.2.zip Mod em En
Arquivo:HacksPark_shoutBox_v1.2.2smfPt em Pt
Autor do Mod:makito
Type: New Feature
Autor da Tradução: Candidosa2
Tradução: Pt_Pt
Tradução: Pt_PT-UTF8
Versões Antigas: disponível 1.1.3 a 1.1.5
Download em En - http://custom.simplemachines.org/mods/index.php?mod=1295
download em Pt - http://www.smfpt.net/index.php?action=downloads;sa=view;down=10
Versao: disponível 1.1.8,1.1.9, 1.1.10
Testado com tema default Funciona 100%
DEMO SMF 1.1.X (http://smfpt.smfpt.net/)
-
amigo candidosa2 desculpe se nao for o local correcto para expor a minha pergunta .
eu tenho o theme Calypso a versao ja esta actualizada 1.1.8
instalei o mod - HacksPark_shoutBox_v1.2.2smfPt
até ai tudo muito bem esta tudo ate a parte no painel referente a shout
o meu problema é que a shout nao aparece na pagina principal do forum
como é forum teste pensei eu com tantas trocas e instalacoes de mod's para testes existisse algum problema
mas, mudei o theme para default e para meu espanto la esta a shout a funcionar em pleno.
A minha questao é : nao ha maneira ou falta-me alguma coisa para meter a shout no theme calypso ?
porque embora seja forum teste é tambem o theme que uso em meu forum
aguardo sua ajuda cumprimentos
deixo aqui em anexo printscreen do painel admin. com a parte da configuracao da shout
-
Para poder aparece tens que adapta lo no teu themes conforme esta explicação
http://www.smfpt.net/index.php/topic,4523.0.html
-
amigo candidosa2 fiz como disse e ficou tudo no sitio
agora existe um pequeno problema escrevo a mensagem e nao envia e acho que falta mais qualquer coisa
anexo a imagem para voce ver.
obrigado
veja a diferenca das imagens no Calypso theme e no default
-
1 mês a espera
obrigado na mesma pela ajuda noT
-
Para poder aparece tens que adapta lo no teu themes conforme esta explicação
http://www.smfpt.net/index.php/topic,4523.0.html
gostaria de saber para onde vai o tal link citado acima e que traduzisse para pt-br para min.
Obrigado. notworthy
-
bem conforme as imagens fiz demo agora esta a funcionar 100%
(http://i276.photobucket.com/albums/kk39/apllic/sshot-1-57.png)
(http://i276.photobucket.com/albums/kk39/apllic/sshot-2-36.png)
tem que adaptalo o index.template.php
depois copiar os ficheiros em anexo para pasta do teu themes
se não consegue adptalo pode fazer o seguinte
index.template.php
Pesquisar
// The main sub template above the content.
function template_main_above()
Adicionar o seguinte código antes da linha pesquisada
function template_HP_shoutBoxMain()
{
global $context, $settings, $scripturl, $txt, $HP_settings;
if (empty($context['hp_shoutbox_show']))
return;
if ($HP_settings['shoutBox']['out_noban'])
echo '
<script language="javascript" type="text/javascript" src="', $settings['theme_url'], '/HP_colorPicker.js"></script>';
echo '
<script language="javascript" type="text/javascript" src="', $settings['theme_url'], '/HP_shoutBox.js"></script>
<script language="javascript" type="text/javascript">';
if ($HP_settings['shoutBox']['out_noban'])
echo '
HP_shoutBox["lng_emos"] = "' . $txt['hs_sb_10'] . '";
HP_shoutBox["lng_sendingPost"] = "' . $txt['hs_sb_11'] . '";
HP_shoutBox["lng_empty"] = "' . $txt['hs_sb_12'] . '";
HP_shoutBox["lng_jstSending"] = "' . $txt['hs_sb_16'] . '";
HP_shoutBox["lng_sent"] = "' . $txt['hs_sb_13'] . '";
HP_shoutBox["refresh"] = ' . $HP_settings['shoutBox']['refreshShouts'] . ';
HP_shoutBox["lng_no_empty"] = "' . $txt['hs_sb_20'] . '";
HP_shoutBox["lng_empty_url"] = "' . $txt['hs_sb_21'] . '";
HP_shoutBox["lng_insert_url"] = "' . $txt['hs_sb_22'] . '";
HP_shoutBox["in_color"] = "' . $HP_settings['shoutBox']['textColor'] . '";
HP_shoutBox["in_bgcolor"] = "' . $HP_settings['shoutBox']['backgroundColor'] . '";';
echo '
HP_shoutBox["is_ie"] = ' . ($context['browser']['is_ie'] ? 'true' : 'false') . ';
</script>
<div class="tborder" style="margin: 10px 0 10px 0;">
<div class="catbg" style="padding: 5px 15px 5px 10px;margin:0 auto;text-align:center;">
<a rel="nofollow" href="#" onclick="HP_shoutBox_sh(!HP_shoutBox[\'hd_msgs\'], \'msgs\'); return false;"><img id="hp_shoutbox_collapse" src="', $settings['theme_url'], '/images/collapse.gif" alt="*" style="margin-right: 2ex;" align="right" /></a>
' . $HP_settings['shoutBox']['boxTitle'] . '</div>
<noscript>
<div class="windowbg" style="padding: 5px 15px 5px 10px;">' . $txt['hs_sb_2'] . '</div></noscript>
<div id="hp_shoutbox_div_msgs">
<table border="0" width="100%" cellspacing="1" cellpadding="4" class="bordercolor" style="margin-top: 1px;">';
if ($HP_settings['shoutBox']['out_noban'])
{
echo '
<tr><td class="windowbg" width="100%" align="left" colspan="2">
<form name="shoutbox" action="' . $scripturl . '" method="post" accept-charset="' . $context['character_set'] . '" onsubmit="HP_shoutBox_Post(\'' . $context['session_id'] . '\'); return false;">
<table cellpadding="0" cellspacing="0" width="100%" style="margin: 4px;">
<tr><td nowrap="nowrap" valign="middle" style="padding-right: 8px;">
<input class="smalltext" type="text" id="hp_shoutbox_imsg" name="msg" tabindex="1" maxlength="120" value="" style="font-weight: normal;color: ' . $HP_settings['shoutBox']['textColor'] . ';font-style: normal;text-decoration: none;width: ' . $HP_settings['shoutBox']['widthInputMsg'] . ';padding: 3px;border-width: 1px;border-color: ' . $HP_settings['shoutBox']['textColor'] . ';background-color: ' . $HP_settings['shoutBox']['backgroundColor'] . ';" />
<input class="smalltext" type="submit" value="' . $txt['hs_sb_13'] . '" name="send" style="padding: 2px;" /></td>
<td style="padding: 0 0 0 8px; border-left: 1px solid #9c9c9c" valign="middle" width="100%">
<div style="position: relative;padding-top: 4px;margin:0;">
<a href="javascript:void(0);" onclick="HP_shoutBox_sURL()">
<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/bbc/url.gif" width="23" height="22" alt="' . $txt['hs_sb_48'] . '" title="' . $txt['hs_sb_48'] . '" style="background-image: url(\'' . $settings['images_url'] . '/bbc/bbc_bg.gif\');" /></a>
<a href="javascript:void(0);" onclick="HP_shoutBox_sh(!HP_shoutBox[\'hd_emos\'], \'emos\')">
<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/bbc/caretos.gif" width="23" height="22" alt="' . $txt['hs_sb_10'] . '" title="' . $txt['hs_sb_10'] . '" style="background-image: url(\'' . $settings['images_url'] . '/bbc/bbc_bg.gif\');" /></a>
<a href="javascript:void(0);" onclick="HP_shoutBox_Clear()">
<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/bbc/clean.gif" width="23" height="22" alt="' . $txt['hs_sb_50'] . '" title="' . $txt['hs_sb_50'] . '" style="background-image: url(\'' . $settings['images_url'] . '/bbc/bbc_bg.gif\');" /></a>
<a href="javascript:void(0);" onclick="HP_shoutBox_setPro(\'n\', !HP_shoutBox[\'hd_n\']);">
<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/bbc/bold.gif" width="23" height="22" alt="' . $txt['hs_sb_52'] . '" title="' . $txt['hs_sb_52'] . '" style="background-image: url(\'' . $settings['images_url'] . '/bbc/bbc_bg.gif\');" /></a>
<a href="javascript:void(0);" onclick="HP_shoutBox_setPro(\'k\', !HP_shoutBox[\'hd_k\']);">
<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/bbc/italicize.gif" width="23" height="22" alt="' . $txt['hs_sb_53'] . '" title="' . $txt['hs_sb_53'] . '" style="background-image: url(\'' . $settings['images_url'] . '/bbc/bbc_bg.gif\');" /></a>
<a href="javascript:void(0);" onclick="HP_shoutBox_setPro(\'s\', !HP_shoutBox[\'hd_s\']);">
<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/bbc/underline.gif" width="23" height="22" alt="' . $txt['hs_sb_54'] . '" title="' . $txt['hs_sb_54'] . '" style="background-image: url(\'' . $settings['images_url'] . '/bbc/bbc_bg.gif\');" /></a>
<a href="javascript:void(0);" onclick="HP_shoutBox_shFace()">
<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/bbc/face.gif" width="23" height="22" alt="' . $txt['hs_sb_55'] . '" title="' . $txt['hs_sb_55'] . '" style="background-image: url(\'' . $settings['images_url'] . '/bbc/bbc_bg.gif\');" /></a>
<a href="javascript:void(0);" onclick="HP_colorPicker_sh(false)">
<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/bbc/fontcolor.gif" width="23" height="22" alt="' . $txt['hs_sb_56'] . '" title="' . $txt['hs_sb_56'] . '" style="background-image: url(\'' . $settings['images_url'] . '/bbc/bbc_bg.gif\');" /></a>
<img id="hp_shoutbox_s_color" src="' . $settings['images_url'] . '/bbc/nocolor.gif" width="18" height="18" alt="" style="background-color: #FFFFFF;border: 1px solid #b2b2b2;" />
<a href="javascript:void(0);" onclick="HP_colorPicker_sh(true)">
<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/bbc/bgcolor.gif" width="23" height="22" alt="' . $txt['hs_sb_57'] . '" title="' . $txt['hs_sb_57'] . '" style="background-image: url(\'' . $settings['images_url'] . '/bbc/bbc_bg.gif\');" /></a>
<img id="hp_shoutbox_s_bgcolor" src="' . $settings['images_url'] . '/bbc/nocolor.gif" width="18" height="18" alt="" style="background-color: #FFFFFF;border: 1px solid #b2b2b2;" />
<div style="display: none; z-index: 11; position: absolute; top: 28px; left: 45px;" id="hp_shoutbox_div_face">
<table cellpadding="0" cellspacing="0" class="tborder" width="120">
<tr class="windowbg2"><td width="100%">
<a href="javascript:void(0);" onclick="HP_shoutBox_setFace(\'inherit\'); document.forms.shoutbox.msg.focus(); HP_shoutBox_shFace();" style="font-family: inherit; display: block; padding: 2px;" class="smalltext">' . $txt['hs_sb_49'] . '</a></td></tr>';
foreach (explode(';', $HP_settings['shoutBox']['msgFaces']) as $face)
echo '
<tr class="windowbg2"><td width="100%">
<a href="javascript:void(0);" onclick="HP_shoutBox_setFace(\'' . $face . '\'); document.forms.shoutbox.msg.focus(); HP_shoutBox_shFace();" style="font-family: ' . $face . ', sans-serif; display: block; padding: 2px;" class="smalltext">' . $face . '</a></td></tr>';
echo '</table></div>
<div style="display: none; z-index: 12; position: absolute; top: 28px; left: -34px;" id="hp_colorpicker_div">
<table cellpadding="4" cellspacing="0" class="tborder">
<tr class="windowbg2"><td>
<script language="javascript" type="text/javascript">HP_colorPicker_PrintBox();</script>
<img border="0" src="', $settings['images_url'], '/blank.gif" width="1" height="8" alt="" /><br />
<div style="margin:0 auto;text-align:center;"><script language="javascript" type="text/javascript">HP_colorPicker_PrintBoxGrayScale();</script></div></td>
<td align="left" valign="top" class="smalltext">
<input type="text" value="#FFFFFF" style="padding: 3px; width: 120px;" id="hp_colorpicker_input_aply" class="smalltext" /><br />
<input type="button" value="' . $txt['hs_sb_58'] . '" style="padding: 2px; margin-top: 4px" onclick="HP_shoutBox_setColor(true);" class="smalltext" /> <input type="button" value="' . $txt['hs_sb_64'] . '" style="padding: 2px; margin-top: 4px" onclick="HP_shoutBox_setColor(true, \'\');" class="smalltext" />
<br />
<br />
' . $txt['hs_sb_59'] . ':
<table cellpadding="0" cellspacing="0" border="0" style="border: 1px solid #8d8d8d; margin: 2px 0 8px 0;">
<tr><td id="hp_colorpicker_div_show" style="background-color: #FFFFFF;">
<img border="0" src="', $settings['images_url'], '/blank.gif" width="80" height="18" alt="" /></td></tr></table>
' . $txt['hs_sb_60'] . ':
<table cellpadding="0" cellspacing="0" border="0" style="border: 1px solid #8d8d8d; margin-top: 2px;">
<tr><td id="hp_colorpicker_div_select" style="background-color: #FFFFFF;">
<img border="0" src="', $settings['images_url'], '/blank.gif" width="80" height="18" alt="" /></td></tr></table></td>
</tr><tr class="windowbg"><td colspan="2" align="right"><span class="smalltext"><a href="http://www.hackspark.com/scripts/smf-colorpicker_10.0.html" title="Hack's Park colorPicker" target="_blank">(cc) Hack's Park</a></span></td></tr></table>
</div></div></td></tr></table>
<input type="hidden" value="0" name="hdn" /><input type="hidden" value="0" name="hds" /><input type="hidden" value="0" name="hdk" /><input type="hidden" value="" name="hdcolor" /><input type="hidden" value="" name="hdbgcolor" /><input type="hidden" value="" name="hdface" />';
// Smilies
echo '
<div id="hp_shoutbox_div_emos" style="display:none;margin-top:4px;text-align:center;">';
if (!empty($HP_settings['shoutBox']['out_caritas']['postform']))
{
foreach ($HP_settings['shoutBox']['out_caritas']['postform'] as $smiley_row)
foreach ($smiley_row['smileys'] as $smiley)
echo '
<a href="javascript:void(0);" onclick="replaceText(\' ', $smiley['code'], '\', document.forms.shoutbox.msg); return false;"><img src="', $settings['smileys_url'], '/', $smiley['filename'], '" align="bottom" alt="', $smiley['description'], '" title="', $smiley['description'], '" /></a>';
if (empty($smiley_row['last']))
echo '<br />';
if (!empty($HP_settings['shoutBox']['out_caritas']['popup']))
echo '
<a href="javascript:moreSmileys();">[', $txt['more_smileys'], ']</a>';
}
if (!empty($HP_settings['shoutBox']['out_caritas']['popup']))
{
echo '
<script language="JavaScript" type="text/javascript"><!-- // -->
var smileys = [';
foreach ($HP_settings['shoutBox']['out_caritas']['popup'] as $smiley_row)
{
echo '
[';
foreach ($smiley_row['smileys'] as $smiley)
{
echo '
["', $smiley['code'], '","', $smiley['filename'], '","', $smiley['js_description'], '"]';
if (empty($smiley['last']))
echo ',';
}
echo ']';
if (empty($smiley_row['last']))
echo ',';
}
echo '];
var smileyPopupWindow;
function moreSmileys()
{
var row, i;
if (smileyPopupWindow)
smileyPopupWindow.close();
smileyPopupWindow = window.open("", "add_smileys", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=480,height=220,resizable=yes");
smileyPopupWindow.document.write(\'\n<html>\');
smileyPopupWindow.document.write(\'\n\t<head>\n\t\t<title>', $txt['more_smileys_title'], '</title>\n\t\t<link rel="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/style.css" />\n\t</head>\');
smileyPopupWindow.document.write(\'\n\t<body style="margin: 1ex;">\n\t\t<table width="100%" cellpadding="5" cellspacing="0" border="0" class="tborder">\n\t\t\t<tr class="titlebg"><td align="left">', $txt['more_smileys_pick'], '</td></tr>\n\t\t\t<tr class="windowbg"><td align="left">\');
for (row = 0; row < smileys.length; row++)
{
for (i = 0; i < smileys[row].length; i++)
{
smileys[row][i][2] = smileys[row][i][2].replace(/"/g, \'"\');
smileyPopupWindow.document.write(\'<a href="javascript:void(0);" onclick="window.opener.replaceText(" \' + smileys[row][i][0] + \'", window.opener.document.forms.shoutbox.msg); window.focus(); return false;"><img src="', $settings['smileys_url'], '/\' + smileys[row][i][1] + \'" alt="\' + smileys[row][i][2] + \'" title="\' + smileys[row][i][2] + \'" style="padding: 4px;" border="0" /></a> \');
}
smileyPopupWindow.document.write("<br />");
}
smileyPopupWindow.document.write(\'</td></tr>\n\t\t\t<tr><td style="margin:0 auto;text-align:center;" class="windowbg"><a href="javascript:window.close();\\">', $txt['more_smileys_close_window'], '</a></td></tr>\n\t\t</table>\n\t</body>\n</html>\');
smileyPopupWindow.document.close();
}
// ]]></script>';
}
echo '</div>';
// End - Smilies
echo '
</form></td></tr>';
} elseif ($context['user']['is_logged'])
echo '
<tr><td class="windowbg" width="100%" align="left" colspan="2">
<table cellpadding="0" cellspacing="0" width="100%" style="margin: 4px;">
<tr><td nowrap="nowrap" valign="middle" style="padding-right: 8px;" class="smalltext">
<b>' . $txt['hs_sb_85'] . ':</b> ' . $HP_settings['shoutBox']['out_banned']['reason'] . '<br />
<b>' . $txt['hs_sb_86'] . ':</b> ' . $HP_settings['shoutBox']['out_banned']['end'] . '</td></tr></table>
</td></tr>';
echo '
<tr><td class="windowbg2" width="100%" align="left" colspan="2">
<table cellpadding="0" cellspacing="0" width="100%">
<tr><td align="right" style="padding-right: 8px;">
<span class="smalltext">' . ($HP_settings['shoutBox']['out_mod'] ? '<a href="' . $scripturl . '?action=shoutbox;sa=mod" onclick="reqWin(this.href, 750, 360); HP_shoutBox_sh(!HP_shoutBox[\'hd_msgs\'], \'msgs\'); return false;">' . $txt['hs_sb_61'] . '</a> | ' : '') . '<a href="javascript:void(0);" onclick="HP_shoutBox_getMsgs();">' . $txt['hs_sb_62'] . '</a>' . ($context['user']['is_logged'] ? ' | <a href="' . $scripturl . '?action=shoutbox" onclick="reqWin(this.href, 750, 360); HP_shoutBox_sh(!HP_shoutBox[\'hd_msgs\'], \'msgs\'); return false;">' . $txt['hs_sb_63'] . '</a>' : '') . '</span></td>
</tr></table>
<div style="padding: 0;">
<div id="hp_shoutbox_div_shouts" style="margin-top: 4px;overflow: auto;width: 99%;' . ($context['browser']['is_ie'] ? 'height: ' . $HP_settings['shoutBox']['divHeightMsgs'] . ';' : 'max-height: ' . $HP_settings['shoutBox']['divHeightMsgs'] . ';') . '">
<script language="javascript" type="text/javascript">' . ($HP_settings['shoutBox']['out_noban'] ? '
HP_shoutBox_Clear();' : '') . '
HP_shoutBox[\'timeout\'] = setTimeout("HP_shoutBox_getMsgs();", 5000);
</script>
</div></div></td></tr>
<tr class="windowbg"><td width="100%" align="left">
<div id="hp_shoutbox_div_status">
</div></td>
<td align="right" nowrap="nowrap" valign="middle">
<span class="smalltext"><a href="http://www.hackspark.com/scripts/smf-shoutbox_7.0.html" title="Hack's Park shoutBox" target="_blank">(cc) Hack's Park</a></span></td></tr></table>
</div>
</div>';
}
Pesquisar
}
function template_main_below()
{
Adicionar antes
# Hack's Park ||
template_HP_shoutBoxMain();
sim pode baixar no anexo ja tem suporte Brazilian
-
instalei o em pt e deu isso:
http://imperiomaker.com/forum/index.php
nem acessa >.<
ve se vc precisa do load.php
-
vc instalou na maquina depois passou pra o servidor
ja instalou na tua maquina ver se funciona
porque os demos todos estão a funcionar tanto online ou no meu pc
-
vc instalou na maquina depois passou pra o servidor
ja instalou na tua maquina ver se funciona
porque os demos todos estão a funcionar tanto online ou no meu pc
mais o forum nem funciona agora ne.......so fazendo backup da pra consertar isso?
-
Podes colocar o ficheiro que ele esta a pedir mais antes faz backup
ou podes mesmo fazer upgrad
-
nao tens o load.php do full 1.1.8 ? eu nao o tenho.........
ta ai o que ta dando erro, nao tenho backup pq nao precisaria se instalasse e so aponta-se erro e nao ficar sem funcionamente!
dar esses erros é o meu forte! -.-"
-
Esta ai o ficheiro do full
-
nao funcionou..........
nao tem como fazer upgrade sem mexer no forum ne? tipo pra uma versao mais atual........
-
Podes fazer o seguinte....
http://download.simplemachines.org/
Small update
se nao aceitar podes fazer full
-
Podes fazer o seguinte....
http://download.simplemachines.org/
Small update
se nao aceitar podes fazer full
fazer small update do 2.0 RC1, mais como fazer? ja que nao posso usar nem o forum imagina o painel ¬¬
-
Desculpa esta a falar do 2.0rc1
porque este mod e pra 1.1.8
Compatible With: 1.1.5, 1.1.6, 1.1.7
se for 1.1.8 podes fazer download e colocar os ficheiros por ftp
depois teu link http://www.teulink.com/upgrade.php
e vai funcionar sem problemas
-
cara vc me confundiu agora goofy
eu to com 1.1.8 mesmo assim o mod deu aquilo la que ninguem sabe descrever (666), e eu queria saber se da pra fazer o que vc falou mais qual eu baixo? posso ir do 1.1.8 para o 2.0rc1? uso update ou upgrade.......
lol embolou tudo......
-
veja bem a resposta
tens que baixar 1.1.8
Desculpa esta a falar do 2.0rc1
porque este mod e pra 1.1.8
Compatible With: 1.1.5, 1.1.6, 1.1.7
se for 1.1.8 podes fazer download e colocar os ficheiros por ftp
depois teu link http://www.teulink.com/upgrade.php
e vai funcionar sem problemas
-
ja enviei pra pasta packages o upgrade 1.1.8 era isso? tem que ser descompactado ou como eu insta-lo normalmente pois acessando http://www.teulink.com/upgrade.php pelo meu link nao da claro ele ano acha ^^
-
claro que tem que estar unzip
ou faz unzip na maquina e mandar os files ou mandar zip e entra no cpanel do teu servidor e faz unzip
-
esse erro que da,nao tem como retirar o soutbox (codigos), pelos arquivos que ele se instala e volta tudo ao normal?
Fatal error: Cannot redeclare template_hp_shoutboxmain() (previously declared in C:\Inetpub\vhosts\imperiomaker.com\httpdocs\forum\Sources\Load.php(1733) : eval()'d code:61) in C:\Inetpub\vhosts\imperiomaker.com\httpdocs\forum\Sources\Load.php(1733) : eval()'d code on line 481
-
bem mais ja actualizou o forum...
qual e o procedimento que usou!
-
bem mais ja actualizou o forum...
qual e o procedimento que usou!
pow eu to com o 1.1.8 e ta com o erro la que seria pouco porvavel sua soluçao.........
queria fazer upgrade para 2.0rc1 mais como eu o faço? sem ser pelo painel pois nao o possuo entendem?
pelo ftp ou pelo painel de aministraçao do servidor nao sei, se podessem me esxplicar é que nao me ocorreu de fazer manualmente entao nunca tentei. E outra se eu for substituindo os ficheiros do 2.0 pelo 1.1.8 ele nao dara certo? apagara alguma coisa do meu forum?
duvidas crueis, me desculpem estou sem tempo pois nem procurei sobre como fazer upgrade desse jeito e demorei para responde-los, alguem por favor me ajudem pois estou desgostando do smf de tanto erros que me da >.<
-
Bem vamos fazer o seguinte
Colocar as questões no eu devido lugar
se quer sobre smf 2rc1 podes colocar la no quadro
Se quer suporte comercial $ manda pm se quer free colocas aqui no fórum que vai ter grátis...
-
Tenho a Hack's Park Shoutbox instalada e a funcionar, só que está a gerar montes de erros por causa da linguagem pois o meu fórum está em português mas a Shout está em Inglês.
Alguém sabe se já existe alguma tradução desta shout?
Cumprimentos
Orlando
-
Podes baixar no primeiro topico isso neste topico na primeira pagina
-
Mas dá erro....
404 - Anexo não encontrado
-
Actualizado no primeiro poste
e Suporte 1.1.10
-
instalei o Hack's Park shoutBox bem no forum o problema é na configuraçao e para aparecer no forum alguem me ajuda.
-
Ele não esta aparecendo é isso?
A instalação foi feita com seucesso ou deu algum erro?
Esta usando o thema defaut ou outro thema e qual?
Link do seu site?
-
é nao aparece e instalou bem nao teve erro o tema que estou usar é este Core
o link do forum é este http://sailormoon.apllic.net/index.php
-
ok estou trabalhando mas até final de semana vejo isso pra voce
-
ok obrigado
-
já viu o problema.
-
este mod foi actualizado hoje ...
-
Hack's Park shoutBox
Ficheiro:Shoutbox_2.0.1.zip Mod em En
Arquivo:Shoutbox_2.0.1smfpt.zip em Pt
Autor do Mod:makito
Type: New Feature
Autor da Tradução: Candidosa2
Tradução: Pt_Pt
Tradução: Pt_PT-UTF8
Versões Antigas: disponível 1.1.3 a 1.1.5
Download em En - http://custom.simplemachines.org/mods/index.php?mod=1295
download em Pt - Anexo
Versao: disponível 1.1.8, 1.1.10, 2.0 RC1, 2.0 RC1.2
Testado com tema default Funciona 100%
DEMO SMF 1.1.X (http://custom.smfpt.net/mod1/)
DEMO SMF 2.X (http://custom.smfpt.net/mod2/)
-
Obrigado
...
Uma pergunta... porque é que eu nao consigo integrar esta shoutbox com o simpleportal num tema personalizado?
Apenas funciona no default aqui e apenas no forum e nao com simpleportal
-
qual e a versao do simpleportal?
porque a versao beta ja traz
e eles tem um mod pra simpleportal shoutbox
esta aqui
http://simpleportal.net/index.php?action=downloads;area=cat3
Agora assuntos sobre simple portal tem ver aqui
http://www.simpleportalpt.net/
-
qual e a versao do simpleportal?
porque a versao beta ja traz
e eles tem um mod pra simpleportal shoutbox
esta aqui
http://simpleportal.net/index.php?action=downloads;area=cat3
Agora assuntos sobre simple portal tem ver aqui
http://www.simpleportalpt.net/
Peço desculpa...
Muito obrigado por toda a ajuda