Username:

Password:

Pages: [1] 2 3 ... 10
 1 
 on: Today at 12:33:53 AM 
Started by tswift - Last post by tswift
Will be releasing a newer version of this template soon. Here is the demo:

http://www.themekings.net/themestk/gamers/x71/v2/index2.html

Will add a little more depth to the theme.  Smiley

 2 
 on: September 02, 2010, 01:20:44 AM 
Started by Maryd - Last post by Maryd
I just released my own CMS script which I use to maintain my own sites.

Available at: http://www.webbpg.com/rsscms.php

Note:  You can use themeking templates with this CMS script.   you will have to modify the content pages header tags or else the  themeking template will not look right.

Example: news.php
require_once( 'common.php' );
?>
<title><?php echo "$title"; ?>: News</title>
         <h1><?php echo "$title"; ?>: News</h1>
<!-- Add these 2 lines for the themekings.net templates to the content pages
         <div class="cntbody">
            <div class="cntinfo">
Add these 2 lines for the themekings.net templates to the content pages -->

Info about the CMS script:

An easy, free web portal, WebbPG RSS CMS will allow you to generate very easily a complete and interactive web site without a database.

Specifications:
- Attributes: PHP, 8 Pre-coded RSS content pages powered by Magpierss 0.72, Coded to work with SiteSkin 3.3 (not included).
- Requirements: PHP 4.3.2 or newer; SQL database is not required; No need to set risky chmod permissions.
- Newest version is 2.0: stable version released: September 2, 2010



Check out the amazing features:

Pre-design Template Design #21
Content Management System Turnkey site
Google Adsense integrated
Google Search Box integrated
Amazon Associates integrated
Ebay Affililates integrated
Spruz Community integrated
Requires NO database
Very easy to configured by modifying the common.php and config.php files with any text editor
10 pre-coded content pages updates automatically:
Articles page powered by goarticles.com
Blogs page powered by Google.com blogsearch and Spruz
Books page powered by Amazon.com
Links page powered by Yahoo.com Web Search and Spruz
Mailing List page powered by Yahoo.com Groups
News page powered by Google.com News
Photos page powered by photobucket.com and Spruz
Shop page includes your Ebay affiliates number on every item!
Twitter page powered by Twitter.com search
Videos page powered by Youtube.com and Spruz

 3 
 on: August 25, 2010, 01:42:29 AM 
Started by tswift - Last post by tswift
Demo on my home page: www.themekings.net

Interested in adding a Carousel Banner to your own website? Here is the tools to do it. If you have experience in CSS and HTML writing this shouldn't be a problem to install, but if it is then just ask for help.

1st: You need to create a folder in your ROOT DIRECTORY titled "slideshow" in lower case letters.

2nd: Copy the 4 attached JAVASCRIPT (.js) files in this post and paste them into the new folder "slideshow" now in your root directory.

3rd: Add copy and paste this html code into the HEAD portion of your web page.

Code:
<script type="text/javascript" src="slideshow/jquery-1.2.6.pack.js"></script>
<script type="text/javascript" src="slideshow/stepcarousel.js"></script>
<script type="text/javascript" src="slideshow/carousel.js"></script>
<script type="text/javascript" src="slideshow/portfolio.js"></script>

4th: Add this html into the body of the web page that you would like your Carousel Banner to go.

Code:
<div class="BannerSS">


<div id="mygallery">
<div class="contenthol">

<div class="con">
<div class="inner">
<div class="projecttitle">First Banner Image Title</div>

<div class="projectdesc">
<p>Add your text information about this image here</p>
<img src="http://www.YourWebPageURL.com/images/preview.png" class="preview" alt="ThemeKings Custom Web And Graphic Design" width="600" height="194" />

</div>
</div>
</div>



<div class="con">
<div class="inner">
<div class="projecttitle">Second Banner Image Title</div>
<div class="projectdesc">
<p>Add your text about this image here</p>

<img src="http://www.YourWebPageURL.com/images/preview2.png" class="preview" alt="Business Websites" width="600" height="194" />

</div>
</div>
</div>




