Бормотухи.НЕТ

Бормотухи.НЕТ (http://www.bormotuhi.net/index.php)
-   vBulletin 3.х (http://www.bormotuhi.net/forumdisplay.php?f=67)
-   -   Новая тема в самом сообщении... (http://www.bormotuhi.net/showthread.php?t=13916)

himichcom 11.10.2011 16:55

Новая тема в самом сообщении...
 
Подскажите пожалуйста, как сделать так, чтобы в теме около Ответить было и Создать тему (в разделе темы)
http://s55.radikal.ru/i149/1110/94/631f9ebfd078.png

Sampler 11.10.2011 17:57

найдите в шаблоне SHOWTHREAD
Код:

<if condition="$show['largereplybutton']">
        <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
    <else />

и замените на
Код:

<if condition="$show['largereplybutton']">
        <td class="smallfont">
<a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>&nbsp;

<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
    <else />


himichcom 11.10.2011 18:35

Sampler, Все заработала...!!! Спасибо!

himichcom 11.10.2011 19:32

А как поменять местами кнопки? В коде который выше сначала Создать тему, а потом ответить... А необходимо сделать Ответить, а потом создать тему

Sampler 11.10.2011 19:37

Код:

<if condition="$show['largereplybutton']">
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>

        <td class="smallfont">
<a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>&nbsp;

    <else />


himichcom 11.10.2011 20:15

Почемуто отображается в следующем виде
http://s017.radikal.ru/i407/1110/5d/20bd04e215b6.png

Electro*Boy 11.10.2011 20:27

Вот так вот сделай:
Код:

<if condition="$show['largereplybutton']">
        <td class="smallfont">
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /> </a>&nbsp;

<a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></if></a></td>
    <else />


Electro*Boy 11.10.2011 20:34

Первый раз не правильно написал, сейчас подправил - пробуй.

himichcom 21.10.2011 18:19

Новая тема почемуто не отображается...(


Текущее время: 03:12. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc. Перевод: zCarot

Время генерации страницы 0.04383 секунды с 8 запросами