[Theme] Saf Themes for 1.0.X

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

Previous topic - Next topic

forsakenlad

Quote from: pacnac666 on February 28, 2006, 03:21:14 PM
First, thanks for this nice theme!

And now my question: In IE v6 the whole Forum is centered. In my Firefox there is all okay.

Look at http://www.inlinespeedskaten.info/forum

Info: This Forum is integrated in the CMS Joomla. For the integrated version look at http://www.inlinespeedskaten.info and choose Forum in the navigation.

Thanks in advance...

It seems like you have modified the themne, have you changed anything in the CSS?

Quote from: Owdy on March 01, 2006, 11:35:11 AM
I got this with latest cvs:

index.php?action=register2
2: array_intersect(): Argument #1 is not an array
Tiedosto: /home/www/Sources/Subs-Post.php
Rivi: 854


Weird, as the theme doesn't have its own register.template, do you also get this with any other theme than Saf?
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

profile

The mod I'm trying to use is smfarcade (http://mods.simplemachines.org/index.php?mod=36), but I'm having trouble finding the following code in your theme:

OPEN
Themes/default/index.template.php (other themes may be different)

FIND (around line 472)
Code:

        if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))


REPLACE WITH
Code:

        if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm', 'arcade')))

Any advice?

pacnac666

Quote from: forsakenlad on March 01, 2006, 02:34:23 PM
Quote from: pacnac666 on February 28, 2006, 03:21:14 PM
First, thanks for this nice theme!

And now my question: In IE v6 the whole Forum is centered. In my Firefox there is all okay.

Look at http://www.inlinespeedskaten.info/forum

Info: This Forum is integrated in the CMS Joomla. For the integrated version look at http://www.inlinespeedskaten.info and choose Forum in the navigation.

Thanks in advance...

It seems like you have modified the themne, have you changed anything in the CSS?

I didn't do anything else than updating to SMF 1.1RC2 and using a new version from the Joomla-SMF. Does it helps if I post the CSS or anything else?

forsakenlad

Quote from: profile on March 01, 2006, 07:44:17 PM
The mod I'm trying to use is smfarcade (http://mods.simplemachines.org/index.php?mod=36), but I'm having trouble finding the following code in your theme:

OPEN
Themes/default/index.template.php (other themes may be different)

FIND (around line 472)
Code:

        if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))


REPLACE WITH
Code:

        if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm', 'arcade')))

Any advice?

Saf doesn't use a tabbed menu, the thing you should do is to follow the other button adding guide.

Quote from: pacnac666 on March 02, 2006, 12:51:21 AM
Quote from: forsakenlad on March 01, 2006, 02:34:23 PM
Quote from: pacnac666 on February 28, 2006, 03:21:14 PM
First, thanks for this nice theme!

And now my question: In IE v6 the whole Forum is centered. In my Firefox there is all okay.

Look at http://www.inlinespeedskaten.info/forum

Info: This Forum is integrated in the CMS Joomla. For the integrated version look at http://www.inlinespeedskaten.info and choose Forum in the navigation.

Thanks in advance...

It seems like you have modified the themne, have you changed anything in the CSS?

I didn't do anything else than updating to SMF 1.1RC2 and using a new version from the Joomla-SMF. Does it helps if I post the CSS or anything else?

The theme however looks as if it is modified, can you re-upload all the theme files?
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

jinner

#464
Thanks for the great theme  :D. I have modified the colours and css so it matches my Joomla! site which uses the madeyourweb blue theme.  This is my first go at css's.

See the Shmoby discussion forum on hxxp:www.shmoby.com/ [nonactive]

Do I have to make any changes to my css if I upgrade to RC2?

forsakenlad

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

kira_89

hey forsakenlad,
thanks for your great theme.. i really like the theme that you had make(espicially blue)
now ive been using your theme as a default theme on my site  :)
before this you had mention that a forum button is located in english folder right?
but i cant found any forum button in the folder..  :(
hope you can help me..
and thanks again for the theme ;) nice job

ANime? Manga? games? discuss it all here! Join the community.hxxp:www.amgcentre.co.nr [nonactive]

pacnac666

Quote from: forsakenlad on March 02, 2006, 03:49:27 PM

