Developing (v7+)

Implode() error

Hi, I am getting the below error whenever I try to edit a "conversation block" I have no idea how to rectify this. I share the main concrete code between different sites so that's why the /usr/local/share.... directory. This should not be the issue becaus…

Sitemap.xml throws errors in Webmaster Tools

One of my sites has, what seems to be a perfectly correct sitemap.xml file. The structure looks good and I can be viewed in a browser at any time without problems. Also running automated jobs goes well. But when adding it for crawl in Google webmaster…

V8.5.4 - Adding Page Selector to Custom Block - driving me bonkers

Hi Folks I have made a Custom Block called Product Advert, its pretty simple, it has an image selector, a Was Price, a Now Price and also a View Product button. Its all working apart from the View Product Button. I just cant seem to get the Internal Li…

Overriding registration/login page

Hi everyone, I know this has been asked and answered many times, but the answers I see seem to vary per C5 version, and none of them works for me in 8.5 :) I want to override the single pages for /login and /register, just to make them look more lik…

Apache modules required to run Concrete5

What are the minimum Apache modules required to run Concrete5? I am working on a new VPS that runs Centos 7 where httpd memory usage is quite high as compared to our old Centos 6 VPS. I was looking at removing some of the httpd modules that are not nec…

File manager import

I need to import data into a database table. The data will be a csv file. I have the php code to parse the csv file from a memory (variable) stream. Can I use the built in file manager to select the file, upload to a variable and then process the da…

Mysql query not working with DB execute

Hi, I have this mysql query tested on Navicat. [code]SET @r=0; UPDATE table SET ranking= @r:= (@r+1) WHERE groupid = 1 ORDER BY points DESC"[/code] It works fine. However, when I did the same on my controller using: [code]$db->Execute("SET @r=0; UPDA…

blog RSS feed by category

Hi, I'm searching a way to use the RSS feed functionality for the blog by selecting a specific category to publish in the feed. Have someone a solution to achieve that? Thanks in advance

On Form Submit, Send User Name & Password.

Is their a simple way to create an express form that redirects you to a payment page on form submit. Then on payment confirmation, an e-mails sends the user a user name and password to access certain page on the site. Just trying to get some ideas for …

Displaying link to site page

In my controller.php I have $page = Page::getByID($pageref); I need to retrieve the page name and full URL to the page on my site Ie Name Page to display URL local host/cc5/index.php/team/about Appreciate for any help on what code to plac…

Filter Posts