Webmaster Key - Discussion Forums


Welcome, Guest. Please login or register.
Did you miss your activation email?
February 09, 2012, 03:54:38 PM

Login with username, password and session length
Welceome to Forums!

Important information for guests and new members:

In order to understand the full benefits of becoming an active member of this forum, please review the following information on guest and new member restrictions. These forum changes have been prompted by an overwhelming and unreasonable amount of bot postings and incoherent guest spam messages. We wish to prevent these events from happening in the future and make our community a more comfortable place for all of our members.

For guests:

Guests are not allowed to open new topics, polls, or posts attachments.
If you wish to open up new discussions on this forum, we encourage you to register.

For new members:

New members with less than five posts are not allowed to modify additional profile information such as avatars, contact information, biographies, and signatures. However, new members are encouraged to post their own topics or reply to topics initiated by other members. Become active on the forums and 5 posts should be an easy task!

We are a diverse community with members from all over the world. We encourage new ideas and interesting conversation. Do not be afraid to post webmaster/computer-related questions or problems, as our active members are always willing to help when they are able. Interested? Join us.

+ Webmaster Key Forums
|-+ Webmaster Corner
| |-+ Site Design and Web Authoring
| | |-+ Web Page Themes
| | | |-+ Free SMF 1.1.5 Forum Theme: Classic Red
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print
Author Topic: Free SMF 1.1.5 Forum Theme: Classic Red  (Read 7673 times)
Queen Bee
Mother of All
Administrator
Veteran
*****
Posts: 2 624


Buzz, buzz!


WWW
« on: May 21, 2008, 11:43:41 PM »

This is a free forum theme for SMF version 1.1.5.



Description: Feminine, natural colours. Red, brown and beige colour scheme. This theme was made specifically for female/women oriented websites. It includes English buttons and design-related images.

Version: 1.1.5
File Type: Zip
Base: Classic SMF Theme

License: This theme is free to use as long as my copyright remains intact. Please PM me or visit my website for information and pricing on copyright removal, exclusive rights, original PSD downloads, modifications, and full custom SMF forum theme design.

Visit my website for more free SMF forum themes.

Download: classic_red.zip
Demo: http://forum.weblamp.net/index.php?theme=10
Report to moderator   Logged

Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #1 on: May 23, 2008, 08:29:45 AM »

It looks great.

Maybe the footer copyright bar is a bit too large though?

Also, I noticed that the home page link goes to index.php The index.php and domain name url may be treated as different pages by search engines so most SEOs tend to avoid a url showing the index page file.

p.s. I had to log out and then back in to revert back to the usual forum theme.
Report to moderator   Logged

Queen Bee
Mother of All
Administrator
Veteran
*****
Posts: 2 624


Buzz, buzz!


WWW
« Reply #2 on: May 23, 2008, 08:14:48 PM »

Thanks for the feedback! I am hoping that these forum themes will bring in some more traffic and possible clients to my website. I want to create about 10 over the next 2 weeks, and then work on creating new themes maybe once or twice a month. Also, I have linked the demo to Webmaster Key in forum theme directories, so hopefully it will bring in new visitors for the forum as well.

I thought the footer copyright was too large as well. I went ahead and fixed it.

Quote
Also, I noticed that the home page link goes to index.php The index.php and domain name url may be treated as different pages by search engines so most SEOs tend to avoid a url showing the index page file.

I used the original SMF PHP coding for all of the top navigation links. It looks like this:
Code:
<a href="', $scripturl, '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/home.gif" alt="' . $txt[103] . '" border="0" />' : $txt[103]), '</a>',

I do not know any PHP so I cannot change it myself. If you have a recommendation, I would love to hear it.

Quote
p.s. I had to log out and then back in to revert back to the usual forum theme.

Hmm... I noticed that as well. I am not sure what to do about it, however, because it seems to be a problem with the way SMF "processes" themes.
Report to moderator   Logged

Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #3 on: May 24, 2008, 03:16:39 AM »

Giving away themes is a great way to build back links to your site. However, it's best to vary the anchor text in the link if you can. Maybe you could offer the theme to existing forums that don't have a good looking theme?

For the home page link, you need to replace
Code:
<a href="', $scripturl, '">
with

Code:
<a href="', rtrim($scripturl,'/index.php'), '">;

p.s. I haven't tested this.

I guess SMF stores your theme preference in a cookie that persists as long as you are logged in.

Report to moderator   Logged

Manu
Key Keeper
Sr. Member
****
Posts: 437


« Reply #4 on: May 25, 2008, 10:38:52 AM »

looks great!
Report to moderator   Logged
Queen Bee
Mother of All
Administrator
Veteran
*****
Posts: 2 624


Buzz, buzz!


WWW
« Reply #5 on: May 26, 2008, 06:30:09 PM »

Quote
looks great!

Thanks. Wink
Report to moderator   Logged

Abguru
Limited Member

Posts: 2


« Reply #6 on: February 13, 2009, 01:53:52 PM »

Hi, I'm sorry for bumping this topic.

