News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

[Theme] Saf Themes for 1.0.X

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

Previous topic - Next topic

PhD

Ya...I figured that out this morning  :o

I installed 1.0.5 and all works well.  Thanks for the great theme.  I really like it.

W. Hill

Stuart

Quote from: forsakenlad on March 19, 2006, 07:58:33 AM
Quote from: Stuart on March 14, 2006, 03:22:29 PM
I placed 2 banners in the 'news' box (renamed to Sponsorlinks). The background is set to white. Any idea in which template or where in the stylesheet I can change this color  ::)

http://www.astmalotgenoten.nl/

Cheers,
Stuart


You should apply a class to the newsfader table which can be found in the BoardIndex.template.php

Thanks for your reply Forsaken. Unfortunately I don't understand what you mean though, it's far too difficult  :(
It may be quite easy for loads of people but I don't have a clue how to apply a class  :-\

I even have a second issue which I cannot resolve myself either. I added 4 sub-boards to my forum. The main index shows the topics and posts seperated into boxes. If I try to edit the BoardIndex.template.php I keep on gettings parse errors.


// Show the "Child Boards: ". (there's a link_children but we're going to bold the new ones...)
if (!empty($board['children']))
{
// Sort the links into an array with new boards bold so it can be imploded.
$children = array();
/* Each child in each board's children has:
id, name, description, new (is it new?), topics (#), posts (#), href, link, and last_post. */
foreach ($board['children'] as $child)
{
$child['link'] = '<a href="' . $child['href'] . '" title="' . ($child['new'] ? $txt[333] : $txt[334]) . ' (' . $txt[330] . ': ' . $child['topics'] . ', ' . $txt[21] . ': ' . $child['posts'] . ')">' . $child['name'] . '</a>';
$children[] = $child['new'] ? '<b>' . $child['link'] . '</b>' : $child['link'];
}

echo '
<div style="padding-top: 1px;" class="smalltext"><i>', $txt['parent_boards'], ': ', implode(', ', $children), '</i></div>';
}

// Show some basic information about the number of posts, etc.
echo '
</td>
<td class="windowbg" valign="middle" align="center" style="width: 9ex;"><span class="smalltext">
', $board['topics'],' ', $txt[330], '
</span></td>
<td class="windowbg" valign="middle" align="center" style="width: 8ex;"><span class="smalltext">
', $board['posts'], ' ', $txt[21], '
</span></td>
<td class="smalltext" valign="middle" width="24%">';



chq

my forum...  www.cannabishq.com/forum

i wish to change the top green part with my own banner

(the one at the top of http://cannabishq.com/indexFINAL.html )

How do I get my banner there?

Stuart

Quote from: chq on March 19, 2006, 12:53:43 PM
my forum...  www.cannabishq.com/forum

i wish to change the top green part with my own banner

(the one at the top of http://cannabishq.com/indexFINAL.html )

How do I get my banner there?

The top part is called top_bg.gif and you can rename your own banner to that name  ;D

chq

i just did that and the top_bg.gif image is gone but its still a green banner blocking my top_bg from showing.  how do i get rid of the green area and the words CHQ Community?

www.cannabishq.com/forum


chq

well i figured out how to get rid of the green, but then its just a white box and my banner does not show up.  why is this?  and is there any way to get my sites regular navigation bar right below my banner?

xpert

can you please tell me how to change the width of this awsome template. The theme is slightly wider than my mambo tempalte.. but i dont know how to change the width

thanks..

and keep up the good work!


dg

#507
Hey guys, here's a question I have:

I am implementing an update to my site with Joomla, using this theme (SAF-Blue).  I use Quick Reply, and when I click 'Quote' on a message from my current, non-wrapped site, the QR box populates with the quote I selected.

When I'm testing with the forum in the Joomla wrapping, I cannot get the quote to populate in the QR box.

Any thoughts?

/edit:  I'm an idiot...http://www.simplemachines.org/community/index.php?topic=64342.0

Thanks.

Jelte

Great theme! Only I'm missing the dutch buttons... I saw trough this topic that many people translated the buttons to dutch, but nobody has released them to the public :(

So I'm asking is someone is willing to publish his dutch buttons files (green version). Or forsakenlad, would you like to send me the PSD of the green one? I'm translating them and then I'll sending the files back to you so you can release it here.

My e-mail: djelte [dot] gmx [dot] net

Stuart

Quote from: Stuart on March 19, 2006, 11:53:42 AM
Quote from: forsakenlad on March 19, 2006, 07:58:33 AM
Quote from: Stuart on March 14, 2006, 03:22:29 PM
I placed 2 banners in the 'news' box (renamed to Sponsorlinks). The background is set to white. Any idea in which template or where in the stylesheet I can change this color  ::)

http://www.astmalotgenoten.nl/

Cheers,
Stuart


You should apply a class to the newsfader table which can be found in the BoardIndex.template.php

Thanks for your reply Forsaken. Unfortunately I don't understand what you mean though, it's far too difficult  :(
It may be quite easy for loads of people but I don't have a clue how to apply a class  :-\

I even have a second issue which I cannot resolve myself either. I added 4 sub-boards to my forum. The main index shows the topics and posts seperated into boxes. If I try to edit the BoardIndex.template.php I keep on gettings parse errors.


// Show the "Child Boards: ". (there's a link_children but we're going to bold the new ones...)
if (!empty($board['children']))
{
// Sort the links into an array with new boards bold so it can be imploded.
$children = array();
/* Each child in each board's children has:
id, name, description, new (is it new?), topics (#), posts (#), href, link, and last_post. */
foreach ($board['children'] as $child)
{
$child['link'] = '<a href="' . $child['href'] . '" title="' . ($child['new'] ? $txt[333] : $txt[334]) . ' (' . $txt[330] . ': ' . $child['topics'] . ', ' . $txt[21] . ': ' . $child['posts'] . ')">' . $child['name'] . '</a>';
$children[] = $child['new'] ? '<b>' . $child['link'] . '</b>' : $child['link'];
}

echo '
<div style="padding-top: 1px;" class="smalltext"><i>', $txt['parent_boards'], ': ', implode(', ', $children), '</i></div>';
}

// Show some basic information about the number of posts, etc.
echo '
</td>
<td class="windowbg" valign="middle" align="center" style="width: 9ex;"><span class="smalltext">
', $board['topics'],' ', $txt[330], '
</span></td>
<td class="windowbg" valign="middle" align="center" style="width: 8ex;"><span class="smalltext">
', $board['posts'], ' ', $txt[21], '
</span></td>
<td class="smalltext" valign="middle" width="24%">';




Any ideas for the child-boards (posts / topics) and how to apply a class?  ::)

Malevolentia

Just some questions,
I only replace the top_bg when I want to change the header? And when I do that will the width of the whole forum change automatically if I make it wider?

And how do I add a google banner somewhere in the forum like hxxp:www.reesewitherspoonforum.com/ [nonactive] has done for example!

I use SMF 1.0.6, is it possible to use these themes for that version or should I get back to 1.0.5?

You can either answer here or mail me at [email protected], I appreciate it!

forsakenlad

Well I have redesigned the theme and the new Saf themes will have text-based menus (this means it will be compatible with all the languages), an integrated color-changer, a place to change the header logo in the admin panel and an HTML box. Also I have modified and replaces some of the icons used in the theme. Here is a demo, I will release it once all the colors are ready:

http://turkish.doom9.org/smftheme/index.php?theme=18

Once the theme is released I believe that all the questions previously asked will be solved by default ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

misscalais

Love your themes - fantastic work ! I have been looking for simplicity that still has style for ages and ages !
When I have near completed my forum i will give u a squizzy :)

Can u do some in maybe - a violet , pink and especially a brown ;) ?  yes I know I dont want much huh lol

