News:

SMF 2.1.6 has been released! Take it for a spin! Read more.

Main Menu

[Theme] Saf Themes for 1.0.X

Started by forsakenlad, September 16, 2005, 02:31:17 PM

Previous topic - Next topic

MacGig

Quote from: forsakenlad on February 03, 2006, 07:24:30 AM
You should try the 1.05 version. Also can you explain to me clarly the errors you are experiencing?


didnt work with 105 either. not for me. lots of content was missing, esp in the admin area. I was barely able to get rid of it.

Basar

hello,

i am having a hard time installing the language packs...

where am i supposed to install them?

i tried a couple things suggested on the SMF site.

tried /themes/saforange/languages
       /themes/saforange/languages/turkish
       /themes/saforange/turkish

where does the language pack go and what do i change in the admin panel to make the default language turkish?

thanks :)

forsakenlad

#422
Quote from: macgeek on February 03, 2006, 05:22:28 PM
Quote from: forsakenlad on February 03, 2006, 07:24:30 AM
You should try the 1.05 version. Also can you explain to me clarly the errors you are experiencing?
didnt work with 105 either. not for me. lots of content was missing, esp in the admin area. I was barely able to get rid of it.

Saf doesn't modify any admin templates. Upload your languages folder and the saf 1.05 package again ;)

@basar:

You should directly upload the language package to your forum root (the zip file that you download has a Themes folder, upload it over the one in your root folder). And to make the theme Turkish, upload all the button images to /themes/saforange/turkish ;) To enable Turkish language you should check out the language setting in your Server Settings ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Basar

#423
Quote from: forsakenlad on February 04, 2006, 07:26:19 AM
Quote from: macgeek on February 03, 2006, 05:22:28 PM
Quote from: forsakenlad on February 03, 2006, 07:24:30 AM
You should try the 1.05 version. Also can you explain to me clarly the errors you are experiencing?
didnt work with 105 either. not for me. lots of content was missing, esp in the admin area. I was barely able to get rid of it.

Saf doesn't modify any admin templates. Upload your languages folder and the saf 1.05 package again ;)

@basar:

You should directly upload the language package to your forum root (the zip file that you download has a Themes folder, upload it over the one in your root folder). And to make the theme Turkish, upload all the button images to /themes/saforange/turkish ;) To enable Turkish language you should check out the language setting in your Server Settings ;)

Still cannot get it to work...  :(

"the zip file that you download has a Themes folder, upload it over the one in your root folder" demissin, peki hangi download edilen dosyadan bahsediyorsun? Theme dosyasi mi yoksa language pack mi? Canli yardim olsa daha iyi olur aslinda :P

MSN: kizildere AT gmail NOKTA com

edit: birde en yukarda ortada bulunan Home , Help , Search gibi butonlari nasil text olarak gosterebilirim? Onlari text, forum icinde bulunan diger butonlari (Yanitla, Yeni Konu Ac, vb) image olarak goruntulemek istiyorum?

forsakenlad

Şimdi yapman gereken, ilk önce Türkçe dil paketini indirmek. İndirdikten sonra içinde Themes diye bir klasör göreceksin, onu üzerine upload et orjinal klasörün. Daha sonra bu konudan birde saf'ın türkçelerini indir ve onlarıda images klasörünün içine at bu kadar basit. Menü'yü ise index.template.php'deki en altta bulabileceğin template_menu fonksyionundan düzenleyebilirsin ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Basar

Anladim sagol, sanirim RC2 icin Turkce dil paketi cikmamis, onu da artik RC1 le mi denesem napsam? :)

:)

forsakenlad

Var, lütfen Türkçe bölümünü kontrol et, ayrıca lütfen Türkçe yardım içinde orayı kullan burada Türke konuşmamız pek doğru olmuyor ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Basar


Basar

Quote from: forsakenlad on February 04, 2006, 12:01:13 PM
Şimdi yapman gereken, ilk önce Türkçe dil paketini indirmek. İndirdikten sonra içinde Themes diye bir klasör göreceksin, onu üzerine upload et orjinal klasörün. Daha sonra bu konudan birde saf'ın türkçelerini indir ve onlarıda images klasörünün içine at bu kadar basit. Menü'yü ise index.template.php'deki en altta bulabileceğin template_menu fonksyionundan düzenleyebilirsin ;)

ok so i checked out the index.template.php and found this:

