Developing (v7+)

Product Custom Attribute SQL Issues

Hey there, I have a need to export all the product info related to a given product to a CSV file. Right now I'm trying to sort through the Concrete mySQL tables and find where the custom product attribute values are being stored. I somehow keep losing …

Get wordpress latest post on concrete home pge

Hi, I want to get the wordpress post on my concrete home page my website is eg. www.concrete.com and my wordpress blog is www.concrete.com/blog is there any addone to get wordpress latest posts on my concrete home page. Thanks in Advance

Adding an Arcade

So I'm trying to build and arcade, which is like a page where visitors/members can play games on the website. What I need is some opinions structuring it. The arcade will be like a list of the few games I've put on the website. Then when a user clicks …

Custom Page List Template Error

Hi All: I am getting this error attached and not sure why this is happening. What I'm doing is basically making my own custom template for Page Lists. I copied a default template from: /var/www/concrete/blocks/page_list/templates into: /var…

Wordpress Plugin Help

I have created a test page that uses the wordpress plugin. http://championsforkids.org/SSP-RSS How can I edit the URL of the blog post so it goes to the correct page on Wordpress? The link currently loads: http://championsforkids.org/ssp-rss/a…

error querying database...

When I query a database table from my controller I receive the following error: Warning: mysql_num_rows() expects parameter 1 to be resource, string given in /home/levelmed/public_html/dev/wellbeingworld/blocks/wellbeing_providers/controller.php on lin…

database query issue

Hello, In my block controller I am trying to query a database and extract some info. However I keep getting the error: Warning: mysql_query() expects parameter 1 to be string Please can someone advise why..? My code is: [code] function getCateg…

Calling a block function

Hi There, I am creating my first custom block. I have created a function in the controller.php: [code] function tester() { $myString = "Hello!"; echo $myString; } [/code] I am trying to call this function from my view.php file using…

Filter Posts