News:

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

Main Menu

PROF

Started by Gmans, March 28, 2009, 01:26:52 PM

Previous topic - Next topic

Gmans

Link to the theme
100% width style for any forums
===============================================
Можно по-русски! :Р
"Not so big the universe, as its source code ..." ^^

Marcus Forsberg

Looking good, Gmans! Good work.

shadow82x

Very Nice. :) Keep up the good work.
Colin B
Former Spammer, Customize, & Support Team Member

Gmans

Можно по-русски! :Р
"Not so big the universe, as its source code ..." ^^

Nolt

Very nice theme, good job mate.

Bancherd

Very nice, but I kept on getting undefined index error in Subs.php around this line:

    return '<img src="' . $settings['images_url'] . '/buttons/' . $name . '" alt="' . $txt[$alt] . '" ' . $custom . ' />' . ($label != '' ? '<b>' . $txt[$label] . '</b>'

whenever I went to read a post in the forum. ???

Ninoslav

Excellent theme, is is possible for me to have PSD of the logo...
∑∆T M∑! :)

adicrst

Finally an excellent theme for 2.0

Gmans

Можно по-русски! :Р
"Not so big the universe, as its source code ..." ^^

GeKo53

#9
Quote from: Bancherd on March 30, 2009, 04:40:55 AM
Very nice, but I kept on getting undefined index error in Subs.php around this line:

Nice themes may have small issues ;)

Simple to correct, there are only some entries missing:

Open "display.template.php", go to line 165, fill in the missing entrys:

instead of


// These are some cache image buttons we may want.
$reply_button = create_button('quote.png', '', '', 'class="gradualfader png_fix"');
$modify_button = create_button('modify.png', '', '', 'class="gradualfader png_fix"');
$remove_button = create_button('delete.png', '', '', 'class="gradualfader png_fix"');
$split_button = create_button('split.png', '', '', 'class="gradualfader png_fix"');
$approve_button = create_button('approve.png', '', '', 'class="gradualfader png_fix"');
$restore_message_button = create_button('restore_topic.png', '', '', 'class="gradualfader png_fix"');


take


// These are some cache image buttons we may want.
$reply_button = create_button('quote.png', 'reply_quote', 'quote', 'class="gradualfader png_fix"');
$modify_button = create_button('modify.png', 'modify_msg', 'modify', 'class="gradualfader png_fix"');
$remove_button = create_button('delete.png', 'remove_message', 'remove', 'class="gradualfader png_fix"');
$split_button = create_button('split.png', 'split', 'split', 'class="gradualfader png_fix"');
$approve_button = create_button('approve.png', 'approve', 'approve', 'class="gradualfader png_fix"');
$restore_message_button = create_button('restore_topic.png', 'restore_message', 'restore_message', 'class="gradualfader png_fix"');


Congrats to Gmans, fine piece of work...  good structure, nice colors, easy to be read...

Tot kijk
Gerald

Lamarck

My users are saying that they cannot view "new topic" and other buttons fine in Ie with this theme >__<.


Gmans

Quote
Nice themes may have small issues

Thank you a lot :)
Quote from: Lamarck on April 17, 2009, 09:54:07 AM
My users are saying that they cannot view "new topic" and other buttons fine in Ie with this theme >__<.
WoW! :)))))
[/quote]
Quote from: L¤яdSèßO on April 17, 2009, 12:44:19 PM
Nice Theme
thank you
Можно по-русски! :Р
"Not so big the universe, as its source code ..." ^^

mforum

Quote from: Lamarck on April 17, 2009, 09:54:07 AM
My users are saying that they cannot view "new topic" and other buttons fine in Ie with this theme >__<.

Reply button should be bigger and separate from others  8)

Adish - (F.L.A.M.E.R)

@Gmans
I wish to modify the whole theme and give it a new look. The codes would stay same, you get the credits and everything except some legth's, width's and heights change.. Would you please allow me to do that?

I am going to make the design appropriate for a webmasters site... More of CSS less of images so the browsing goes faster..

Gmans

Можно по-русски! :Р
"Not so big the universe, as its source code ..." ^^

Adish - (F.L.A.M.E.R)

Quote from: Gmans on April 21, 2009, 12:17:08 AM
I not against :)

Thank you very much. :) I'll show you the modified version when i get it up working..

If possible please do try to update the theme to 2.0 Final whenever it comes out..

BounceDK

Very very nice looking theme, I'd use it if I could figure out how to make is use 80% of the screens width instead of 100% - I like when there's a space between the border of the screen. Any help? :)

Bancherd

@ GeKo53
QuoteSimple to correct, there are only some entries missing:

Open "display.template.php", go to line 165, fill in the missing entrys:

Got it, Thanks!  :D

master2oo8

Nice, but how i can link the logo to index.php?
<div id="mainframe">
    <a href="index.php"><div class="logobg" align="right"></a>
     <div class="shadow_header" align="right">
    <ul id="greeting_section">

not works

Advertisement: