Developing (v7+)

Concrete admin bar not logging out and appearing on users screens!

Hello, i've recently moved a concrete5 site to a new server. I have changed the DNS and now I can't log out of concrete5. Instead, the admin bar remains at the top of the screen. What's worse is that users who visit the site are able to see the whole admi…

How do you make the edit-block dialog full screen?

Hi everyone, I am building a new block type, and want to make use of all available screen space when adding/editing the block. I know there are variables [code]$btInterfaceWidth[/code] and [code]$btInterfaceHeight[/code] in the block controller for …

Number of pages showing in a folder

Hi, In a folder, I am wondering why we only see 1 page, when there are 4 or 5 pages, as we have about 50 images in the folder. Screenshot - https://goo.gl/dWVhVV It would be helpful to know how many pages in total are in a folder. Is this possib…

8.4.2 How to join 3 tables for search by each column

I have 3 tables: Countries, States, Cities. They have OneToMany relationships Countries->Cities, States->Cities. I have the following in the CityList: [code] if ($this->search) { $query->innerJoin('c', 'Countries', 'co', 'co.country_id = c.count…

pagination of child pages only

Hi, is there some way to get the pagination block to paginate the child pages of a particular page only, rather than all pages? i.e. parent page - child 1 - child 2 - child 3 pagination on child page 2: < 1 (2) 3 > Thanks, Una

8.4.2 How to use StatesProvincesList with CountryList

I can load arrays of countries and states from CountryList and StatesProvincesList into select boxes and use ajax to filter the states on selecting a country. However I see in the address attribute code the following statement: "@deprecated Use $app->m…

Menu Colours

I am a novice and i am having a challenge trying to change the mobile drop down menus colour, i have found the code that needs changing to make it red using inspector, i then have found the relevant code in the bootstrap.min.css and made the change but up…

Single pages and controllers

I was having issues figuring out how pass data between the two. I'm trying to use this simple test that I found in this thread. https://www.concrete5.org/community/forums/usage/single-page-view-and-controller-dont-work-fine /var/www/html/concrete5/…

Filter Posts