Developing (v7+)

**FIXED ** Get Parent URL from Page List

**FIXED** With a few minor modifications: http://www.concrete5.org/community/forums/customizing_c5/get-page-name-and-url-via-id/#125152 As always, thank you Jordan Lev. Hello! I've been working on some custom templates for the page list, right no…

Forum for add-on mods?

I am still fairly low on the C5 learning curve, but have decided to adopt it for our new website. I've used PHP, mySQL and javascript quite a bit before, but the websites I've built are like bicycles compared to the Airbus that is C5! I purchased the …

Pre-Loader QueryLoader 2 on C5

Hi All: I know I'm correctly following the steps here: http://www.gayadesign.com/diy/queryloader2-preload-your-images-with-ease/ But I keep getting a black screen on load - can anyone help? In order to get this to work with the CORE, I added the…

Can I show a blog post summary using the Blog Index template?

Hi all, Fairly new to C5 - I'm manually building a blog (so I can gain the experience) and I'm wondering if anyone knows the best way to add a truncated summary of a blog post into a page list using the Blog Index custom template. Any help appreci…

Radio Button Selector Interface in Block Form

I have been tinkering around with this for a while now, and I'm stumped. I am working on a new add-on, and here's what I'm trying to do in the block form: - One of the options is that the user can choose one "mode" that the block will display - there…

Transfer all products to another site

Would I be able to move all of my ecommerce products from site 1 to site 2 I want to recreate what I have on site1 without re-entering 100's of products manually. The 2 sites are almost exactly the same except these differences: site 1 has ecommerc…

How to add phpBB forum to concrete5?

That sums it up! My uncle will do the installing bit on the server, I'd like to make it less time consuming for him by doing any bit that I nee to. Though I must say, I'm still in two minds about this.

delete method in controller not working.

I have this delete method in a blocks controller.php: [code] public function delete() { $db = Loader::db(); $q = 'DELETE FROM btMyBlock WHERE bID=?'; $v = array($this->bID); $db->Execute($q,$v); parent::delete(); …

Code reuse for own template

Hi all, I have built a custom template for the AutoNav block which is recycling some of the original's view.php code. I would like to make that template available via the marketplace so other users may participate. My question is if it's okay in terms …

Requiring a php-script with custom functions before any block-call

So I've installed ProBlog and I'm customizing it to do some fancy tricks, displaying colors for each category etc. But I've run into an issue I don't know how to fix. I have a php script located in the following folder: themes/[my-theme]/php/functions…

Filter Posts