Quote from: pacnac666 on March 02, 2006, 12:51:21 AM
Quote from: forsakenlad on March 01, 2006, 02:34:23 PM
Quote from: pacnac666 on February 28, 2006, 03:21:14 PM
First, thanks for this nice theme!

And now my question: In IE v6 the whole Forum is centered. In my Firefox there is all okay.

Look at http://www.inlinespeedskaten.info/forum

Info: This Forum is integrated in the CMS Joomla. For the integrated version look at http://www.inlinespeedskaten.info and choose Forum in the navigation.

Thanks in advance...

It seems like you have modified the themne, have you changed anything in the CSS?

I didn't do anything else than updating to SMF 1.1RC2 and using a new version from the Joomla-SMF. Does it helps if I post the CSS or anything else?

The theme however looks as if it is modified, can you re-upload all the theme files?

Okay, I've re-uploaded the theme. And now I remember that I've modified the theme ;)

How can I remove all above the navigation buttons?

Thanks

forsakenlad

Well, to do that, in your Index.template.php, search for:

';
       
        //The width definer
       
        if (!empty($settings['forum_width']))
echo '100%';
        else
                echo '760';

        echo '
        ">


And replace it with:

100%">

Then search for and remove:

               <tr>
                   <td class="header">';
       
        //The width definer
       
        if (!empty($settings['hide_name']))
                echo '&nbsp;';
        else
                echo $context['forum_name'];
       
        echo '

                   </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>


This will get you what you want ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

pacnac666

Thanks forsakenlad, this works perfectly! Nice work  :D

Gamble

Want to make russian translation for the theme, is is somehow possible to get sources of the buttons in PSD?

bouton

very nice theme!
I am using your 1.1 RC2 version with a new install of SMF 1.1 RC2. (both blue and grey versions)

On the calendar page of both - at the bottom, in the middle left and middle right I get "Post event" listed both in bold and not in bold just under it.  How can I fix that?

thanks

See image

forsakenlad

Quote from: Gamble on March 07, 2006, 06:53:18 AM
Want to make russian translation for the theme, is is somehow possible to get sources of the buttons in PSD?

Soon it will be compatible with all the languages.

Quote from: bouton on March 07, 2006, 11:48:18 AM
very nice theme!
I am using your 1.1 RC2 version with a new install of SMF 1.1 RC2. (both blue and grey versions)

On the calendar page of both - at the bottom, in the middle left and middle right I get "Post event" listed both in bold and not in bold just under it.  How can I fix that?

thanks

See image

Well seems like Saf doesn't have a buttons directory :) You can copy the buttons directory from the default theme to the saf folder to overcome this problem. Soon I will provide original button images for Saf :)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

bouton

that was it - needed the buttons.
thanks!

rowedf

I searched this whole thraed and cannot find the solution to my problem.  In IE there are 2 broken images and in Firefox, the cell is just blank.  Can someone help me?

Thanks






pacnac666

Quote from: rowedf on March 08, 2006, 03:00:29 PM
I searched this whole thraed and cannot find the solution to my problem.  In IE there are 2 broken images and in Firefox, the cell is just blank.  Can someone help me?

Thanks







Have you uploaded ALL files?

@forsakenland:
Can you post how to remove the Info Center and the Copyright information? I want to show the copyright information outside of this table and want the info center not to be displayed.

Thanks
pacnac

Gamble

rowedf: Image file is missing. Check which one is it (right click on missing image and check it's properties), then take the missing from a Saf Theme demo and save it to the right directory on your install.

forsakenlad: Button sources? :)

rowedf

No, its not a missing image.  The image won't even show any properties, you right click, hit properties and you get the forums url.

If you'd like to check here is the url: www.clanengine.com/Forums/index.php

pacnac666

Quote from: rowedf on March 09, 2006, 09:45:25 AM
No, its not a missing image.  The image won't even show any properties, you right click, hit properties and you get the forums url.

If you'd like to check here is the url: www.clanengine.com/Forums/index.php

This could be caused by the syntax error which appears when I've visited your forum:

rowedf

Well, I only speak / read english, so I'm not sure what that says, but I do not get any errors (other than what appears to be an image not showing).

Advertisement: