News:

Wondering if this will always be free?  See why free is better.

Main Menu

[Theme] defaultXT for SMF 1.0.4

Started by A.M.A, January 06, 2005, 06:04:09 PM

Previous topic - Next topic

A.M.A

defaultXT theme!

Samples

Download

Notes
1.This theme is like the original default one with the following enhancements:
- ability to display/hide the stats box.
- collapse Info Center items.
- ability to use a quick topic view from the message index, like print topic.
- ability to preview topic in the message index.
- hide/display author information in topic display.
- collapse boards in search.
2.The theme and its images are free as long as it is used for SMF.

*- If you have installed old version of this theme, please read the changes!
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

Kirby

Nice job A.M.A.! Especially love the background images. I wanted to make an super-modded default theme sometime too, with combos from things in Tips & Tricks and theme porting of some YaBB SE Mods :D

bloc

Nice extensions to the default theme - especially the print preview/topic hover preview. Saves having to wait for the display window to download.  :)

But I am not too sure about the upshrinking of author section in display view. It kind of seem a bit cumbersome to upshrink one and one..and that it doesn't remember the state. To me it would be more logical to have a upshrink that shrunk all authors - and probably globally too..since storing upshrink values for every thread/post would be just crazy.. ;) But thats just me though.

A.M.A

Thanks Kirby ..
cant wait for your super-modded theme.

Thanks Bloc ..
your idea sounds good and logical. I'll see what I can come up with.
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

Nidoking

Wow! You make the best skins for SMF! This skin is awesome!
The only thing I would have liked to see is the mini-profile contents centered, but I can easily modify that myself.

andrea

Hear hear. Indeed great work. As always.

Andrea Hubacher
Ex Lead Support Specialist
www.simplemachines.org

Personal Signature:
Most recent work:
10 Aqua Themes for SMF



klumy


_complex


Oldiesmann

Michael Eshom
Christian Metal Fans

A.M.A

Thanks all for your comments .. glad you like it.
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

Elijah Bliss

Excellent! I dig the functionality features, great work!

A.M.A

Updated to 1.0.1
If you need to apply the modifications manfully .. then edit

- BoardIndex.template.php
// Version: 1.0; BoardIndex
replace with:
// Version: 1.0.1; BoardIndex

<div style="float: left; width: 50%;">', $txt[490], ': <b>', $modSettings['totalTopics'], '</b></div>', $txt[94], ' ', $txt[95], ': <b>', $modSettings['totalMessages'], '</b><br />', !empty($context['latest_post']) ? '
replace with:
<div style="float: left; width: 50%;">', $txt[490], ': <b>', $modSettings['totalTopics'], '</b></div>', $txt[489], ': <b>', $modSettings['totalMessages'], '</b><br />', !empty($context['latest_post']) ? '

', $txt[94], ' ', $txt[19], ': <b><a href="', $scripturl, '?action=mlist">', $modSettings['memberCount'], '</a></b><br />
replace with:
', $txt[488], ': <b><a href="', $scripturl, '?action=mlist">', $modSettings['memberCount'], '</a></b><br />

- Profile.template.php
// Version: 1.0; Profile
replace with:
// Version: 1.0.1; Profile

if ($post['can_delete'] && ($post['can_mark_notify'] || $post['can_mark_notify']))
with:
if ($post['can_delete'] && ($post['can_mark_notify'] || $post['can_reply']))
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

spankee

Awesome theme!
however, I would appreciate any help to add an "Advanced Search" link underneath the quick search form.

Midgard

Wow! Nice buttons, great.

* Midgard is so happy! :)

A.M.A

Elijah Bliss
thanks.

spankee
I removed it to make space and it is already available by clicking on the search button .. but I'll show you how if you still need it.

Midgard
thanks.
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

spankee

Yah, I was wondering  how it would affect the layout. But if you could show me how so I could check it out myself I would really apreciate it.
Thanks

A.M.A

in index.template.php look for:
<input type="submit" name="submit" value="', $txt[182], '" style="width: 8ex;" />
add after:
&nbsp;<a href="', $scripturl, '?action=search;advanced">', $txt['smf298'], '</a>

two times.
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

spankee

Thanks that worked great. 
Can you also show me how to make the text smaller and positioned to the right?
this worked for making the text smaller, is that ok?
&nbsp;<a class="smalltext" href="', $scripturl, '?action=search;advanced">', $txt['smf298'], '</a>
Patrick

suren

Quote from: Bloc on January 06, 2005, 08:24:07 PM
But I am not too sure about the upshrinking of author section in display view. It kind of seem a bit cumbersome to upshrink one and one..and that it doesn't remember the state. To me it would be more logical to have a upshrink that shrunk all authors - and probably globally too..since storing upshrink values for every thread/post would be just crazy.. ;)

any idea's on how to implement it :)

bloc

Well, I dont know if AMA has some ideas...but for it work like I said , one would have to have all the authors in the same "container" somehow. If it should hide at once that is. But If one could take a roundtrip to server like the category upshrink is done, then it could perhaps work.

Advertisement: