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…
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 …
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…
I install pages during a package installation, the install():
[code]
$page = Page::getByPath('/my-page');
if (!is_object($page) || $page->isError()) {
$page = Page::getByID(1)->add(
PageType::getByHandle('page'),
array(
…
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…
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
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…
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…
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/…
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.