// Show the menu up top.  Something like [home] [help] [profile] [logout]...
function template_menu()
{
   global $context, $settings, $options, $scripturl, $txt;

   // Show the [home] and [help] buttons.
   echo '
            <a href="', $scripturl, '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/home.gif" alt="' . $txt[103] . '" style="margin: 2px 0;" border="0" />' : $txt[103]), '</a>', $context['menu_separator'], '
            <a href="', $scripturl, '?action=help" target="_blank">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/help.gif" alt="' . $txt[119] . '" style="margin: 2px 0;" border="0" />' : $txt[119]), '</a>', $context['menu_separator'];

   // How about the [search] button?
   if ($context['allow_search'])
      echo '
            <a href="', $scripturl, '?action=search">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/search.gif" alt="' . $txt[182] . '" style="margin: 2px 0;" border="0" />' : $txt[182]), '</a>', $context['menu_separator'];

   // Is the user allowed to administrate at all? ([admin])
   if ($context['allow_admin'])
      echo '
            <a href="', $scripturl, '?action=admin">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/admin.gif" alt="' . $txt[2] . '" style="margin: 2px 0;" border="0" />' : $txt[2]), '</a>', $context['menu_separator'];

   // Edit Profile... [profile]
   if ($context['allow_edit_profile'])
      echo '
            <a href="', $scripturl, '?action=profile">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/profile.gif" alt="' . $txt[79] . '" style="margin: 2px 0;" border="0" />' : $txt[467]), '</a>', $context['menu_separator'];

   // The [calendar]!
   if ($context['allow_calendar'])
      echo '
            <a href="', $scripturl, '?action=calendar">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendar.gif" alt="' . $txt['calendar24'] . '" style="margin: 2px 0;" border="0" />' : $txt['calendar24']), '</a>', $context['menu_separator'];

   // If the user is a guest, show [login] and [register] buttons.
   if ($context['user']['is_guest'])
   {
      echo '
            <a href="', $scripturl, '?action=login">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/login.gif" alt="' . $txt[34] . '" style="margin: 2px 0;" border="0" />' : $txt[34]), '</a>', $context['menu_separator'], '
            <a href="', $scripturl, '?action=register">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/register.gif" alt="' . $txt[97] . '" style="margin: 2px 0;" border="0" />' : $txt[97]), '</a>';
   }
   // Otherwise, they might want to [logout]...
   else
      echo '
            <a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/logout.gif" alt="' . $txt[108] . '" style="margin: 2px 0;" border="0" />' : $txt[108]), '</a>';
}


I honestly have no clue as to what to do here? Do I need to edit each one seperately or is there a global way to do this? If I need to individually, I assume I have to change the ($settings['use_image_buttons'] function? what do i put instead of use_image_buttons?

Thanks :)

azak


forsakenlad

Quote from: Basar on February 05, 2006, 07:04:04 PM
Quote from: forsakenlad on February 04, 2006, 12:01:13 PM
Şimdi yapman gereken, ilk önce Türkçe dil paketini indirmek. İndirdikten sonra içinde Themes diye bir klasör göreceksin, onu üzerine upload et orjinal klasörün. Daha sonra bu konudan birde saf'ın türkçelerini indir ve onlarıda images klasörünün içine at bu kadar basit. Menü'yü ise index.template.php'deki en altta bulabileceğin template_menu fonksyionundan düzenleyebilirsin ;)

ok so i checked out the index.template.php and found this:

// Show the menu up top.  Something like [home] [help] [profile] [logout]...
function template_menu()
{
   global $context, $settings, $options, $scripturl, $txt;

   // Show the [home] and [help] buttons.
   echo '
            <a href="', $scripturl, '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/home.gif" alt="' . $txt[103] . '" style="margin: 2px 0;" border="0" />' : $txt[103]), '</a>', $context['menu_separator'], '
            <a href="', $scripturl, '?action=help" target="_blank">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/help.gif" alt="' . $txt[119] . '" style="margin: 2px 0;" border="0" />' : $txt[119]), '</a>', $context['menu_separator'];

   // How about the [search] button?
   if ($context['allow_search'])
      echo '
            <a href="', $scripturl, '?action=search">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/search.gif" alt="' . $txt[182] . '" style="margin: 2px 0;" border="0" />' : $txt[182]), '</a>', $context['menu_separator'];

   // Is the user allowed to administrate at all? ([admin])
   if ($context['allow_admin'])
      echo '
            <a href="', $scripturl, '?action=admin">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/admin.gif" alt="' . $txt[2] . '" style="margin: 2px 0;" border="0" />' : $txt[2]), '</a>', $context['menu_separator'];

   // Edit Profile... [profile]
   if ($context['allow_edit_profile'])
      echo '
            <a href="', $scripturl, '?action=profile">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/profile.gif" alt="' . $txt[79] . '" style="margin: 2px 0;" border="0" />' : $txt[467]), '</a>', $context['menu_separator'];

   // The [calendar]!
   if ($context['allow_calendar'])
      echo '
            <a href="', $scripturl, '?action=calendar">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendar.gif" alt="' . $txt['calendar24'] . '" style="margin: 2px 0;" border="0" />' : $txt['calendar24']), '</a>', $context['menu_separator'];

   // If the user is a guest, show [login] and [register] buttons.
   if ($context['user']['is_guest'])
   {
      echo '
            <a href="', $scripturl, '?action=login">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/login.gif" alt="' . $txt[34] . '" style="margin: 2px 0;" border="0" />' : $txt[34]), '</a>', $context['menu_separator'], '
            <a href="', $scripturl, '?action=register">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/register.gif" alt="' . $txt[97] . '" style="margin: 2px 0;" border="0" />' : $txt[97]), '</a>';
   }
   // Otherwise, they might want to [logout]...
   else
      echo '
            <a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/logout.gif" alt="' . $txt[108] . '" style="margin: 2px 0;" border="0" />' : $txt[108]), '</a>';
}


