[QUOTE=MacD11;21329643]could ya give us a release date :)[/QUOTE]
i dont think they have one yet,
also nice avatar
I'd gladly help if you have any questions. I'm a pretty good PHP programmer and web designer: see [url]http://www.facepunch.com/showpost.php?p=21276051&postcount=1564[/url] for an example of my work.
[IMG]http://dl.dropbox.com/u/2319552/tf2emp_wip1_perm.png[/IMG]
Now, the comments!
[QUOTE=Galago;21330947][IMG]http://dl.dropbox.com/u/2319552/tf2emp_wip1_perm.png[/IMG]
Now, the comments![/QUOTE]
i liked the avatars, are you going to put those in? also the post rating is a nice feature
[QUOTE=:awesome:;21331014]i liked the avatars, are you going to put those in? also the post rating is a nice feature[/QUOTE]
I said "now, the comments", meaning, "now, to code the comments section".
[QUOTE=Galago;21331226]I said "now, the comments", meaning, "now, to code the comments section".[/QUOTE]
Ah! ok, also if you want anybody to help with some minor styling or something i could help
It should have join date and how many posts you poasted, Just like fp!
[QUOTE=swampie;21331288]It should have join date and how many posts you poasted, Just like fp![/QUOTE]
that might be kind of hard to implement, since i dont think its meant to be a forum. Its more of a comment system like on wordpress or youtube
[QUOTE=:awesome:;21331334]that might be kind of hard to implement, since i dont think its meant to be a forum. Its more of a comment system like on wordpress or youtube[/QUOTE]
It would be a cinch to implement, but I think necessary, because, like you said, it's for constructive criticism. No one gives a fuck about when you joined when all they want it what to make better on their model.
Would be cool if you bolded Author, Type, Class, Date, Downloads and Rating avg.
[QUOTE=Daimao;21331631]Would be cool if you bolded Author, Type, Class, Date, Downloads and Rating avg.[/QUOTE]
yeah, also if the average rating is above 3.50 then make the text gold?
[QUOTE=Daimao;21331631]Would be cool if you bolded Author, Type, Class, Date, Downloads and Rating avg.[/QUOTE]
Making the text bold bumped it down to the next line, ruining my line-up effect with the image. Instead, I just made it orange.
[editline]05:01PM[/editline]
[QUOTE=:awesome:;21331798]yeah, also if the average rating is above 3.50 then make the text gold?[/QUOTE]
Nah.
[editline]05:07PM[/editline]
[IMG]http://dl.dropbox.com/u/2319552/tf2emp_wip2_perm.png[/IMG]
[editline]06:53PM[/editline]
Is this sufficient? No one's commenting; I don't feel like avatars are all that necessary, and everything else looks fine to me. Shall I change anything before moving on? We're getting close here.
If I finish my part this week (the visual appearance of everything), my PHP counterpart will finish the job by next week.
[editline]07:43PM[/editline]
Agh, sorry, it didn't automerge... must've been too long.
[QUOTE=Galago;21331959]
[editline]06:53PM[/editline]
Is this sufficient? No one's commenting; I don't feel like avatars are all that necessary, and everything else looks fine to me. Shall I change anything before moving on? We're getting close here.[/QUOTE]
everything looks good
Shit, guys, I forgot the thumbnails. Augh, off to revamp all of the measurements.
[QUOTE=Galago;21337578]Shit, guys, I forgot the thumbnails. Augh, off to revamp all of the measurements.[/QUOTE]
also are you going to add rounded corners?
[editline]01:46AM[/editline]
you could add them with some simple code
[html]
.corners{
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
border-radius:5px;
}
[/html]
change 5 to your liking,
then when you use the divs with something like
[html]<div id="divname">blah</div>[/html]
you can add class="corners"
[html]<div id="divname" class="corners">blah</div>[/html]
[QUOTE=:awesome:;21337635]also are you going to add rounded corners?
[editline]01:46AM[/editline]
you could add them with some simple code
[html]
.corners{
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
border-radius:5px;
}
[/html]
change 5 to your liking,
then when you use the divs with something like
[html]<div id="divname">blah</div>[/html]
you can add class="corners"
[html]<div id="divname" class="corners">blah</div>[/html][/QUOTE]
What were you thinking about adding rounded corners to? Right now I think everything looks fine angular.
Keep em as is, it looks very [I]sharp[/I]
The comments and such, like daimao's picture
[editline]02:24AM[/editline]
comments area, download link, authors links, and the info area should be slightly rounded
[editline]02:48AM[/editline]
Like this: [url]http://teamfortress2.biz/mod/[/url]
[QUOTE=:awesome:;21338743]The comments and such, like daimao's picture
[editline]02:24AM[/editline]
comments area, download link, authors links, and the info area should be slightly rounded
[editline]02:48AM[/editline]
Like this: [url]http://teamfortress2.biz/mod/[/url][/QUOTE]
Yeah, I understand. Wait, why do you own teamfortress2.biz? :v:
[editline]11:00PM[/editline]
Ooh, new page... here, lemme post some content.
[IMG]http://dl.dropbox.com/u/2319552/tf2emp_wip3_perm.png[/IMG]
Ignore "Communist Cake" (name length test) and the blank description area. I'm also not quite decided about the video icon. I was experimenting with a bunch of things.
[QUOTE=Galago;21339645]Yeah, I understand. Wait, why do you own teamfortress2.biz? :v:
[editline]11:00PM[/editline]
Ooh, new page... here, lemme post some content.[/QUOTE]
i bought it today :v:
[QUOTE=Daimao;21291015][img]http://dl.dropbox.com/u/2372797/mokkop.png[/img]
[/QUOTE]
Quoting myself here but if you hadn't noticed it yet there is a very subtle rounded border on every block. Like 1px or something.
More like 2 or 3px dai.
I quite like your design by the way.
[QUOTE=Daimao;21344184]Quoting myself here but if you hadn't noticed it yet there is a very subtle rounded border on every block. Like 1px or something.[/QUOTE]
Yes, I noticed. Is it really that essential? I sort of like it angular, but I'll try it rounded later. Obviously I didn't follow your mockup to a tee, but it's fairly close.
[editline]08:35AM[/editline]
[IMG]http://dl.dropbox.com/u/2319552/tf2emp_wip4_perm_rounded.png[/IMG]
For the video link I would have an icon depending on what the website is in TF2 style like Youtube with a TF2 theme, or XFire.
Or are you hosting the videos on the site?
Just let people embed videos normally. Or upload their own.
[QUOTE=Galago;21344773]Yes, I noticed. Is it really that essential? I sort of like it angular, but I'll try it rounded later. Obviously I didn't follow your mockup to a tee, but it's fairly close.
[editline]08:35AM[/editline]
[IMG]http://dl.dropbox.com/u/2319552/tf2emp_wip4_perm_rounded.png[/IMG][/QUOTE]
i think you might be able to take the rounding down a bit, i suggest 2px, its rounded but not to much
[editline]07:00PM[/editline]
also while i was bored i tried to make what my interpretation of a categories view page would look like:
[url]http://teamfortress2.biz/mod/cat/[/url]
[QUOTE=:awesome:;21349488]i think you might be able to take the rounding down a bit, i suggest 2px, its rounded but not to much
[editline]07:00PM[/editline]
also while i was bored i tried to make what my interpretation of a categories view page would look like:
[url]http://teamfortress2.biz/mod/cat/[/url][/QUOTE]
I'd suggest rounding the images as well if you're going to do the divs. Looks weird otherwise.
Or contain the images in a rounded div.
[QUOTE=FireSlash;21350629]I'd suggest rounding the images as well if you're going to do the divs. Looks weird otherwise.
Or contain the images in a rounded div.[/QUOTE]
yeah i thought about that, this isnt my project though so its just a suggestion
When I see this I get sad
I get sad because I model bad
I can't even skin
All my skins go to the recycle bin
The only way I can spend my time
Is at a useless rhyme
... Or something
Great looking website though!
Sorry, you need to Log In to post a reply to this thread.