Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Gmans on March 28, 2009, 01:26:52 PM

Title: PROF
Post by: Gmans on March 28, 2009, 01:26:52 PM
Link to the theme (https://custom.simplemachines.org/index.php?theme=1508)
100% width style for any forums
===============================================
Title: Re: PROF
Post by: Marcus Forsberg on March 28, 2009, 01:27:27 PM
Looking good, Gmans! Good work.
Title: Re: PROF
Post by: shadow82x on March 28, 2009, 01:28:44 PM
Very Nice. :) Keep up the good work.
Title: Re: PROF
Post by: Gmans on March 28, 2009, 01:32:41 PM
Thanks :)
Title: Re: PROF
Post by: Nolt on March 29, 2009, 05:35:57 AM
Very nice theme, good job mate.
Title: Re: PROF
Post by: 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:

    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. ???
Title: Re: PROF
Post by: Ninoslav on March 30, 2009, 11:27:44 AM
Excellent theme, is is possible for me to have PSD of the logo...
Title: Re: PROF
Post by: adicrst on March 31, 2009, 02:19:18 PM
Finally an excellent theme for 2.0
Title: Re: PROF
Post by: Gmans on April 04, 2009, 04:23:01 AM
http://rapidshare.com/files/217243790/start_psd_prof.rar.html
Title: Re: PROF
Post by: GeKo53 on April 13, 2009, 12:39:00 PM
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
Title: Re: PROF
Post by: 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 >__<.
Title: Re: PROF
Post by: L¤яdSèßO on April 17, 2009, 12:44:19 PM
Nice Theme
Title: Re: PROF
Post by: Gmans on April 17, 2009, 01:20:46 PM
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
Title: Re: PROF
Post by: mforum on April 18, 2009, 04:45:29 AM
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)
Title: Re: PROF
Post by: Adish - (F.L.A.M.E.R) on April 20, 2009, 08:33:02 PM
@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..
Title: Re: PROF
Post by: Gmans on April 21, 2009, 12:17:08 AM
I not against :)
Title: Re: PROF
Post by: Adish - (F.L.A.M.E.R) on April 21, 2009, 11:49:22 AM
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..
Title: Re: PROF
Post by: BounceDK on April 23, 2009, 12:39:26 AM
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? :)
Title: Re: PROF
Post by: Bancherd on April 24, 2009, 06:02:58 AM
@ 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
Title: Re: PROF
Post by: master2oo8 on April 29, 2009, 03:38:43 PM
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
Title: Re: PROF
Post by: LLStarks on May 14, 2009, 04:26:17 PM
any way to have avatars display in a manner similar to that of the smf 2.0 default theme?
Title: Re: PROF
Post by: dzinerfusion on May 16, 2009, 10:26:35 AM
How do i remove this from this theme, becuase this gets really annoying when it appears everywhere on the site and doesnt fade like the defaut theme fader and this is not what i want
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi420.photobucket.com%2Falbums%2Fpp284%2Fbluesinjid%2FCapture.jpg&hash=b88c7bf929ea33eff23feab3f51c9e5f2c606c9c)


*EDIT*
Nevermind I found it
Title: Re: PROF
Post by: JaGuR on June 01, 2009, 03:19:58 AM
is there a version for smf 1.1.9 or would this theme work on it ?

