News:

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

Main Menu

[Theme] NesianBlue

Started by crazystu, April 28, 2005, 08:19:36 PM

Previous topic - Next topic

crazystu

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.

Updates

  • Updated 1.05 version

Live Demo: http://dev.nsf.mher.org/index.php?action=forum;theme=3


Download: SMF 1.0.5
Thumbnail:


Enjoy! :D

Latest download is included for download.

dtm.exe

Very nice theme.  Nice work :).

-Dan The Man

crazystu

Thanks OIDanTheManIO
Small Bug Fixed in BoardIndex.template.php :)

crazystu

Download link fixed. Sorry ;)

A.M.A

Looks nice .. thanks nesianstyles for sharing.
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

klumy


forsakenlad

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

Skyview

I like it!  Very clean design. 

David

Trekkie101

cool and nice on the eyes.

Phonestud

very clean job , thank you for sharing .

redone

I like it a lot too. Its a really nice clean and simple design. Great work nessian.

:D

crazystu

thanks everyone. I plan to do a few other themes aswell, but for the moment I've got a few mods to work on.

xd3vilx


Midgard


dtm.exe


crazystu

Bug fixed. Now the avator displays correctly in the top box.

stapel

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.

crazystu

I thought I removed it and replaced it with text?

stapel

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.

crazystu

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 '

Advertisement: