Wszystkie takie same

Założony przez  pfk92.

wersja skryptu MyBB:17268_Polska_Paczka_MyBB_1_6_6
adres forum:www.sf-cs.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Problem jest pokazany na screenie.. otoz wszystkie te guziki "cytuj" "odpowiedz" wygladaja tak samo.. a jak zmienie styl to jest ok.. czyli chyba w tym stylu ejst zmienione jakos na te.. pomoze mi ktos ustawic jakies przyciski zeby bylo wiadomo co i jak


Załączone pliki Miniatury
   
Wklej tu zawartość szablonu:
Opis posta - Szablony > postbit_edit
<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" class="forumbutton">{$lang->qthemes_edit}</a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
    if(use_xmlhttprequest == "1")
    {
        new PopupMenu("edit_post_{$post['pid']}");
    }
// -->
</script>
Zamień na to:
<a href="editpost.php?pid={$post['pid']}id="edit_post_{$post['pid']}class="forumbutton">Edytuj</a>
<
div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<
script type="text/javascript">
// <!--
    
if(use_xmlhttprequest == "1")
    {
        new 
PopupMenu("edit_post_{$post['pid']}");
    }
// -->
</script
Musisz każdy przycisk edytować, przed kończącym się tagiem </a> zamienić {$lang->qthemes_coś} na polski odpowiednik.

PS: Jeżeli miałeś jakiś folder english w plikach od stylu, to skopiuj go i nazwij polish, oraz przenieś na serwer.
wystarczylo ze zamienilem to co mi dales.. czy co musze tak zrobic ze wszystkimi ?? a podpowiesz mi jak sie nazywaja te szablony do wszystkich ?? bo ja zielony jestem.. ;/
zmienilem na polish ale nic nie dalo. a jak zrobic z tym ??

<a href="private.php?action=delete&amp;pmid={$id}&amp;my_post_key={$mybb->post_code}" class="forumbutton">{$lang->qthemes_delete}</a>
poradzilem sobie tylko zostal mi nowy watek ktos mi pokaze gdzie mam zmienic ??

<html>
<
head>
<
title>{$lang->newthread_in}</title>
{
$headerinclude}
<
script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
</
head>
<
body>
{
$header}
{
$preview}
{
$thread_errors}
{
$attacherror}
<
form action="newthread.php?fid={$fid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
<
input type="hidden" name="my_post_key" value="{$mybb->post_code}/>
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="thead" colspan="2"><strong>{$lang->post_new_thread}</strong></td>
</
tr>
{
$loginbox}
<
tr>
<
td class="trow2" width="20%"><strong>{$lang->thread_subject}</strong></td>
<
td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}tabindex="1" /></td>
</
tr>
{
$posticons}
<
tr>
<
td class="trow2" valign="top"><strong>{$lang->your_message}</strong>{$smilieinserter}</td>
<
td class="trow2">
<
textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>
{
$codebuttons}
{
$multiquote_external}
</
td>
</
tr>
<
tr>
<
td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<
td class="trow1"><span class="smalltext">
<
label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{
$disablesmilies}</span></td>
</
tr>
{
$modoptions}
{
$subscriptionmethod}
{
$pollbox}
{
$captcha}
</
table>
{
$attachbox}
<
br />
<
div style="text-align:center"><input type="submit" class="button" name="submit" value="{$lang->post_thread}tabindex="4" accesskey="s" />  <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}tabindex="5" />{$savedraftbutton}</div>
<
input type="hidden" name="action" value="do_newthread" />
<
input type="hidden" name="posthash" value="{$posthash}/>
<
input type="hidden" name="attachmentaid" value="" />
<
input type="hidden" name="attachmentact" value="" />
<
input type="hidden" name="quoted_ids" value="{$quoted_ids}/>
<
input type="hidden" name="tid" value="{$tid}/>
{
$editdraftpid}
</
form>
{
$forumrules}
{
$footer}
</
body>
</
html

przerobi mi ktos ?? bo ja nie mam pojecia.. czy to nawet tutaj.. chodzi mi o odniosnik "Nowy Watek"
Tego wyżej nie trzeba.
Te należy zmienić:
- postbit_multiquote
- postbit_pm
- postbit_quickdelete
- postbit_quote
- postbit_rep_button
- postbit_reply_pm
- postbit_replyall_pm
- postbit_report
- postbit_reputation
- postbit_warn
- postbit_www
- postbit_forward_pm
- postbit_email
- postbit_find
- postbit_delete_pm
- postbit_edit

Użyj google translate jak czegoś nie rozumiesz.



Użytkownicy przeglądający ten wątek:

1 gości