PHP, hardcoding, posts Is it concrete5 version 5.7 or 5.6? says DreamMedia on 03/01/15 at 2:43 pm, in reply to Hello, I am new to concrete5. …
Looking for add-on to schedule content Hi, if you just want to schedule a block, you can do this by using the viewing permissions of the block or schedule the guest access (needs advanced permissions). However, if… says DreamMedia on 01/26/15 at 5:01 am, in reply to Hi, Did you ever find a sol…
Catalog Add-On available? Hi, I think you could do this with the News & Blog Feed add-on. You can display your products in an overview by making your products also feed entries. You can also limit the fe… says DreamMedia on 12/01/14 at 11:05 am, in reply to I need to make a catalog with …
Additional customization, a new Javascript block and some fixes Sent you a PM. Cheers, Daniel says DreamMedia on 12/01/14 at 10:53 am, in reply to Site: vamos-abroad.com Them…
Album Block? Hi, you could achieve this with the News & Blog Feed add-on. If you place a Feed Entry block on each of your gallery pages, you can create a list where each line is a link back … says DreamMedia on 11/13/14 at 4:40 pm, in reply to Hi, Has anyone created an A…
Album - Multiple Galleries You could do this with the News & Blog Feed add-on. If you place entry blocks on your galery pages, you could summaries the enries in a list with images which would also show the h… says DreamMedia on 10/25/14 at 7:37 pm, in reply to You can do this. But I want on…
Is ist possible to define a placeholders for custom attributes in forms Hi Frank, I updated the add-on. There is now a class you can use to replace html code very easy on a PHP level. You could do something like: [code] [/code] You'll find … says DreamMedia on 10/11/14 at 7:16 am, in reply to Hi Frank, if I get it right…
Blog sorting by event date Hi, maybe it's worth for you to have a look at the News & Blog Feed add-on. It uses a different approach to posts, detached from page types and gives you a lot of freedom on how… says DreamMedia on 10/09/14 at 5:54 am, in reply to Hi, I'm making site where I'm…
Archive Page lists in 6 monthly blocks. The new version of the News & Blog Feed is up. If you're still looking for a solution, it could be done now with this feed add-on. says DreamMedia on 10/06/14 at 5:33 pm, in reply to A client needs an unusual form…
Is ist possible to define a placeholders for custom attributes in forms Hi Frank, if I get it right, the form is not written by you but by the php you attached. And in that form is some text you like to replace but the text is actually part of an ht… says DreamMedia on 09/30/14 at 12:28 pm, in reply to Thank you for your reply. I ha…
Instead of using "Your Surname" you could just print out the name of the user: says DreamMedia on 09/29/14 at 2:29 pm, in reply to Hallo, is ist possible to d…
Archive Page lists in 6 monthly blocks. I don't know what your time schedule is for the project but if have some time, it could be done with the next version of the News & Blog Feed add-on. This will introduce pagination… says DreamMedia on 09/28/14 at 3:08 pm, in reply to A client needs an unusual form…
News add-on that uses records instead of dedicated pages for each entry? Have a look at the News & Blog Feed add-on. I think the functionality the add-on offers comes quite close to what you are looking for. http://www.concrete5.org/marketplace/addon… says DreamMedia on 09/21/14 at 1:11 pm, in reply to Hi everybody, I started to…
C5 Cheat Sheet Great Tool! Thanks!!! says DreamMedia on 09/07/14 at 4:29 am, in reply to Hi! Was a nice reference guid…
generating sitemap.xml Try to delete the existing sitemap.xml, so that the process can create a new one and doesn't have to overwrite the existing sitemap. (First save the sitemap.xml somewhere else, jus… says DreamMedia on 08/30/14 at 4:33 am, in reply to I get "Cannot open file" error…
Allowing admin users to assign permissions only for specific areas of a site Hi, I don't think you can do this by default even with advanced permissions turned on. But I'm pretty sure you could do this programmaticly. You would create a user group for ea… says DreamMedia on 08/29/14 at 12:36 pm, in reply to Hello, We are currently build…
Create custom Pages with data from the Database Hi, sounds for me that you already doing the right thing by creating a block which offers the filtering options and then retrieves the data with an ajax call to the backend. … says DreamMedia on 08/27/14 at 5:37 am, in reply to Hello all, I am trying to c…
Bypass homepage if already viewed Hi, for returning users you could set a cookie which counts the visits and redirects the user directly to your link page after 5 times of visiting. If you are not talking abo… says DreamMedia on 08/27/14 at 5:05 am, in reply to Hi Is anyone aware of an a…
German language fails Hi, it works fine on my setup. Version 5.6.3 and 5.6.3.1 of c5 on Windows. The german package comes already installed with these two versions. The language file for both version… says DreamMedia on 08/20/14 at 3:47 am, in reply to Hello, i tried to switch th…
Full page caching with post request Are you logged in while testing. The $btCacheBlockOutputForRegisteredUsers variable might play a roll in this. says DreamMedia on 08/20/14 at 3:33 am, in reply to I have some custom blocks that…