Please note this is my first theme and there may be some problems, if you find any please post theme in this topic or on NesianDev.
UpdatesLive Demo: http://dev.nsf.mher.org/index.php?action=forum;theme=3 (http://dev.nsf.mher.org/index.php?action=forum;theme=3)
Download: SMF 1.0.5 (http://dev.nsf.mher.org/Downloads/SMF%20Themes/NesianBlue(SMF1.0.5).zip)
Thumbnail:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fdev.nsf.mher.org%2FThemes%2FNesianBlue%2Fimages%2Fthumbnail.gif&hash=4754cc353419254b782ff9a656e509db5d2d2059)
Enjoy! :D
Latest download is included for download.
Very nice theme. Nice work :).
-Dan The Man
Thanks OIDanTheManIO
Small Bug Fixed in BoardIndex.template.php :)
Download link fixed. Sorry ;)
Looks nice .. thanks nesianstyles for sharing.
nice theme
Cool theme!
I like it! Very clean design.
David
cool and nice on the eyes.
very clean job , thank you for sharing .
I like it a lot too. Its a really nice clean and simple design. Great work nessian.
:D
thanks everyone. I plan to do a few other themes aswell, but for the moment I've got a few mods to work on.
Clean, Plain And Ns...
looks nice
Bug fixed. Now the avator displays correctly in the top box.
I cannot locate the image "markread.gif", which should, according to the coding for the page, be in the "/images/English/" directory. (This is the image which should display near the lower right of the forum screen, allowed the user to "mark as read" all the current postings.) Help?
Thank you.
Eliz.
I thought I removed it and replaced it with text?
Quote from: nesianstylesI thought I removed it and replaced it with text?
There is text, but I think the script still refers to an image. At least, Mozilla and Internet Explorer think there's supposed to be an image, with IE displaying the "little red X in a box" icon where the image should be.
Thank you.
Eliz.
open Themes/default/NesianBlue/BoardIndex.template.php and change:
// Show the mark all as read button?
if ($settings['show_mark_read'])
echo '
<a href="', $scripturl, '?action=markasread;sa=all">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/markread.gif" alt="' . $txt[452] . '" border="0" />' : $txt[452]), '</a>';
echo '
too:
// Show the mark all as read button?
if ($settings['show_mark_read'])
echo '
<a href="', $scripturl, '?action=markasread;sa=all">', $txt[452], '</a>';
echo '
Thank you!
Eliz.
ahh, noticed that too,
thanks :)
it doesn't have any buttons, it has text.
But let me know if it is looking for a button...
yeah it is, I just made the changes above and its working now :)
thanks
has this theme been updated for 1.1 rc2?
nice theme :)
I am sorry but this theme will not be updated for 1.1.x
With permission from Nesianstyle I have updated this theme for RC2
Download (http://www.thelastbreathe.co.uk/dls/NesianBlue_RC2.zip)
Maybe its me but the index.template needs fixing? Seems to link to images for buttons when the theme is supposed to use text?
http://www.uni-hosting.com/smf2/index.php
set the option to change the image buttons to text.
I made it so it only showed the text in the old version, but I can understand why it wasn't done in the update (it would take a while!, athough you could see if you can manually set it inside the theme but I haven't ever tried that).
That worked Nessian! I will post a fixed version today.