Really like the theme, but have a heavily modified forum that would be way to much work to convert to smf 2 :(
Title: Re: PROF
Post by: aishaweb on June 01, 2009, 07:33:46 AM
Quote from: Gmans on April 04, 2009, 04:23:01 AM
http://rapidshare.com/files/217243790/start_psd_prof.rar.html (http://rapidshare.com/files/217243790/start_psd_prof.rar.html)

QuoteError  This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.
This limit is reached.
To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. The file can later be moved to a Collector's Account. The uploader just needs to click the delete link of the file to get further information.

Please mirror to mediafire or similar.
Title: Re: PROF
Post by: Gmans on June 01, 2009, 09:54:27 AM
I read all replies. Please wait weekend.
p.s. this theme only for second version.
Title: Re: PROF
Post by: dzinerfusion on June 02, 2009, 09:25:07 PM
Hi do you know where  I can change the settings to make the border of the forum liquid,because  i use a mod that uses liquid block (simple portal) and it just doesnt look right at a 800 by 600 resotuion on my forums

Look: www.modernopolis.byethost32.com in 800 by 600 view
Title: Re: PROF
Post by: Shades. on June 11, 2009, 02:32:41 PM
I love this theme and am using it on a new site at http://www.myauctionfamily.com.

Problem is, I've changed the logo and a few other things but there is this huge white blank space beside the logo to the right and I was wondering how to install a banner code in that are, or maybe put my google adsense in there. Could anyone show me how to do this?

Thanks! :)

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.myauctionfamily.com%2Fimages%2FCapture.gif&hash=da1680d9c9777962893c7ab13cfa5b4225590961)
Title: Re: PROF
Post by: Shades. on June 15, 2009, 01:30:32 AM
Does anybody know how I can make the above edits? I would really appreciate the help...Thanks! :)
Title: Re: PROF
Post by: dzinerfusion on June 20, 2009, 01:34:35 AM
hm no support buy why does it say this in my error log??

Error 404 - Not Found ***/forum/Themes/Prof/imageresizer.js)
Title: Re: PROF
Post by: Claud on June 24, 2009, 04:07:44 AM
I would sure love the PSD and how to add custom menus to this? :D
Title: Re: PROF
Post by: dgf on August 04, 2009, 03:40:31 PM
I want to replace the menu with the javascript menu from the planet theme. (http://custom.simplemachines.org/themes/index.php?lemma=1855)

Can anyone point me in the right direction for this.

So far, I've figured out that the menu in planet uses individual graphics for the buttons and the effect is achieved through javascript.

While with Prof, the menu uses one single graphic, with the effect and text being done by HTML/Javascript.
Title: Re: PROF
Post by: dgf on August 06, 2009, 04:02:23 PM
Update: I've done it. :D
Title: Re: PROF
Post by: aishaweb on August 15, 2009, 06:47:04 AM
Quote from: aishaweb on June 01, 2009, 07:33:46 AM
Quote from: Gmans on April 04, 2009, 04:23:01 AM
http://rapidshare.com/files/217243790/start_psd_prof.rar.html (http://rapidshare.com/files/217243790/start_psd_prof.rar.html)

QuoteError  This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.
This limit is reached.
To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. The file can later be moved to a Collector's Account. The uploader just needs to click the delete link of the file to get further information.

Please mirror to mediafire or similar.

Anybody got the PSDs?
Title: Re: PROF
Post by: Gmans on August 17, 2009, 01:12:40 PM
psd is lost =)
Title: Re: PROF
Post by: Les Paul on August 26, 2009, 02:38:58 PM
Hi..

I've installed this theme, but i'm trying to install the modification Aligned & Bilateral Child Boards] and I can't find the lines to change.

Can u help me whit this? (http://custom.simplemachines.org/mods/index.php?mod=1704)
Title: Re: PROF
Post by: Gmans on August 26, 2009, 03:32:18 PM
if mod install configuration-features and options - select section for child boards :)
If not found - reload cash smf
Title: Re: PROF
Post by: Les Paul on August 27, 2009, 11:25:42 AM
Logo PSD PLEASE?
Title: Re: PROF
Post by: FightToTheDeath on August 27, 2009, 08:34:27 PM
Amazing theme but why don't you make it for 1.1.x too?=/
Title: Re: PROF
Post by: Gmans on August 28, 2009, 12:33:19 PM
No :)
Title: Re: PROF
Post by: aishaweb on September 01, 2009, 05:44:50 PM
Somebody must have the PSDs, they were downloaded 10 times.
Title: Re: PROF
Post by: Les Paul on September 17, 2009, 11:25:28 AM
The .psd logo pleaseeeee!

