So I'm creating a Block that goes a bit beyond some of the original features of the bundled "content" Block. As I'm using this to learn as well, I've noticed that there's a lot of tinymce initialization code found in editor_config.php. Much of it focusi…
I want to search the users with the magic method of the user_list model.
This is my code
[code]
$userList->filterByAddress('%'.$keywords.'%', 'LIKE');
$userList->filterByZipcode('%'.$keywords.'%', 'LIKE');
$userList->filterByCity('%'.$keywords.'%…
I'm trying to get all page attributes of type 'image/file'. When I use
[code]
Loader::model('attributes/categories/collection');
CollectionAttributeKey::getAttributes(
$c->getCollectionID(),
$c->getVersionID()
);
[/code]
I get the current…
I have developed a few blocks but i am lost when it comes to develop a more complicated application like packages with some backend admin pages.
I think it would benefit everyone to have a basic hello wold application kit to download and get started wi…
hi all,
i make some trick for add nav appear in slideshow,
but i not sure this is the right aprroach
[code]
// element/header.php
$a = new Area('Header Nav');
ob_start();
$a->display($c);
$printed = ob_get_contents();
ob_end_clean();
define(…
I had a look at the stickied thread, but I noticed that even the updated Block tutorial link is dead again.
I'm interested in getting started with writing a C5 Block, but have nowhere to really get started.
Lifecycle, accessing existing functionalit…
I wonder if anyone has a solution they'd like to share for this: managing image captions in the tinymce editor.
I know I could create a custom template with the image block and grab the alt/caption, but that's not an ideal option in this case (more wor…
Hello everyone,
I have been struggling with the search function. It seems that words containing special characters like æ, ø and å are returning with no results. My site is hosted by concrete5. Im running concrete5 version 5.4.1.1. I have checked the d…
Hi there,
I have a template-embedded autonav a-la:
[code]
$bt_main = BlockType::getByHandle('autonav');
$bt_main->controller->displayPages = 'top';
$bt_main->controller->orderBy = 'display_asc';
$bt_main->controller…
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.