Advertisement:
2by2host

Author Topic: [Theme] Saf Themes for 1.0.X  (Read 323955 times)

Offline niko

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 2,003
  • Gender: Male
    • Madjoki
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #80 on: September 22, 2005, 08:58:17 AM »
i hope that you dont mind that i used your color theme (orange) and some css to make my forum & blog look similar if you have then  :'( (if you want i can add link to your site)

Offline Eren Yaşarkurt

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 7,218
  • aka forsakenlad
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #81 on: September 22, 2005, 09:04:18 AM »
Thanks for asking for permission, I would be glad to see my theme on your site, no link needed or whatsoever :)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Offline azak

  • Semi-Newbie
  • *
  • Posts: 19
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #82 on: September 22, 2005, 09:34:17 AM »
Great work, Forsakenlad. I like the style...  :)

Offline Eren Yaşarkurt

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 7,218
  • aka forsakenlad
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #83 on: September 22, 2005, 09:35:20 AM »
I am pleased to know you liked it azmaniacs ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Offline Nano

  • Newbie
  • *
  • Posts: 2
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #84 on: September 22, 2005, 02:05:10 PM »
could s.b. translate the buttons into german please ?

nano

PS: or give me the psds to translate them
« Last Edit: September 22, 2005, 02:32:05 PM by Nano »

Offline Eren Yaşarkurt

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 7,218
  • aka forsakenlad
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #85 on: September 22, 2005, 03:04:54 PM »
Send me a personal message with your e-mail address and I will send the PSD's to you ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Offline Miraenda

  • Full Member
  • ***
  • Posts: 627
  • Gender: Female
  • nihil sunt omnia
    • RatingBar.com - Real Reviews by Regular People
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #86 on: September 22, 2005, 09:32:49 PM »
Very nice themes forsaken.  I like these the best of your themes, nicely quiet and simple. Very good job :)

Offline Eren Yaşarkurt

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 7,218
  • aka forsakenlad
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #87 on: September 23, 2005, 06:44:33 AM »
Thanks Miraenda, I am really pleased to know that you have liked it :)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Offline zigzag

  • Jr. Member
  • **
  • Posts: 251
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #88 on: September 23, 2005, 07:35:49 AM »
Hello,
I've installed it and made it full width (very pleased with it  :) )
I'm using it wrapped into Mambo and would like to remove the header and welcome message but I'm stuck.

Offline Eren Yaşarkurt

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 7,218
  • aka forsakenlad
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #89 on: September 23, 2005, 08:52:08 AM »
Open up your index.template.php file and delete the code below:

Code: [Select]
               <tr>
                   <td class="header">
                   ', $context['forum_name'], '
                   </td>
               </tr>
               <tr>
                   <td>
        <table width="100%" cellspacing="0" cellpadding="0" border="0">
               <tr>';

        if (!empty($context['user']['avatar']))
echo '<td class="headerdown">', $context['user']['avatar']['image'], '</td>';

        echo '
        <td class="headerdown" align="left" width="70%">';

// If the user is logged in, display stuff like their name, new messages, etc.
if ($context['user']['is_logged'])
{
echo '
', $txt['hello_member'], ' <b>', $context['user']['name'], '</b>';

// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo ', ', $txt[152], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt[153] : $txt[471], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'];
echo '.<br />';

// Is the forum in maintenance mode?
if ($context['in_maintenance'] && $context['user']['is_admin'])
echo '
<b>', $txt[616], '</b><br />';

// Are there any members waiting for approval?
if (!empty($context['unapproved_members']))
echo '
', $context['unapproved_members'] == 1 ? $txt['approve_thereis'] : $txt['approve_thereare'], ' <a href="', $scripturl, '?action=viewmembers;sa=browse;type=approve">', $context['unapproved_members'] == 1 ? $txt['approve_member'] : $context['unapproved_members'] . ' ' . $txt['approve_members'], '</a> ', $txt['approve_members_waiting'], '<br />';


echo '
<a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a><br />
<a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a><br />
', $context['current_time'];
}
// Otherwise they're a guest - so politely ask them to register or login.
else
{
echo '
', $txt['welcome_guest'], '<br />
', $context['current_time'], '<br />';
}