<div class="con">
<div class="inner">
<div class="projecttitle">Third Banner Image Title</div>
<div class="projectdesc">
<p>Add your text for this image within here</p>
<img src="http://www.YourWebPageURL.com/images/preview3.png" class="preview" alt="Custom Website Templates" width="600" height="194" />

</div>
</div>
</div>




</div>
</div>


</div>


 In this demo I'm using 3 different images in the banner. They are all .PNG files kept in the "images" folder within your root directory. The picture names are:

preview.png
preview2.png
preview3.png

If you study the code above you can see that you could add as many pictures to your banner carousel as you like. 3 is a good start. You can change the image type to anything you like such as .gif or .jpg. too.

Now add this css code into your existing CSS file. If you dont have one, create one and be sure to link to it.

Code:
/* Slideshow */
.BannerSS {
width: 938px;
height: 194px;
position: relative;
margin-right: auto;
margin-left: auto;
margin-top: 34px;
padding: 0px;
overflow: hidden;
list-style-type: none;
font-family: Verdana;
font-size: .7em;
color: #6a6a6a;
font-weight: normal;
text-decoration: none;
text-align: left;
}
#mygallery {
position: relative;
width: 938px;
height: 194px;
}
.contenthol {
padding: 0px;
margin: 0px;
height: 194px;
width: 938px;
overflow: hidden;
top: 0px;
left: 0px;
position: absolute;
}
.projecttitle {
margin: 0px;
padding: 15px 0px 0px 10px;
width: 350px;
font-weight: bold;
font-size: 120%;
color: #C0C0C0;
}
.projectdesc {
margin: 0px;
width: 320px;
line-height: 18px;
padding: 30px 0px 0px 10px;
}
.preview {
padding: 0px;
position: absolute;
bottom: 0;
right: 0px;
width: 600px;
height: 194px;
margin-right: 30px;
color: #000000;
}
#next {
position: absolute;
bottom: 60px;
right: 10px;
}
.con {
height: 194px;
width: 938px;
overflow: hidden;
}


You can readjust the size of the banner, image description text area, and image picture size all in the css file. Be sure to readjust the image size in the html code too if you do so.

I included the other picture files in the attachments below that are to be placed in the "image" folder.

Have fun and enjoy!!!  Grin

 4 
 on: August 25, 2010, 01:14:36 AM 
Started by XRG Kamikaze XF - Last post by tswift
Thanks Anubis!

I decided to match my forum to my site skin after all these years. It was very time consuming indeed to change the original theme/template to this one. Here was the original forum:

http://custom.simplemachines.org/themes/index.php?lemma=486

Took about 6 hours to match it up. Still tweaking here and there, but overall I think it turned out just fine.  Wink

 5 
 on: August 25, 2010, 12:36:49 AM 
Started by ryvirus - Last post by Anubis69
Anubis is the KING when it comes to this stuff. He's done it enough thats for sure. hehe  Smiley

LOL  Cheesy
i also still have much to learn, but with working on the clan site i can experiment with modules and other stuff that you dont normaly use as a webdesigner.

 6 
 on: August 25, 2010, 12:33:31 AM 
Started by XRG Kamikaze XF - Last post by Anubis69
I love this new look Wink
great job there Todd

 7 
 on: August 22, 2010, 05:21:42 PM 
Started by XRG Kamikaze XF - Last post by XRG Kamikaze XF
Any thoughts on a price for doing something like these two?

 8 
 on: August 22, 2010, 12:03:05 PM 
Started by XRG Kamikaze XF - Last post by tswift
I have two others to add then I'm going to make the other a public release too. Glad you like the new theme.  Wink

 9 
 on: August 21, 2010, 03:39:52 AM 
Started by XRG Kamikaze XF - Last post by XRG Kamikaze XF
Lovinng it! Great work T, i'd love to see the old one released as a freebie too haha. it was a nice clean looking page.

 10 
 on: August 19, 2010, 09:54:09 PM 
Started by tswift - Last post by tswift
Thank you Mary for sharing. Excellent conversion!!!!  Grin

Pages: [1] 2 3 ... 10
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Vision by ThemeKings

Page created in 0.584 seconds with 13 queries.