Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: N a t i on May 09, 2009, 01:00:48 PM

Title: Bahar Theme
Post by: N a t i on May 09, 2009, 01:00:48 PM
Link to the theme (https://custom.simplemachines.org/index.php?theme=1615)
(https://custom.simplemachines.org/index.php?action=download;theme=1615;attach=97686;image;thumb)

New: 1.1.13 updated.

------------------------------------------------

Yeni: smf 1.1.13 güncellendi

Kwick.Js menü kullanılarak yapılan bir temadır.

Türkçe menü için "turkish_menu_button.zip" dosyasındaki "english" klasörünü /images'in içine atın.

İyi günlerde kullanın.

Theme Sponsor: Ücretsiz Resim Sıkıştırma, Dönüştürme ve Boyutlandırma Aracı (https://tiyav.com)
Title: Re: Bahar_Theme
Post by: freddieb on May 10, 2011, 11:47:04 PM
Nice theme, but suffers the same problem as Nly-grey, with the Topics and Posts counts being reversed, or more correctly, the text headings are in reverse on the Home Page. I believe that I found the problem by changing 2 lines in Boardindex.template.php.

In Boardindex.template.php lines 155 & 156 I reversed topics and posts to read posts and topics as follows:

                  <td class="windowbg" align="center">', $board['posts'], '</td>
                  <td class="windowbg" align="center">', $board['topics'],'</td>';

Thanks for a nice job, Nati.