Sign In  |  Cart  |  Join Now
andrew

andrew







Member Since

May 23, 2008
Beta Crew - Tests new versions of c5 before you have to deal with em.Gold Star I - Accomplished a great selfless act.Hosting - In the c5hosting Partner Program.Silver Star I - Accomplished something cool.Site Owner - Runs at least one website built with c5.Unix Expert - c5 unix install expert.Builder - Has built c5 websites.Expert I - Demonstrated some c5 smarts.Gold Star II - Accomplished a few great selfless acts.Rock Star - Only the few have given so much.Silver Star II - Accomplished a few cool things.Core Crew - One of the c5 staff.Expert II - Demonstrated a lot of c5 smarts.Gold Star III - Accomplished many great selfless acts.Services - In the c5services Partner Program.Silver Star III - Accomplished many cool things.

Bio

CTO and core team leader of Concrete5.

C5 Sites

Too many to count..

How about?

http://schoolpulse.com
http://www.monsoonworks.com

Personal URL

http://www.andrewembler.com

Marketplace

My Posts

Interesting

Will check this out... We have some file/directory helpers in the concrete/helpers directory that may be able to assist with this. They can iterate through the directory and grab all the files, although they don't do much more than that..

No problem!

glad that helped..

It looks to me like it's the "img" line in the stylesheet

There's this style: [code] img { border: 0; width: 186px; } [/code] Try removing "width: 186px"..

That's really weird

We load the theme css through a file on the server, so we can custom configure it. That file is located here: concrete/tools/css.php I would load up http://lab3.info/concrete5/index.php/tools/css/themes/default/main.css And then start modifyin...

haha

will do :)

Thanks

This was helpful, and a modified version of it made it into the core stuff today. We're using the blocktype API directly rather than a SQL query, just so that in the future we can cache that blocktype::getbyhandle call...but this works too and probably...

Additionally

for anyone reading this...if you want to hack the code inside the config file itself, for any reason, you can copy it from concrete/blocks/content/ into /blocks/content/ like the response above says...that bug should be fixed too.

unfortunately

i'm not sure there's much we can do about this..

this is actually not the case

at least, not with my flash player 10.

Got It

Thanks