I'm desperate!
Title: Re: PROF
Post by: Arkino on October 30, 2009, 01:05:15 AM
Im using RC1.2

I get an error by use this theme.

File: /home/content/p/a/b/pablofgc/html/elder/chadow/valkyrie/foro/Sources/Subs.php
Line: 3643

How can I fix it?
Title: Re: PROF
Post by: Zoric on October 30, 2009, 04:20:01 AM
nice theme man  ;) ;)
Title: Re: PROF
Post by: mysticmind on October 31, 2009, 02:02:27 AM
Quote from: Arkino on October 30, 2009, 01:05:15 AM
Im using RC1.2

I get an error by use this theme.

File: /home/content/p/a/b/pablofgc/html/elder/chadow/valkyrie/foro/Sources/Subs.php
Line: 3643

How can I fix it?

I got the same error too, and tried several times to fix it, but couldn't.
It's a nice theme, please! fix it. :)
Title: Re: PROF
Post by: NukeGaming on October 31, 2009, 10:24:02 AM
This theme is realy nice .

gratz.
Title: Re: PROF
Post by: Arkino on October 31, 2009, 12:54:16 PM
Quote from: mysticmind on October 31, 2009, 02:02:27 AM
Quote from: Arkino on October 30, 2009, 01:05:15 AM
Im using RC1.2

I get an error by use this theme.

File: /home/content/p/a/b/pablofgc/html/elder/chadow/valkyrie/foro/Sources/Subs.php
Line: 3643

How can I fix it?

I got the same error too, and tried several times to fix it, but couldn't.
It's a nice theme, please! fix it. :)

open the ''Theme/Prof/Display.template.php''

Find:

// 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"');


Remplace with:

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


;D
Title: Re: PROF
Post by: mysticmind on October 31, 2009, 02:31:59 PM
Thanks! :D
Title: Re: PROF
Post by: Cixi on November 09, 2009, 07:57:31 AM
I really love this theme. I hope a 2.0RC2 version will be available soon :)
Title: Re: PROF
Post by: fsonix on November 09, 2009, 02:01:53 PM
yes, please upgrade it for 2 RC2
Title: Re: PROF
Post by: klacia on November 13, 2009, 05:25:03 AM
+1 for upgrade
Title: Re: PROF
Post by: fsonix on December 07, 2009, 06:34:16 AM
Please upgrade the theme for 2.0 RC2 compatibility.  ;)
Title: Re: PROF
Post by: Enders on January 07, 2010, 11:02:25 PM
Please upgrade to rc2 with dropdown menus =]
Title: Re: PROF
Post by: naveda on February 21, 2010, 04:15:30 PM
Please upgrade to RC2 :)

Thanks!!
Title: Re: PROF
Post by: repacheco81 on March 13, 2010, 10:06:26 AM
Please upgrade to RC2 :)

Thanks!!
Title: Re: PROF
Post by: aishaweb on March 13, 2010, 06:35:46 PM
Quote from: repacheco81 on March 13, 2010, 10:06:26 AM
Please upgrade to RC2 :)

Thanks!!

erm, dont you mean RC3?
Title: Re: PROF
Post by: dispecer on May 16, 2010, 10:40:30 AM
Any news on the RC3 update?
Also, the menus on the themed site is displaying vertically and it drives me nuts. Any ideas how to fix this? To see what I'm talking about, just visit my forum (http://profforums.com).
Title: Re: PROF
Post by: kaamaru on August 31, 2010, 12:26:20 PM
Quote from: dispecer on May 16, 2010, 10:40:30 AM
Any news on the RC3 update?
Also, the menus on the themed site is displaying vertically and it drives me nuts. Any ideas how to fix this? To see what I'm talking about, just visit my forum (http://profforums.com).

+1
Title: Re: PROF
Post by: Gmans on January 04, 2012, 05:08:35 PM
This theme will be improved in the next month:) but with some changes.
p.s. Army =)