I honestly have no clue as to what to do here? Do I need to edit each one seperately or is there a global way to do this? If I need to individually, I assume I have to change the ($settings['use_image_buttons'] function? what do i put instead of use_image_buttons?

Thanks :)

Do you want to use text links for all the buttons, or just for the buttons on the top menu?

Quote from: azmaniacs on February 06, 2006, 03:19:04 PM
I liked the gray one  ;)

Thanks for the comment ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Basar


stephenvb

#432
I just updated the theme from RC1 to RC2 and I'm having some layout(?) issues when in the Admin section.  I should preface this by saying that I'm using this in a Joomla site and didn't have any problems with RC1.

1.  The themes page is "really" wide.  It seems like I had to fix a similar problem before, but I don't remember what I did to fix it.
2.  When I'm in the Admin menu and select ok, enter, save, etc. or when I log out of the forum, the forum breaks out of the joomla template.  I never had any issues with this before. Edit - Seems I didn't reapply a mod for Joomla intergration.
Any ideas?

Crip

I'd like to know how to make the upshrinks |^| show up with Tinyportal installed?..any suggestions..

Later, crip :)
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

MuYu

forsakenlad, affiniza siginarak turkce yazicam. ne yazik ki ingilizcem yeterli degil. recent post kismindaki iconlarin hepsi sadece son mesaja yonleniyor. yani reply, quote veya notify. hangisine tiklanirsa tiklansin. son mesaj uzerinden islem yapyior.

forsakenlad

Quote from: Basar on February 07, 2006, 07:01:08 AM
just the buttons on top, not all :)

Then a link should be like this:

<a href="', $scripturl, '">' . $txt[103] . '</a>', $context['menu_separator'], '

Quote from: stephenvb on February 07, 2006, 06:59:47 PM
I just updated the theme from RC1 to RC2 and I'm having some layout(?) issues when in the Admin section.  I should preface this by saying that I'm using this in a Joomla site and didn't have any problems with RC1.

1.  The themes page is "really" wide.  It seems like I had to fix a similar problem before, but I don't remember what I did to fix it.
2.  When I'm in the Admin menu and select ok, enter, save, etc. or when I log out of the forum, the forum breaks out of the joomla template.  I never had any issues with this before. Edit - Seems I didn't reapply a mod for Joomla intergration.
Any ideas?

That is because the forum is fixed width and the themes page is pretty big considering the thumbnails.

Quote from: crip on February 08, 2006, 09:50:00 AM
I'd like to know how to make the upshrinks |^| show up with Tinyportal installed?..any suggestions..

Later, crip :)

Check out the TP site, I am sure you will find a solution ;)

Quote from: MuYu on February 08, 2006, 11:22:06 AM
forsakenlad, affiniza siginarak turkce yazicam. ne yazik ki ingilizcem yeterli degil. recent post kismindaki iconlarin hepsi sadece son mesaja yonleniyor. yani reply, quote veya notify. hangisine tiklanirsa tiklansin. son mesaj uzerinden islem yapyior.

Pek anlayamadım, recent post zaten son mesaj demek.
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

MuYu


bahad1r

forsakenlad çok basit ve hoş bir tema.  ;)

forsakenlad, it's very simple and nice.  ;)

forsakenlad

Quote from: MuYu on February 09, 2006, 06:19:47 AM
son 10 mesajin ciktigi sayfa. yani

http://www.site.com/forum/index.php?action=recent

adresindeki linkler.

Orada zaten amaç son mesaja gitmesi, sen ne istiyorsun?

Quote from: bahad1r on February 09, 2006, 05:51:52 PM
forsakenlad çok basit ve hoş bir tema.  ;)

forsakenlad, it's very simple and nice.  ;)

Thanks ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Famished

Hi there amazing theme, looks great on my site http://www.ukhdtv.net but how do I get rid of the top blue banner as shown in the screenshot?


Advertisement: