Building with concrete5
Customizing Themes & Blocks - Read Here First
You'll want to check out a few specific areas of the documentation.
Page Defaults / API
Couldn't find anything about it, so hopefully anyone can help me:
In the install.php, let's say I want to add content to the sidebar of the home page, I can do it like this:
//sidebar content
$bt = BlockType::getByHandle('content');
$data = array(...
Creating an Image manipulation block
I would like to create a image manipulation block, such as it load an image from the local system and then perform some GD operations on it. After that it will loaded into the page. I need to perform the GD operations on the image when the block add butto...
Video block, stop auto play
Hi
I am using the video block but as there is going to be several videos on the page I really don't want all the vids auto playing.
I have looked in the view.php for this block and have changed all autoplay/start code from true to false but it has no e...
Rendering Page Attribute Form Inputs
I'm building a real estate website which requires the user to be able to enter listings.
I set up a "property_detail" pagetype and associated a bunch of page attributes like "rent", "contact_info", etc.
Now I am adding a Single Page named "add_prope...
Free Blog Add-On! Please review.
Hello C5 community,
The topic of using Concrete5 for a blog comes up time and time again. C5 is not meant to be a blog (which is why it's so awesome for non-blog sites). As Franz has mentioned in the past, blogging is a verb, not a noun (see http://www.c...
Weird Error on adding a Survey in "Sidebar" Area
This is all the page shows:
{"aID":"48","arHandle":"Sidebar","cID":"69","error":false,"bID":"49"}
The page's URL is:
index.php?cID=69&arHandle=Sidebar&btID=17&mode=edit&ccm_token=1283382958:845b5f25be9005f9336a53e25704684a
This happened when I a...
TinyMCE or Content Block problem?
I'm having trouble adding text via the content block.
If I type directly into the tinyMCE window, on closure it accepts the text but if I copy the text in from any application like simple text even in plain text mode,it won't accept any of the copied t...
Is there a way to have a block-exclusive CSS file?
(For context, probably not necessary though: http://www.concrete5.org/community/forums/customizing_c5/edit-mode-problem/ )
Is there a way to include a CSS file that affects only the specific block in which you include it, and doesn't affect the rest of...
Page LIst block
was wondering if any has done a mode to the pagelist block to filter by page attributes?