congrats

Jelte

Quote from: forsakenlad on March 23, 2006, 04:34:27 PM
Well I have redesigned the theme and the new Saf themes will have text-based menus (this means it will be compatible with all the languages), an integrated color-changer, a place to change the header logo in the admin panel and an HTML box. Also I have modified and replaces some of the icons used in the theme. Here is a demo, I will release it once all the colors are ready:

http://turkish.doom9.org/smftheme/index.php?theme=18 [nofollow]

Once the theme is released I believe that all the questions previously asked will be solved by default ;)

Great! Unfortunatley I already have made some modifications to my forum that ain't make upgrading easy. Therefore I still would like to recieve the PSD files of the green version.

Would you send me those to djelte [dot] gmx [dot] net ? Thanx in advance! And again, a great theme!

Cottelletje

how do you add a newsbar with the same width of the theme just under the buttons help search profile?
and it has to be a newsbar that shows different newheads with shimmering  ::)
|| Leonardo Dicaprio is the Hottest Man Alive Believe Me ||

blur

Quote from: forsakenlad on March 10, 2006, 02:55:11 PM
@Mark:

In order to do it, open up your MessageIndex.template.php file and search for:

<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>';

And replace it with:

<span id="msg_' . $topic['first_post']['id'] . '"', $topic['new'] && $context['user']['is_logged'] ? ' style="font-weight: bold;"' : '', '>', $topic['first_post']['link'], '</span>';

Hope it helps.

Quote from: pacnac666 on March 10, 2006, 09:59:36 AM
Hi forsakenland,

could you create a button (saforange) labeled with "Statistik"? That would be great.

Thank you
pacnac

The button you asked for is attached ;)





Ok so this bolds the new topics...but I cant find the MessageIndex.template.php. I'm on smf 1.0.6 (got the theme for 1.0.5 cus that is what i assumed i had to get) how do I bold the topics for my version?

forsakenlad

Copy the MessageIndex.template.php from the default theme to the saf folder and then edit it ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Cottelletje

forsakenlad do you know how to add a news bar that shimmers and the same width of the theme just under the buttons help register  ;D
|| Leonardo Dicaprio is the Hottest Man Alive Believe Me ||

forsakenlad

What exactly do you mean by shimmering?
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

blur

what line is that on for bolding the threads? i cant find the stream

Advertisement: