Developing (v7+)

Task Permissions and User Groups via package.

How would I go about creating a new task permission and assigning it to a user group via a package? Also how can I create a new User Group using a package installer? Thanks in advance!

Default custom attributes no longer appear in Add Page?

Hi there, I've created a page type and added custom attributes to it. I've set these attributes to appear by default on the page type. In 5.4.2.2, while adding a page, these attributes used to show up on the form. Now in 5.5 they don't? It looks lik…

Instructions

I have another question... If my theme has a lot of instructions can I insert a txt file into the theme folder? In this way the instructios can be reach? For example... I have a instruction.txt file and I put it into my theme directory. The file shou…

Marketplace LICENSE.TXT

Am I losing my mind or is LICENSE.TXT overwritten when uploading a package to the marketplace? Is there another good way to add a license file?

mysql cpu overload

When monitoring my sql process, it's constantly hitting >100% It seems to be related to this query. Any suggestions? Thanks. select p1.cID, pt.ctHandle from Pages p1 left join Pages p2 on (p1.cPointerID = p2.cID) left join PageTypes pt on (pt.ctID…

Product attribute display problem after 5.5 upgrade

Previously to upgrading to 5.5 when I selected a product block and chose all the attributes I wanted to display, only the values for those attributes were displayed, but after the upgrade it is displaying the name of the attribute as well as the value. …

Binding an ajax call to the cart form.

I am trying to display the items in concrete5's default cart in a theme's custom cart. How do I bind an event handler (w/jQuery) to the closing of concrete5's default cart?

Shopping Cart page and PayPal button

Greetings, I am evaluating Concrete5 from the e-commerce side and there is one thing I need to accomplish with the shopping cart. I want a user to have the option to click a button for "Checkout Now" (that goes to the usual credit card entering checkout …

Naming a custom block?

In the example I found about how to create a custom block, the naming used is like btBasicTest. I wanted to know if the bt part was required. for example, say I was making a block called MagicDust. Would I need to use btMagicDust or mdMagicDust, or can I …

Ecommerce product list hard-coded block

I'm trying to hard-code an ecommerce product list block, but I am getting an error: Fatal error: Call to a member function getBlockID() on a non-object I'm using [code] $product_list = BlockType::getByHandle('product_list'); $product…

Filter Posts