• Greetings, Devil Dog! Welcome to the Call of Duty Forums. It looks like you're looking forward to Call of Duty: Modern Warfare 4, but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members and much more.

Free MW2 Clan Template

Status
Not open for further replies.

Jason

Recruit
Those of you who follow us on twitter might have seen i posted a screenshot of a Modern Warfare 2 clan template we were planning to release, well i'm glad to say it is finished in time for the weekend release i had hoped for!



Demo

Included in the Zip are two PSD files, one so you can edit the header to suit your clan, and the other so you can edit the image headers from the news section.

Any bugs please let me know and i'll try and get them fixed asap.


fine print
+This template is free to all CoDForums users.
Please don't upload or mirror it anywhere else, if someone is looking for it give them a link here.
+This template is licensed under a Creative Commons Attribution 3.0 License, so is free to use for both commercial and noncommercial purposes provided you link back to CoDForums.com - You are free to modify and alter this template as much as you require in every other way!

Note:To download the file you need to register on the site, it only takes a few seconds!



Have a great Christmas guys :)
 

Attachments

Im pretty sure that would require some extra php coding(Which I intend to do for myself personally to make a non cod reated website with this.) I just love the design.

Anyways, Thanks for the template. I will definitely be using this in a update to one of my current projects. Going to need to do tons of extra coding though.
 
I had a quick look at forumotion CovertGunman, and it seems you can edit templates if your forum uses phpbb2 or punbb.

If you create a custom stylesheet, and have the time to play around editing some of the default templates then it is entirely possible - but it will be quite a time consuming job.

Glad to hear it muddy9494, i hope once you're finished you'll share your project. I'd love to see what people will use the template as a starting point for :)
 
not quite working on mine i go to extract the files and it wont let me any help on this ? it states that the file already exsists when it doesnt :/
 
not quite working on mine i go to extract the files and it wont let me any help on this ? it states that the file already exsists when it doesnt :/

Hmm, not had anyone else report any issues like that so i'm not sure... what is your OS? and what are you using to try and extract the files?
 
Is there an easy way to edit the text for the title and subtitle of the post_a.jpg img. I'd really like to be able to use this template but I'd prefer to not have to go in every time and edit the image when I change the post.
 
CovertGunman, the easiest thing to do would probably be to make a blank post_a.jpg image using the block PSD.

Add the following to the end of style.css
Code:
.post_headings {
background:url(images/blank.png) no-repeat;
position:relative;
padding-bottom:30px;
height:214px;
width:668px;
}

.post_header {
position:absolute;
bottom:60px;
left:15px;
font:bold 14px arial;
color:#e2e2e2;
}

.post_subheader {
position:absolute;
bottom:44px;
left:15px;
font:bold 12px arial;
color:#939393;
}

(Change blank.png to whatever you call the blank image you've created)

Then find
HTML:
<img src="images/post_a.jpg" alt="" />
and
HTML:
<img src="images/post_b.jpg" alt="" />

Replace those with
HTML:
<div class="post_headings">
<span class="post_header">Another Victory for CoDClan</span>
<span class="post_subheader">25/02/2010</span>
</div>

From now on, you'll simply be able to change the title and date of each post using html without having to open up photoshop.

Demo - CoDClan - Awesome MW2 Clan

You can add more classes using different background images as well if you want a bit of a variety.

Hope this helps :)
 
Website builder

Im new to website building but i know the basics of HTML anyways what website builder would be best to use this template?

Hoping to have an answer when i get back from church!

Thanks,
Blah
 
Status
Not open for further replies.

Like CODForums!

Advertisements

Back
Top