Developing (v7+)

C5-8.4* How to programmatically add pages to Dashboard pages?

I need to show a table in Dashboard. Say, a table of orders, similar to the Community Store 'Orders' page (dashboard/store/orders). So I can add my own single page to the Dashboard with a block to list data - a list/table of orders, each having a 'View' b…

providing third party authentication ability

OK, This isn't exactly what the subject says, I have been asked if its possible to 'export' the credentials for users to a third party system one of my clients is building. This will allow users of the other system to log in with the same credentials as t…

Use 3rd party library during install package

Hi I have a question. I've installed 3rd party library and I use it in my package (I use autoload in on_start function) [code] public function on_start() { require $this->getPackagePath() . '/vendor/autoload.php'; } [/code] I…

How to get more than 10 results in filemanager?

I'm trying to have a long list of files to choose from in the filemanager. Normally it gives a list of only 10. I used to have in applications/config/concrete.php: concrete5 v.8.40 [code] 'file_manager' => array( 'results' => 50 ) [/co…

Additional steps to Blog tutorial

Hi, I am new to Concrete5 and am enjoying working with it. I want to create a fairly simple blog for hosting news on our site, and have set one up using the following tutorial: https://documentation.concrete5.org/tutorials/setup-a-simple-blog-withi…

Generate a calculated report based on an input value

I thought this should be straightforward, but is turning out to be more complicated than anticipated. I want to embed a form that takes one field (Hash Rate) as input and then displays a table of numbers and text by multiplying the input by some hard c…

Excluding a topic from a page list

I'd like to render a page list that excludes all (blog entry) topics but one. (This page list will also use a custom template.) I've read through this documentation: https://documentation.concrete5.org/developers/working-with-pages/searching-and-sortin…

Can't add page through sitemap

Hi all Is this a known issue? (I am using 5.84RC2) I am developing a multilingual site with main language German. I set up a second English language branch. When I try to add a new page below the "root" page (named "Welcome" of the English branch, t…

Filter Posts