Developing (v7+)

Multi page forms

Anyone know how I can make a multi page form? Rather than having all my questions in the form on one page, I want to be able to have the questions on different pages. I want the the user to answer a question, then click next until the final question where…

UserInfo::delete() doesn't remove UserSearchIndex

Hi Why is the following line not included when deleting a user [code]$r = $db->query("DELETE FROM UserSearchIndexAttributes WHERE uID = ?",array(intval($this->uID)));[/code] Not having this line means that the table UserSearchIndexAttributes is n…

Ordering of autonav not working in 5.4.2.2?

Hi, I'm trying to display the autonav links in reverse sitemap order, but none of the ordering options in the autonav dialog box work. Nor does hardcoding the ordering like so work: [code]$bt_main->controller->orderBy = 'display_desc';[/code] I'm u…

Adding a Spreadsheet to a website???

Hi all. You guys are always so helpful so I have a new (probably dumb) question for the experts. I have a photography website I have a schedule a session page and want to list available times on the page. http://www.lorisudlerphotography.com/index.php/fam…

What is an AttributeSet

I'm looking into creating some attributes and ran across 'Attribute Sets'. What are they? Are they simply a grouping of attributes? Thanks in advance.

Installing Designer Content Block

Hey all, Apologies if I am missing something simple here... I've downloaded the designer content block and uploaded the entire directory to my root 'blocks' directory. I then went to 'Add Functionality' in my dashboard and I do not see anything avai…

Concrete5 wordpress importer help

Hey, I'm trying to port a wordpress site to ProBlog using the wordpress_importer but it's not working. When I try to load the .xml file I get a series of errors that look like this: Warning: SimpleXMLElement::xpath() [simplexmlelement.xpath]: Undefine…

Can concrete something for my site

Hello, I want to convert my site (http://www.tamarawobben.nl) to another cms. This because I need to have different number of articles on different pages. On my site currently on textpattern this is workimng but the site is now unstable. Adding …

html 5 header not responding

I'm using html5 and 960 grid and all seems ok but I noticed that when using the header tag and a class then the class isn't being implemented in IE (surprise!) I'm also including Remy's html shiv that's meant to cater for IE. Any ideas? [code] …

Render view as string inside a helper

I have extended the concrete5 form helper. Its a form builder that can build complete form blocks at once. At this moment I am building up these blocks in functions so my code is like: $string = "" . $form->text() . "" etc. Now some blocks need …

Filter Posts