By merlinofchaos on
My second (actually first but took longer to get launched) Drupal-powered site; this one is for a much broader segment than my first (www.ehalseymiles.com). Check out AssignBlame
My second (actually first but took longer to get launched) Drupal-powered site; this one is for a much broader segment than my first (www.ehalseymiles.com). Check out AssignBlame
Comments
And by the way, I am looking
And by the way, I am looking for comments and potential authors. I have a few but the more authors the more likely I can get good, regular content out.
-- Merlin
[Read my writing: ehalseymiles.com]
[Read my Coding blog: Angry Donuts]
Looks unique
Looks very unique. Clean design too.
The only thing I would change is the favicon, to something specific to your site.
Did you use the article module for the front page to get the US, International, Politics, ...etc. sections?
--
Drupal development and customization: 2bits.com
Personal: Baheyeldin.com
--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba
No, I actually wrote some
No, I actually wrote some custom code for that. I've thought about trying to modularize it, but it's not easy.
You're right about the favicon.ico -- that was on the todo list and got completely missed!
I hang my head in shame!
-- Merlin
[Read my writing: ehalseymiles.com]
[Read my Coding blog: Angry Donuts]
Very nice design and a great
Very nice design and a great idea for a site. I will be a frequent visitor!
Excellent to hear! Frequent
Excellent to hear! Frequent commentors will likely be made moderators =)
-- Merlin
[Read my writing: ehalseymiles.com]
[Read my Coding blog: Angry Donuts]
Newest Editorials - Newest Articles
I like how you've got the 'Newest Editorials, Newest Articles, etc..'. Did you do that with blocks, can you tell me how I could display select content like that?
The Dashboard
It's not blocks, but it's a system that's a little bit like blocks. I wrote the code and it's unfortunately somewhat crude. To be properly modulable it would need quite a bit of cleanup.
If you're comfortable with PHP coding, I can post the 'dashboard' code (which basically is a series of themes that make it easy to add and remove content from the 2 column structure). If I'd done it with full flexibility in mind, I would actually use an array and let it be an arbitrary number of columns, not just 2, but I'm not entirely sure how to even manage that properly with CSS!
This is what the code that generates the front page looks like:
This is the dashboard theming code:
And bah, the input filter is eating my nice indenting. I'm sure there's a way to get it not to, but I dunno what it is.
And the CSS For the dashboard. (My CSS fu is really weak; there are probably more concise ways to do this, and perhaps more 'correct' ways, but I went with what seemed to work).
(Also, I like how the <code> doesn't eat spaces, but the PHP one does)
-- Merlin
[Read my writing: ehalseymiles.com]
[Read my Coding blog: Angry Donuts]
Grrr
I tried to attach the private_term_list() function, but Drupal thinks the input data is suspicious. I'm not sure what in it is suspicious, though. :/
-- Merlin
[Read my writing: ehalseymiles.com]
[Read my Coding blog: Angry Donuts]
I've created a module to
I've created a module to encapsulate this functionality. With luck it'll make it through moderation fairly quickly, but you never can tell how long these things will take. In the next few days it should appear as the 'dashboard' module.
-- Merlin
[Read my writing: ehalseymiles.com]
[Read my Coding blog: Angry Donuts]