echo '
           </td>';
       
        // The "key stats" box.
echo '
                   <td class="headerdown" align="right" width="30%" style="padding-right: 8px;">
<b>', $context['common_stats']['total_posts'], '</b> ', $txt[95], ' ', $txt['smf88'], ' <b>', $context['common_stats']['total_topics'], '</b> ', $txt[64], ' ', $txt[525], ' <span style="white-space: nowrap;"><b>', $context['common_stats']['total_members'], '</b> ', $txt[19], '</span><br />
                                                        ', $txt[656], ': <b> ', $context['common_stats']['latest_member']['link'], '</b>
           </td>
                   </tr>
                   </table>
                   </td>';
        echo '
               </tr>
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Offline zigzag

  • Jr. Member
  • **
  • Posts: 251
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #90 on: September 23, 2005, 10:48:03 AM »
Thankyou  :)

Offline Eren Yaşarkurt

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 7,218
  • aka forsakenlad
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #91 on: September 23, 2005, 02:56:39 PM »
I am glad you have solved your problems ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Offline trenchteam

  • Sr. Member
  • ****
  • Posts: 960
  • Gender: Male
    • NO WALLS STANDING
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #92 on: September 23, 2005, 08:18:36 PM »
ah ha! thanks forsaken.

Offline Stuart

  • Full Member
  • ***
  • Posts: 423
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #93 on: September 25, 2005, 09:13:10 AM »
Looks wicked Forsaken. I'm using SMF 1.0.5 and was wondering if you could add the necessary files for my Dutch forum ?  :D

Offline Eren Yaşarkurt

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 7,218
  • aka forsakenlad
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #94 on: September 25, 2005, 09:35:37 AM »
The 1.0.5 files are already on the first page, if you want I can send you the PSD's so that you can translate the buttons ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Offline Stuart

  • Full Member
  • ***
  • Posts: 423
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #95 on: September 25, 2005, 09:51:03 AM »
The 1.0.5 files are already on the first page, if you want I can send you the PSD's so that you can translate the buttons ;)

That would be great Forsaken, please do send them to stuart@spoiledbrat.com  :D
Thank you very much in advance  :D

Offline Eren Yaşarkurt

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 7,218
  • aka forsakenlad
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #96 on: September 25, 2005, 12:38:14 PM »
Mail sent ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Offline poncho

  • Newbie
  • *
  • Posts: 7
  • Gender: Male
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #97 on: September 25, 2005, 03:33:19 PM »
Hi,

this Theme is really cool but I need german buttons.
Where can I find the german button set?
Sorry for my bad english :)

Offline Eren Yaşarkurt

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 7,218
  • aka forsakenlad
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #98 on: September 25, 2005, 03:47:29 PM »
I have given the PSD's to Nano, he is translating the buttons to German, but he's a little busy at the moment, if you would be interested I can send you the PSD's too, just drop me a PM with you e-mail address ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Offline apt

  • Newbie
  • *
  • Posts: 9
Re: [Theme] Saf Themes for 1.0.5 & 1.1RC1!
« Reply #99 on: September 28, 2005, 04:48:23 AM »
great news that the Saf themes are compatable with 1.1 RC1 but I've come across an problem that I hope someone can help me with.

I've recently intergrated SMF with Joomla using the excellent Joomla-SMF 1.0 Beta component from joomlahacks.com and all well and it works great.  The problem is that if I wrap SMF within the Joomla layout I get a conflict between my Joomla Templates CSS file and the SMF theme CSS file. For instance some of the content is aligned differently and tables are layed out differently.  I'm assumiung this is a CSS conflict as I've not noticed it with any other 1.1 RC1 theme.

Hope someone can help.

apt