This Classic Red theme caught my eye and decided to use it on my forum. I tried uploading it to my site first.) installin it in the Themes and Layout Settings but almost all templates didn't worked. The next time I did second.) was uploading the file to my File Manager at cPanel and moved it (manually) to /public_html/Themes/default which I allowed to overwrite the default theme. But then again, some templates doesn't work. My board is SMF 1.1.8. Is it possible to use it in my board? Here is my site. http://evvywebpages.com.

I appreciate for any help that you would give. Thanks.
Report to moderator   Logged
Queen Bee
Mother of All
Administrator
Veteran
*****
Posts: 2 624


Buzz, buzz!


WWW
« Reply #7 on: February 13, 2009, 03:27:39 PM »

Hey there,

I'm glad you like the theme. Thanks for contacting me.

I have not tested out compatibility with 1.1.8. I made the theme for 1.1.5. If you can not get it working, then I'm guessing that it is an issue only resolved through recreating the theme for 1.1.8.

I see that it is loaded onto your forum at the moment. Did you make some modifications to the template files?
Report to moderator   Logged

Abguru
Limited Member

Posts: 2


« Reply #8 on: February 14, 2009, 01:03:56 AM »

Hi, again. Thanks for the reply!

No, I did not made any modifications yet. I am in the process of starting a whole new forum and it is the very first modification I did. The theme would really best suit to my forum. I may be asking too much but is there a way I can put it in my forum? You have mentioned that it is best to recreate it for 1.1.8. If it requires much needed work, please let me know for any options that you can provide me. I look forward for your reply.
Report to moderator   Logged
Abguru
Limited Member

Posts: 2


« Reply #9 on: February 14, 2009, 08:12:51 AM »

Hi, I'm sorry for bumping my topic again.  Cheesy

I opened my page to IE browser and the theme is loaded completely. Hmmn, I think the theme has a problem with Firefox?

Report to moderator   Logged
Queen Bee
Mother of All
Administrator
Veteran
*****
Posts: 2 624


Buzz, buzz!


WWW
« Reply #10 on: February 15, 2009, 05:30:17 PM »

The theme was tested in the latest versions of Firefox and IE before I published it to the web. If you are seeing a problem, it is most likely because some changes in the 1.1.8 version make it incompatible...

Quote
If it requires much needed work, please let me know for any options that you can provide me.

Unfortunately, I do not have the time for free projects anymore. These themes are distributed "as-is." I made them for 1.1.5, and I'm unsure of whether or not I will ever have time to update them. You are welcome to make any modifications yourself, I have no problem with that.

If you really need someone to make the modifications for you, send me a PM and we can discuss it.
Report to moderator   Logged

rickmeister
Limited Member

Posts: 3


« Reply #11 on: March 16, 2009, 02:02:07 AM »

Hello there...

I got your theme working just fine with SMF 1.18...had to come back and steal some buttons from you though...they didn't come with the theme Wink

I was going to use it as a temporary theme on my site while my main site was being designed, but I've decided to keep it instead. It works very well, and it has no errors!

You can see it in action here: http://www.plentyofhosting.info

I'm going to change the header on top with my logo (need to tweak it a bit)  but will leave the rest intact.

-Richard D.
« Last Edit: March 16, 2009, 02:09:47 AM by rickmeister » Report to moderator   Logged
Queen Bee
Mother of All
Administrator
Veteran
*****
Posts: 2 624


Buzz, buzz!


WWW
« Reply #12 on: March 16, 2009, 11:05:35 PM »

Hey Richard,

Thanks so much for your feedback. I am glad you're enjoying the theme.

Quote
I'm going to change the header on top with my logo (need to tweak it a bit)  but will leave the rest intact.

It looks good! Feel free to make whatever modifications you feel are necessary. I am not uptight about those sorts of things. I have seen some forum owners make so many changes I was surprised to see they left my credits in the footer. (visit absitomen.com for a good example of this.)
Report to moderator   Logged

rachelbles
Jr. Member
*
Posts: 28


« Reply #13 on: June 09, 2009, 02:41:07 AM »

The theme looks great!.. Can I have a bigger photo of it?
Report to moderator   Logged

Queen Bee
Mother of All
Administrator
Veteran
*****
Posts: 2 624


Buzz, buzz!


WWW
« Reply #14 on: June 10, 2009, 11:45:18 PM »

Hey, thanks! Smiley If you click this link http://forum.weblamp.net/index.php?theme=10 you can see a demo of the theme for use on Webmaster Key. Take a screenshot if you need.
Report to moderator   Logged

Pages: [1] Go Up Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print 
+ Webmaster Key Forums
|-+ Webmaster Corner
| |-+ Site Design and Web Authoring
| | |-+ Web Page Themes
| | | |-+ Free SMF 1.1.5 Forum Theme: Classic Red

Jump to:  
« previous next »


Our Partners
RelmaxTOP Ranking System Web Hosting RelmaxTOP Ranking System
Staff Sites
12Noon[12Noon Gallery] Andy[Urgentclick]
Tamuril[Tamuril's Digital Art Exhibit] Sensovision
Powered by MySQL Powered by PHP We are hosted by Relmax Inc. |Our Privacy Policy | Sitemap
Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
Forum design by Tamuril © 2005.
Valid XHTML 1.0! Valid CSS!