Developing (v7+)

Using custom modal login

Hello all I am wanting to use a custom modal popup for login in to a client area. I will be setting the username within the launch page which I plan to parse into a hidden input field to for the username. All the users will be faced with is the passwor…

Thumbnails are gone after Update

Hi I just updated to 8.2 an at my news area all my thumbnails are gone. Can't see them in the page attributes or in the output. I added them in the template like this: [code]

Page Type Action for URL with hyphen

So I have: Page type 'mytype' with actions of reg1(), reg2(), map(). Page /reg1 is type mytype and calls the controller action reg1() fine. Same for /reg2, /map. I also have page /other-page which is of type mytype. What do i call the action for the…

Hard-Coded Autonav not working in 8.2

Hi I just updated my website from 5.7.13 to 8.2. That worked well. But unfortunately the hard-coded autonav is not working anymore. I see on subpages the nav. It looks like the autonav doesn't know where it is. I tried also third_level. With top it sh…

Does anyone know the status of Carz add-on or user skywebro?

Can anyone verify if this developer is around any more? The Carz addon is $125 and the demo does not work. He doesn't seem to answer questions either. I am about to start building a website for a Luxury RV/Coach company that wants to list their inventory.…

8.4.1 How to filter ItemList by multiple fields?

This works for either-or: [code] if ($this->search) { $query->andWhere('model like ?')->setParameter($paramcount++, '%'. $this->search. '%') ->orWhere('category like ?')->setParameter($paramcount++, '%'. $this->search. '%'); } [/code] H…

block appearing in different order than added

This is a repost as the one I posted 8 hours ago does not appear... no idea why The order of the blocks in a page type->output is not the order it appears on the page. The database has the correct DisplayOrder, and the query is returning them in that …

RSS FEED

Hi, I am trying to load the news content using rss displayer block. But I am not able to add the pagination for the block. Can anyone help me in loading with pagination view? Thank you

Express Object model

I am new here. so don't know its proper forum to ask question or not. I am developing a site in concrete5 8.4.0. i creted express object and created attributes, association(OneToMany : department->faqs). but in dashboard i can see everything object, for…

Filter Posts