|  |  | 
| 
 | ||||||||
| vBulletin 3.х Раздел о vBulletin и всем что касается этого скрипта | 
|  | 
|  | Опции темы | Поиск в этой теме | 
|  24.02.2012, 03:01
			
			
Вверх | #1 | |||
| Опытный пользователь    
 |  Postbit спасибки Вопрос такой возник - хочу обвести элементы в постбите: 1) Сказал(а) спасибо: 2) Поблагодарили 0 раз(а) в 0 сообщениях в прямоугольники, но вот в postbit нет post_thanks У вас на форуме они выделены, где их найти, чтобы выделить?  Добавлено через 48 минут 28 секунд Сейчас нагуглил: Код: <if condition="$template_hook['postbit_userinfo_right']"> <tr> <td class="postuserinfo"> $template_hook[postbit_userinfo_right] </td> </tr> </if> Код: <if condition="$post[userid]"> <!-- thanks info --> <tr> <td class="userinfo"> $vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted] </td> </tr> <tr> <td class="userinfo"> <if condition="$post[post_thanks_thanked_times] == 1"> $vbphrase[post_thanks_time_post] <else /> <if condition="$post[post_thanks_thanked_posts] == 1"> <phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase> <else /> <phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase> </if> </if> </td> </tr> <!-- /thanks info --> </if> Добавлено через 17 минут 37 секунд Все разобрался, надо было закомментировать: <!--$template_hook[postbit_userinfo_right_after_posts]--> | |||
|   | ||||