I am writing a package which after installing, the user should be prompted to update some user provided settings. Is there some sort of "Concrete5" way of doing this? If so, please direct me to documentation if available (I've searched but no luck).
…
Using the code from https://documentation.concrete5.org/developers/express/creating-reading-searching-updating-and-deleting-express-entries to insert a new express data entry:
[code]
$entry = Express::buildEntry('student')
->setStudentFirstName…
My block controller contains the following. Both are triggered upon adding the block. Does it matter which one I require the asset in?
[code]
class Controller extends BlockController
{
public function registerViewAssets($outputContent = '')
…
After some nice help here I got the Concrvete5 migration tool working. :) So I'm migrating content from an old 5.6 website to a brandnew 5.8 site. I successfully converted the theme, solved all mapping problems and I now have a batch ready that, according…
I am building my first block which creates something like the following:
JavaScript will make a XMLHttpRequest which includes the data-id and C5 will use cURL to forward the request to another server, return the response to the browser client, …
Hello all,
I am pulling a Custom Topic List Attribute into my Blog page. The user has the option to select multiple topics from the list. I want to change the way the list is displayed... rather than using commas to separate the list, I would like to u…
Hi all,
I'm wondering if there's a way to export (and then import) Express objects. That is, the Express object definition (attributes, etc), it's forms, associations, and then even the entries of the object. I'd then like to reimport these on a differ…
This question has a specific and general part.
Specifically, I have a package where the package controller and a single page controller both need to know a given string value. I would rather not hard code the value in both classes and either just hard…
To add a new single page, I go to /dashboard/pages/single/single_page_added and add one. But I get an error as the page doesn't yet exist yet, so I add public/application/single_pages/my_single_page.php and all is good. But now I want a controller, so I…
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.