Помогите с редатированием темы

Автор Daglus.ck, 18 марта 2007, 17:57:36

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

Daglus.ck

 tickedoff пишу сюда так как не могу под логином созадть тему  knuppel нет окна для ввода текста ..

Скачала тему для форума [urlhttp://custom.simplemachines.org/themes/index.php?lemma=139]Musiconica[/url]
1. Как перевести не переведеный в теме текст ( в какой файле что править.. см прикрепленые изображения)
2. Как создать све меню, то что по умалочнанию в теме не посходит ... нет ссылки на личне ссобещение, и хочу заменить quick link на профиль, и добоавть пару своих кнопок.
3. Убарать ссылки внизу форума (msql, php, css И т.д. )

Зарание спасибо



Mavn

Если у вас какие то проблемы на форуме то обратитесь в соответствующие разделы!
1. Просмотрите внимательно тему оформления на наличие непереведенных стрингов, обычно по спецификации все слова должны быть вынесены в языковые стриги но в данной теме этого не сделано. Так что придется вам самому тему колпашить и переводить то что вам нужно
2.

	
// Show the start of the tab section.
	
echo 
'
	
	
	
<table width="100%" cellpadding="0" cellspacing="0" border="0">
	
	
	
	
<tr>'
;

	
// Show the [home] button.
	
echo 
'
	
	
	
<td class="main-navigation"><a href="'
$scripturl'">' $txt[103] , '</a></td>';

	
// Show the [help] button.
	
echo 
'
	
	
	
<td class="main-navigation"><a href="'
$scripturl'?action=help">' $txt[119] , '</a></td>';

	
// How about the [search] button?
	
if (
$context['allow_search'])
	
	
echo 
'
	
	
	
	
<td class="main-navigation"><a href="'
$scripturl'?action=search" onClick="return overlay(this, \'subcontent\',\'bottom\')">' $txt[182] , '<img src="'$settings['images_url'], '/search_down.gif" width="10" height="10" /></a>
	
	
	
	
<!--Do not remove outer most DIV tag with id="subcontent"-->
<DIV id="subcontent" style="position:absolute; border: 2px solid #3d3d3d; background-color: white; width: 210px; padding: 2px; display:none">
	
<table width="100%" border="0" cellpadding="0" cellspacing="1">
	
	
<tr>
	
	
	
<td class="catbg" height="20" align="left" valign="middle" style="color:#ffffff;">Quick Search</td>
	
	
</tr>
	
	
<tr>
	
	
	
<td height="26" align="left" valign="middle" class="windowbg">
	
	
	
	
	
<form action="'
$scripturl'?action=search2" method="post" accept-charset="'$context['character_set'], '" style="margin: 0;">
	
	
	
	
	
	
<input type="text" name="search" value="" style="width: 150px;" />&nbsp;
	
	
	
	
	
	
<input type="submit" name="submit" value="GO" />
	
	
	
	
	
	
<input type="hidden" name="advanced" value="0" />'
;

	
// Search within current topic?
	
if (!empty(
$context['current_topic']['allow_search']))
	
	
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']['allow_search']))
	
	
echo 
'
	
	
	
	
	
	
<input type="hidden" name="brd['
$context['current_board'], ']" value="'$context['current_board'], '" />';

	
if (
$context['allow_search'])
	
echo 
'
	
	
	
	
	
</form></td>
	
	
</tr>
	
	
<tr>
	
	
	
<td height="20" align="center" valign="middle" class="windowbg"><a href="'
$scripturl'?action=search;advanced">Advanced Search</a></td>
	
	
</tr>
	
</table>
<div align="right" style="font-size:10px;"><a href="#" onClick="overlayclose(\'subcontent\'); return false">[Close]</a></div>

</DIV>
	
	
	
	
</td>'
;

	
// Is the user allowed to administrate at all? ([admin])
	
if (
$context['allow_admin'])
	
	
echo 
'
	
	
	
	
<td class="main-navigation"><a href="'
$scripturl'?action=admin">' $txt[2] , '</a></td>';

	
// The [calendar]!
	
if (
$context['allow_calendar'])
	
	
echo 
'
	
	
	
	
<td class="main-navigation"><a href="'
$scripturl'?action=calendar">' $txt['calendar24'] , '</a></td>';

	
// the [member] list button
	
if (
$context['allow_memberlist'])
	
	
echo 
'
	
	
	
	
<td class="main-navigation"><a href="'
$scripturl'?action=mlist">' $txt[331] , '</a></td>';


	
// If the user is a guest, show [login] button.
	
if (
$context['user']['is_guest'])
	
	
echo 
'
	
	
	
	
<td class="main-navigation"><a href="'
$scripturl'?action=login">' $txt[34] , '</a></td>';


	
// If the user is a guest, also show [register] button.
	
if (
$context['user']['is_guest'])
	
	
echo 
'
	
	
	
	
<td class="main-navigation"><a href="'
$scripturl'?action=register">' $txt[97] , '</a></td>';


	
// Otherwise, they might want to [logout]...
	
if (
$context['user']['is_logged'])
	
	
echo 
'
	
	
	
	
<td class="main-navigation"><a href="'
$scripturl'?action=logout;sesc='$context['session_id'], '">' $txt[108] , '</a></td>';
	
	
	
	

	
// How about the [quick links] button?
	
if (
$context['user']['is_logged'])
	
	
echo 
'
	
	
	
	
<td class="main-navigation"><a href="'
$scripturl'#quicklinks" onClick="return overlay(this, \'quicklinks\',\'bottomright\')">Quick Links<img src="'$settings['images_url'], '/search_down.gif" width="10" height="10" /></a>
	
	
	
	
<!--Do not remove outer most DIV tag with id="quicklinks"-->
<DIV id="quicklinks" style="position:absolute; border: 2px solid #3d3d3d; background-color: white; width: 150px; padding: 2px; display:none">
	
<table width="100%" border="0" cellpadding="0" cellspacing="1">
	
	
<tr>
	
	
	
<td class="catbg" height="20" align="left" valign="middle" style="color:#ffffff;">Quick Links</td>
	
	
</tr>
	
	
<tr>
	
	
	
<td height="20" align="left" valign="middle" class="windowbg"><a href="'
$scripturl'?action=unread">New Posts</a></td>
	
	
</tr>
	
	
<tr>
	
	
	
<td height="20" align="left" valign="middle" class="windowbg"><a href="'
$scripturl'?action=unreadreplies">New Replies</a></td>
	
	
</tr>
	
	
<tr>
	
	
	
<td class="catbg" height="20" align="left" valign="middle" style="color:#ffffff;">User Settings</td>
	
	
</tr>
	
	
<tr>
	
	
	
<td height="20" align="left" valign="middle" class="windowbg"><a href="'
$scripturl'?action=profile">View Profile</a></td>
	
	
</tr>
	
	
<tr>
	
	
	
<td height="20" align="left" valign="middle" class="windowbg"><a href="'
$scripturl'?action=profile;u='$context['user']['id'], ';sa=account">Account Settings</a></td>
	
	
</tr>
	
	
<tr>
	
	
	
<td height="20" align="left" valign="middle" class="windowbg"><a href="'
$scripturl'?action=profile;u='$context['user']['id'], ';sa=forumProfile">Edit Profile</a></td>
	
	
</tr>
	
</table>
<div align="right" style="font-size:10px;"><a href="#" onClick="overlayclose(\'quicklinks\'); return false">[Close]</a></div>

</DIV>
	
	
	
	
</td>'
;

	
// The end of tab section.
	
echo 
'
	
	
	
</tr>
	
	
</table>'
;

}

3. смотрите внимательно тему оформления

<td width="28%" valign="middle" align="right" class="copyright-links">
	
	
	
	
	
<
a href="http://www.mysql.com/" target="_blank" style="font-size:10px;">MySQL</a>&nbsp;|&nbsp;<a href="http://www.php.net/" target="_blank" style="font-size:10px;">PHP</a>&nbsp;|&nbsp;<a href="http://validator.w3.org/check/referer" target="_blank" style="font-size:10px;">XHTML</a>&nbsp;|&nbsp;<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank" style="font-size:10px;">CSS</a>
SimpleMachines Russian Community Team
п.1 Пройду курсы гадалок для определения исходного кода по скриншоту.

п.2 У вас нет желания читать правила раздела, у меня нет желания одобрять темы, которые не соответствуют этим правилам.

Быстрый ответ

Предупреждение: в этой теме не было сообщений более 120 дней.
Возможно, будет лучше создать новую тему.

Обратите внимание: данное сообщение не будет отображаться, пока модератор не одобрит его.

Имя:
Имейл:
Проверка:
Оставьте это поле пустым:

ALT+S — отправить
ALT+P — предварительный просмотр