Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=1191)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C1191%2Fimage%2Cthumb&hash=76293e4c2ba322a4624ef331c72ca86ff0351e9c)
X-Mas is a new free theme for SMF to celebrate Christmas.
Live Demo: http://demo.dzinerstudio.com/
Excellent Christmas Theme , good work bro ;)
good work sir ;)
congrats...
Very nice theme. Bravo! :D
I have Mk portal and I need a button for this. It's possible? Thanks! ;D
I love these guys' themes. They really know how to design, and are professional at their work. Another nice theme from designer's studio. Thanks,
I love the design but there is a problem I have installed the SMF with mkportal and I have set to load the forum within mkportal and if income with internet explorer forums but if I do not carry off this option to load within the forum If you load the portal forums with internet explorer
like the theme. its awesome. isn't the designer studio in the sign on the page header a no no though? i thought advertisement was why dilber mc went offline for a little while about a month or so ago? maybe it was more then that.
if not, is it possible to get it without the sign on there? you already get the credit in the footer.
Awesome theme, nice work :)
Another great template. Thank you.
Quote from: jdvarner on December 05, 2008, 01:43:01 AMif not, is it possible to get it without the sign on there? you already get the credit in the footer.
There is a logo psd provided so you can change it to suit yourself. The idea is you put your own forum's name where it says Dziner Studio.
http://www.dzinerstudio.com/index.php?action=tpmod;dl=item120
very nice,look foward to version for smf 2.0
Quote from: antechinus on December 05, 2008, 05:42:40 AM
Quote from: jdvarner on December 05, 2008, 01:43:01 AMif not, is it possible to get it without the sign on there? you already get the credit in the footer.
There is a logo psd provided so you can change it to suit yourself. The idea is you put your own forum's name where it says Dziner Studio.
http://www.dzinerstudio.com/index.php?action=tpmod;dl=item120
You Da Man. Awesome Theme!!! Keep it up!
Very nice theme.
Realy good theme, Good work :)
Very good work! Thank you!
;)
When adding mods links to the site, When i have added these to the index.template , i am wondering if there is anything else i need to update as well
Here is the list of tabs that i would like added to the
but when i add these the menu doesnt look right
// Show the [home] button.
echo ($current_action=='home' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'home' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '">' , $txt[103] , '</a>
</td>' , $current_action == 'home' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Show the [forum] button.
if(!empty($context['portalactive']))
echo ($current_action=='forum' || $context['browser']['is_ie4']) ? '<td class="maintab_active_first"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action=='forum' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=forum">'.$txt['sp-forum'].'</a>
</td>' , $current_action=='forum' ? '<td class="maintab_active_last"> </td>' : '';
// Edit Profile... [profile] if usercp is enabled
if ($context['allow_edit_profile'] && $modSettings['usercp_enable'])
echo ($current_action == 'profile' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'profile' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=usercp;u=',$ID_MEMBER,'">' , $txt['usercp'] , '</a>
</td>' , $current_action == 'profile' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
//Edit Profile... [profile] if usercp is disabled
if ($context['allow_edit_profile'] && !$modSettings['usercp_enable'])
echo ($current_action == 'profile' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'profile' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=profile">' , $txt[79] , '</a>
</td>' , $current_action == 'profile' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Is the user allowed to administrate at all? ([admin])
if ($context['allow_admin'])
echo ($current_action == 'admin' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'admin' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=admin">' , $txt[2] , '</a>
</td>' , $current_action == 'admin' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Show the [rules] button.
global $user_info, $modSettings;
if (!$user_info['is_guest'] || !empty($modSettings['rules_enable_guest_access']))
echo ($current_action == 'rules' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'rules' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=rules">' , $txt['rules'] , '</a>
</td>' , $current_action == 'rules' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Go to PM center... [pm]
if ($context['user']['is_logged'] && $context['allow_pm'])
echo ($current_action == 'pm' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'pm' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : '' , '</a>
</td>' , $current_action == 'pm' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// the [member] list button
if ($context['allow_memberlist'])
echo ($current_action == 'mlist' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'mlist' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a>
</td>' , $current_action == 'mlist' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Show the [replies] button
if ($context['user']['is_logged'])
echo ($current_action == 'unreadreplies' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'unreadreplies' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=unreadreplies">' , $txt['tab_replies'] , '</a>
</td>' , $current_action == 'unreadreplies' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Show the [unread] button
if ($context['user']['is_logged'])
echo ($current_action == 'unread' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'unread' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=unread;all;start=0">' , $txt['tab_unread'] , '</a>
</td>' , $current_action == 'unread' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// The [calendar]!
if ($context['allow_calendar'])
echo ($current_action == 'calendar' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'calendar' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a>
</td>' , $current_action == 'calendar' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// the [SMF Gallery] button
if ($context['allow_smfgallery_view'])
echo ($current_action == 'gallery' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'gallery' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=gallery">' , $txt['smfgallery_menu'] , '</a>
</td>' , $current_action == 'gallery' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// the [Articles] button
if ($context['allow_view_smfarticles'])
echo ($current_action == 'articles' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'articles' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=articles">' , $txt['smfarticles_menu'] , '</a>
</td>' , $current_action == 'articles' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Show the [button] button.
show_yourbutton();
echo ($current_action == 'arcade' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'arcade' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=arcade">' , $txt['arcade'] , '</a>
</td>' , $current_action == 'arcade' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// the [links] button
if ($context['allow_view_smflinks'])
echo ($current_action == 'links' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'links' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=links">' , $txt['smflinks_menu'] , '</a>
</td>' , $current_action == 'links' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// How about the [search] button?
if ($context['allow_search'])
echo ($current_action == 'search' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'search' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=search">' , $txt[182] , '</a>
</td>' , $current_action == 'search' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Show the [help] button.
echo ($current_action == 'help' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'help' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=help">' , $txt[119] , '</a>
</td>' , $current_action == 'help' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// the [contact] button
if ($context['allow_view_contact'])
echo ($current_action == 'contact' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'contact' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=contact">' , $txt['smfcontact_contact'] , '</a>
</td>' , $current_action == 'contact' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// Otherwise, they might want to [logout]...
if ($context['user']['is_logged'])
echo ($current_action == 'logout' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'logout' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' , $txt[108] , '</a>
</td>' , $current_action == 'logout' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// If the user is a guest, show [login] button.
if ($context['user']['is_guest'])
echo ($current_action == 'login' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'login' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=login">' , $txt[34] , '</a>
</td>' , $current_action == 'login' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
// If the user is a guest, also show [register] button.
if ($context['user']['is_guest'])
echo ($current_action == 'register' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'register' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=register">' , $txt[97] , '</a>
</td>' , $current_action == 'register' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
No wonder they don't look right. You have copied the button codes from the SMF default theme.
When adding buttons to custom themes you need to follow the syntax of the buttons for that theme.
Get rid of that lot and reinstate the standard Xmas theme menu, then tell me which buttons you want to add and I'll give you the code for them.
I have a stupid questions. I have edit that psd file with my forum name. What should i do now? i have replace the logo :
X-Mas_tp10/images/custom/logo.jpg
with that psd file. didn't work. What should i do ? Thanks ! Great theme.
You have to save a copy of the edited file as a jpg, then load the jpg into your theme.
Yeah. done that ! thanks. !
// Show the [usercp] button
// Show the [replies] button
// Show the [unread] button
// Show the [Rules] button
// Show the [Affiliates] button
// Show the [Articles] button
// the [SMF Gallery] button
// the [Articles] button
// the [Aracde] button
// the [links] button
// The [calendar]!
If anyone wants to add drop menus to this theme I've just done a tut over at Dziner.
Thread is here. (http://www.dzinerstudio.com/index.php?topic=2586.0)
ChrisB you need to read that. No way are you going to fit that many buttons in your menu bar.
Absolutely WONDERFUL theme. Best christmas one I've EVER seen. Thanks a ton for your contribution to the community! (Yeah, I don't think I've ever given feed back on a theme before and I actually use the default theme on all my sites with some custom mods..so needless to say I love it enough to use it. lol.)
very nice theme congrats bikken
I wont a snow..It's possible a script for the snow?
I just installed this theme today and I love it. However...there is a problem with my smiley set not working properly. The smiley's all appear like they should in my administrative section but in the post boxes only text appears. Any ideas how this can be fixed?
Hello,
Today I wanted to put out forum (I use SMF 1.1.7) in a Xmas style, and used this theme. But there's a little problem I think.
My forum has a lot of (sub) boards, and the theme don't fit. If I "minimize" some boards, the theme fits.
I've made a screenshot so you can see what I mean (http://www.brasschaattriatlonclub.be/naamloos.JPG)
I didn't made the theme default, because the guests and the users won't be happy with that Smiley. If you want a demo I can make a demo-user.
Ps; sorry for my bad english!
Kilian
Demo would be a good idea. ;)
I think it's the right theme, because i've installed on my other site to test it, and there it works.
I've already checked that the 2 dir's are the same, and on the smaller forum there isn't design failure.
I made also a demo user, but please don't post anything on the forum. The user is demo-user and the pass is demo123.
I've noticed that with the demo user only the copyright comes up, but if I log in with my account (administrator) the whole footer comes up (as show in the screenshot). I've been testing and it seems that I "minimize" the recycling board the design is the same at the administratoraccount and the demo account. The copyright is both on top.
Tanks in advance
Kilian
--edit--
Maybe the installed packages may cause the error. Installed packages:
1. | SMF 1.0.15 / 1.1.7 Update | 1.0 |
2. | Internal_Links_Use_Same_Window | 1.2 |
3. | Media Center | 1.0 |
4. | Easy Edit Meta Data | 1.0 |
5. | Ad Managment | 2.3 |
If I "minimize" all boards the layout is ok.
Quote from: Bikken on December 04, 2008, 03:25:08 PM
Compatible with: SMF 1.1.x (SMF 2.0 version will be added later this week)
Is there a 2.0 version available? On 4th december you wrote it would be available "later this week"
Quote from: Han on December 22, 2008, 06:58:03 PM
Is there a 2.0 version available? On 4th december you wrote it would be available "later this week"
Yes, 2.0 version is available in our download section (http://www.dzinerstudio.com/index.php?action=tpmod;dl=item123).
Tnx!! :)
We have 2 problems with the theme in IE7. In Firefox these problems are not there but over 80% of our members use IE7
1) We use "SMF 2.0 Beta 3.1 Public" and when you open a topic there is a big empty space on top and on the bottom of the page. You can see what I mean on this image I clipped (http://www.xs4all.nl/~hterwijn/forum_plaatjes/foutje-thema.jpg) In firefox both gaps are gone.
2) Below on the page the buttons to moderate the topic are not there and the buttons: answer, notofication etc are not there.
You can also see that on the clipped picture.
I'd really like to use your theme. Can you assist me in these matters?
The problem is that you're using 2.0 beta 3 while the theme is build for 2.0 beta 4. Cause of the many theme changes SMF made in beta 4, it will not work properly with earlier versions.
I know but the beta 4 version has still to many errors to use on my forum. I tested it on my testforum.
Thats why we are still on version 3.1
Quote from: Han on December 24, 2008, 06:28:10 AM
I know but the beta 4 version has still to many errors to use on my forum. I tested it on my testforum.
Thats why we are still on version 3.1
Ok, that's up to you. ;)
Beta's will always have errors. We make sure our themes work with the last one released and that's beta 4.
One of the reasons they don't recommend using a beta version on a live forum is because it is for development and debugging only. Unless you know what you're doing, you will run into these issues and have no idea how to fix them.
Most, if not all, templates designed for a specific beta version are not backward compatible and, for that matter, may not be forward compatible. Everything depends on the various changes that appear in the latest release.
Though I love this template, I suggest you use a template that you know works with your version of SMF.
Quote from: Bikken on December 24, 2008, 11:30:18 AM
Ok, that's up to you. ;)
Beta's will always have errors. We make sure our themes work with the last one released and that's beta 4.
Okay.
@tampaba1
I do know what I do. I test beta versions first on a testforum before I use them on my "real" forums. ;)
My forum works fine on version 2.0 beta 3.1. The errors I found in that version are fixed now so we use that to our satisfaction.
In that version I can also moderate my forums using my PDA, an option that the 1.x version does not offer and what I use a lot.
Version 2.0 beta 4 had to many errors to use for real. I've tested it and several bug reports were send to correct these errors.
If everyone sits tight and waits until a non beta version is there for downloading, bugs will never be found. That is what beta testing is all about.
I need to ad some pictures (say ads) between the top header picture and the forum menu.
how to do it. which part of the code do i insert the ads.
Using the smf 2 beta 4 version
May I replace all the winter images with spring ones ? I know that it will look kind of weird to see some tulips here and there and then the theme name "X-mas" but I think I can live with it.
I have the perfect images and the right to use them on my website but I do not have the right to distribute them as image files.
This theme could be the base of a great theme set : X-mas, Easter, Spring, Summer and so on. We need cheerful themes for hobby sites. O:)
Go for it. Mayday and Bik wont mind at all.You can change the name too if you like. The logo psd is available for download.
http://www.dzinerstudio.com/index.php?action=tpmod;dl=item120
I'll give it a go next weekend. Thank you so much ! :D
Can you make x-mas for SMF2 RC2 :-\ ? :)
Awesome theme! Great work!!!
Theme updated for SMF 2.0 RC3
Hi, can you please upgrade this for RC4? Would love it on my site!
This theme is compatible with SMF 2.0 RC4. I did test ;)
Theme updated for SMF 2.0 RC4
I like this theme but I am using this mod "6 Custom buttons / tabs with Sub Menus (4)" is it possible to do this on this theme?
Hi m8 nice theme indeed just installed it looks really nice.
Can I just request a little modification help please
I just need to get rid of the 2nd login from the top right
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi54.tinypic.com%2F359h6o0.png&hash=a42eda17caa5b630b7cd128822e9a51ead2317a8)
Do I remove all this
echo '
<div id="body-top">
<div id="top-banner">
<div id="userarea" class="smalltext">
<span class="time">' , $context['current_time'], '</span><br />';
if($context['user']['is_logged'])
{
echo $txt['hello_member_ndt'] , ' <strong>' , $context['user']['name'] , '</strong><br />';
// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo ' [<a href="', $scripturl, '?action=pm">', $context['user']['messages'], '/<strong>', $context['user']['unread_messages'] , '</strong></a> ', $txt['pm'], ']';
// Is the forum in maintenance mode?
if ($context['in_maintenance'] && $context['user']['is_admin'])
echo '[<strong>', $txt['maintenance'], '</strong>]';
// Are there any members waiting for approval?
if (!empty($context['unapproved_members']))
echo '[<a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $context['unapproved_members'] , ' ', $txt['memb_approval'], '</a>]';
echo '
<a href="', $scripturl, '?action=unread">', $txt['unread'], '</a> |
<a href="', $scripturl, '?action=unreadreplies">', $txt['replies'], '</a>';
}
// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
{
echo '
<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/scripts/sha1.js"></script>
<form action="', $scripturl, '?action=login2" method="post" accept-charset="', $context['character_set'], '" ', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' . $context['session_id'] . '\');"' : '', '>
<input class="loginput" type="text" name="user" size="10" />
<input class="loginput" type="password" name="passwrd" size="10" /><br />
<input class="logbutton" type="submit" value="', $txt['login'], '" />
<input type="hidden" name="hash_passwrd" value="" />
</form>';
}
echo
Do you want only the login area removed or also the user area once logged in? ;)
Quote from: G1 on December 01, 2010, 04:46:31 PM
Do you want only the login area removed or also the user area once logged in? ;)
Yeah removing it all would be better ...thanks.
Find this in Xmas themes index.template.php and remove this part of the code.
<div id="userarea" class="smalltext">
<span class="time">' , $context['current_time'], '</span><br />';
if($context['user']['is_logged'])
{
echo $txt['hello_member_ndt'] , ' <strong>' , $context['user']['name'] , '</strong><br />';
// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo ' [<a href="', $scripturl, '?action=pm">', $context['user']['messages'], '/<strong>', $context['user']['unread_messages'] , '</strong></a> ', $txt['pm'], ']';
// Is the forum in maintenance mode?
if ($context['in_maintenance'] && $context['user']['is_admin'])
echo '[<strong>', $txt['maintenance'], '</strong>]';
// Are there any members waiting for approval?
if (!empty($context['unapproved_members']))
echo '[<a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $context['unapproved_members'] , ' ', $txt['memb_approval'], '</a>]';
echo '
<a href="', $scripturl, '?action=unread">', $txt['unread'], '</a> |
<a href="', $scripturl, '?action=unreadreplies">', $txt['replies'], '</a>';
}
// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
{
echo '
<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/scripts/sha1.js"></script>
<form action="', $scripturl, '?action=login2" method="post" accept-charset="', $context['character_set'], '" ', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' . $context['session_id'] . '\');"' : '', '>
<input class="loginput" type="text" name="user" size="10" />
<input class="loginput" type="password" name="passwrd" size="10" /><br />
<input class="logbutton" type="submit" value="', $txt['login'], '" />
<input type="hidden" name="hash_passwrd" value="" />
</form>';
}
echo '
</div>
Don't forget to keep a backup of your original file before making changes. ;)
Cheers m8 that worked fine.
Glad to help. Next time give us a visit for support on Dziner Studio (http://www.dzinerstudio.com/index.php?action=forum) themes. ;)
I luuuurve this theme (massive fan of all the Dziner Studio themes) but this is a fav of mine, been looking forward to Christmas just so I can use it without looking like a total idiot lol.
Quote from: G1 on December 01, 2010, 05:09:26 PM
Glad to help. Next time give us a visit for support on Dziner Studio (http://www.dzinerstudio.com/index.php?action=forum) themes. ;)
I just remembered I actually joined there yesterday...lol would have asked over there m8 if I remembered I was just busy when I registered.
Excellent Theme I just installed it for December!
The only thing I don't like is the login information:
Thu 02 Dec 2010, 18:18
Hello username
[69/0 PM] Unread | Replies
Please can you give me the code to replace the existing one to something like this:
* Hello Username
* you have 69 messages, 0 are new.
* Show unread posts since last visit.
* Show new replies to your posts.
* There are currently 1 moderator reports open.
* Thu 02 Dec 2010, 18:22
Maybe A link to a users avatar in the code so a users avatar will be showed is also nice.
Thanks in advance!
Nice one, I have a question, is your club allow me to remove the backlink from the theme or no right to do that ?
Quote from: G1 on December 01, 2010, 04:46:31 PM
Do you want only the login area removed or also the user area once logged in? ;)
How about to just remove the log in but keep the info when logged in? It does not work anyway. Also do you know how to include the users avatar there?
I love this theme, I installed it but most of the images aren't working? Can you help me with this..
I love this thme, honestly the best Christmas one that I have seen.
If I want to add any extra buttons do you have a blank template for them (such as Arcade) and then do I simply amend the template info?
Please ignore the above post of mine as I found the answer on your own support orums!
Thanks
can anyone help me edit the logo to put Cs-Demonz Instead of DzinerStudio?
Here you go:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi21.photobucket.com%2Falbums%2Fb255%2FIDKF%2Fcsdemonz.jpg&hash=aa04e6e1d4043a7e123533bf2056ed93db8d1fff)
where do i put this? what folder?
/Themes/XMAS_THEME_FOLDER_NAME/images/custom/logo.jpg
thanks
I like this theme but I am using this mod "6 Custom buttons / tabs with Sub Menus (4)" is it possible to do this on this theme?
I'm not seeing a logo psd file in this latest release for 2.0 RC4....
Quote from: Teg on December 06, 2010, 04:28:49 PM
I love this theme, I installed it but most of the images aren't working? Can you help me with this..
Have a look at:
Admin/Themes and Layout/Theme Settings and make sure the paths are correct to the theme. Other then that it could be a permissions issue on the images folder but I doubt it.
This is a beautiful theme.
How do I make my logo show in this theme?
I followed the link given, but no further directions to what 'portal' to add?
Quote from: Antechinus on February 01, 2009, 04:44:19 PM
Go for it. Mayday and Bik wont mind at all.You can change the name too if you like. The logo psd is available for download.
http://www.dzinerstudio.com/index.php?action=tpmod;dl=item120
this. how does this work please?
Quote from: Glowbot on December 21, 2010, 02:04:07 PM
This is a beautiful theme.
How do I make my logo show in this theme?
I followed the link given, but no further directions to what 'portal' to add?
this. how does this work please?
Make sure your new logo is a jpg file and named logo just like the original. Then just put the new logo.jpg image in the proper folder and overwrite the existing logo.jpg image. Themes> x-mas> images> custom> logo.jpg
;)
Quote from: G1 on December 22, 2010, 11:22:53 AM
Quote from: Glowbot on December 21, 2010, 02:04:07 PM
This is a beautiful theme.
How do I make my logo show in this theme?
I followed the link given, but no further directions to what 'portal' to add?
this. how does this work please?
Make sure your new logo is a jpg file and named logo just like the original. Then just put the new logo.jpg image in the proper folder and overwrite the existing logo.jpg image. Themes> x-mas> images> custom> logo.jpg
;)
awesome thanks G1!
I love this theme badly :S
Quote from: phoenixjay on December 07, 2010, 03:24:24 PM
Please ignore the above post of mine as I found the answer on your own support orums!
Thanks
what was the link to the thread where it says how to make buttons please?
I need one for my chat and arcade button
Quote// the [chat] button
$chatPath = str_replace("index.php", "chat/index.php", $scripturl);
$num = (empty($modSettings['enableChatButtonNo'])) ? 0 : count(chatOnlineUsers());
echo $context['browser']['is_ie4'] ? '<td class="maintab_active_' . $first . '"> </td>' : '', '
<td align="center" class="menubg' , $current_action == 'chat' ? '2' : '' , '">
<a href="', $chatPath, '"', empty($modSettings['chatPopUp']) ? 'target="_blank"' : ' onclick="openWindow(this.href);this.blur();return false;"', '>', $txt['chat'], ($num > 0) ? ('('.$num.')') : '' , '</a>
</td>';
Awesome theme! Tnx :)
One question of something i would like to change.
I like to have the theme layout over my whole screen and not in the middle with empty spaces left and right.
Is that possible in this theme and how do I do that?
it's possible to remove xmas image in top i waa nt tup my own image if possible please guide me Thanks in advance
I've been using the Updated DzinerStudio Xmas Theme for SMF 2.0 Final (http://www.dzinerstudio.com/index.php?action=downloads;sa=view;down=141) (Updated Jun 21, 2011) for a month or two already: and I assure you it is the ONLY Christmas Theme Compatible with SMF 2.0.1 8) ;D O:)
Thank you for the ONLY Christmas Theme for SMF 2.0 final, DzinerStudio! I appreciate it.
http://softwaresanta.com -
(only certified 100% post consumer recycled bits were used in the making and rendering of this web site!)
Quote from: mtechama on November 28, 2010, 09:08:53 PM
I like this theme but I am using this mod "6 Custom buttons / tabs with Sub Menus (4)" is it possible to do this on this theme?
I'm in the same situation. Can drop down menus be used with this theme without having to revert to the default theme menu set-up
Tried to goto the Dziner site, but database errors make the forum inaccessible.
Quote from: hcfwesker on November 22, 2011, 10:50:24 PM
Quote from: mtechama on November 28, 2010, 09:08:53 PM
I like this theme but I am using this mod "6 Custom buttons / tabs with Sub Menus (4)" is it possible to do this on this theme?
I'm in the same situation. Can drop down menus be used with this theme without having to revert to the default theme menu set-up
Tried to goto the Dziner site, but database errors make the forum inaccessible.
All of our 2.0 themes work from the Subs.php file and are dropdown menu ready, including X-Mas. Not sure about the menu mod though. Wouldn't hurt to try it.
Also, I think that Bikken is working on the server at this time. We should not be down for too long.
;)
SWEEEEEEEEEEEEEEEEEEEET! Just downloaded tthe 2.0 version from the site and you're right. I feel dumb, I got the RC4 from here.
THANK YOU SO MUCH! :)
Any way to center the main menu buttons for this theme? i trie the center menu for curve , and installed fine with this theme, but assuming the css must be much different.
how do you edit the theme
Generally you edit theme by modifying its template files found under Themes/YourThemeFolder
One would generally start with index.template.php
Quote from: hcfwesker on November 22, 2011, 11:07:01 PM
SWEEEEEEEEEEEEEEEEEEEET! Just downloaded tthe 2.0 version from the site and you're right. I feel dumb, I got the RC4 from here.
THANK YOU SO MUCH! :)
Yeah .... I couldn't find the latest version of this theme here: I had to go to the Dziner Studio web site to get it.
Thanks, ARG and Ricky, for the theme. I'm cool with the happy holidays sign the way it is, too. I just wish there were a search box at the top (like other/ and default themes have): that's the ONLY thing I miss about this theme.
Note to everyone: the files hosted here http://custom.simplemachines.org/themes/index.php?lemma=1191 are NOT the latest ones.
Software Santa
Quote from: hcfwesker on November 23, 2011, 11:55:16 PM
Any way to center the main menu buttons for this theme? i trie the center menu for curve , and installed fine with this theme, but assuming the css must be much different.
Did some experimenting to get this accomplished. for those who want the eidt.
(This Theme)/css/index.cc
find
#toolbar {
height: 34px;
margin: auto;
}
Replace with
#toolbar {
height: 34px;
width: XXXXpx;
margin: auto;
}
Where XXXX is, just put the same forum width size you already have it set to.
Love this theme! Is there a simple way to edit it to make it go full width of your screen? I think this question was asked last year too on the previous page.
-thanks
QuoteI think this question was asked last year too on the previous page.
If so then rather than ask the same question again why not see if the question was answered.
Quote from: Brack1 on December 16, 2011, 09:31:13 PM
QuoteI think this question was asked last year too on the previous page.
If so then rather than ask the same question again why not see if the question was answered.
I actually did look to see if it was answered here and it wasn't. Which is why I asked again.
I am referring to the question that someone else asked (on 12/25/10 in this thread) about making it full width.
Search this under the X-mas themes css index.css file
change 90 to 100%
/* This division wraps the entire forum when a forum width is set. */
.wrapper
{
width: 90%;
margin: 0 auto;
Hi, i would like to add in one more lane for this theme.
I mean like that in the example of the picture in Attachments. You notice that there are 2 lane on the top menu. The 1st lane is Home and Forum while the 2nd lane is Home , Help and so on.
SO how can i add one more lane for both of this theme for Home and Forum?
Thank you very much
Thanks.
x-mas theme edit: http://bolusitesi.org/index.php?action=forum
Looks nice bolubeyi61. ;)