Developing (v7+)

For the better understanding of creating a theme

Hi community, I still didn't get it with the making of themes/sites/blocks/stacks. I created a theme from a HTML-Template. Now the user should be able to add an element (Stack? Or block?) with editable areas. I want him to just edit the textareas ins…

Reftagger

Anyone have experience implementing Reftagger on their C5 site? http://reftagger.com/ Just wondering if there are specific places where the script needs to be placed or if it needs to be included on each page. Thanks!

ADODB Pager

Can anybody tell me how I include ADODB pager in C5? BEcause I see it in libraries/3rdparty/adodb [code] $db = Loader::db(); $sql = "select * from btDfMap"; $pager = new ADODB_Pager($db,$sql); $pager->Render($rows_per_page=5); [/code] Basically …

Converting Bootstrap theme.

Hi All I am just starting out trying to convert a bootstrap html them to C5. I want at this stage to only part convert it so in essence the Text areas and the navigation and leave the rest working as html. My question is this: I currently have conve…

Responsive menu solutions for C5

hi folks, what is the best C5 MENU block solution for responsive design? I'm building responsive site that have a responsive drop down menu (1 level and 2nd level only)..and i need to customize 1 level layout a bit. (links have a large padding arou…

Where is EDT Time Zone

Hi A user of my site is in Ottawa, but this city is not in the time zone drop-down list. Does anybody know why not? Is there a way to fix this or at least a work-around? TIA - Mark

how to use helper buttons in single page?

I'm using [code]$form=Loader::helper('form'); print $form->button('bttn1'); [/code] I want to call controller function when the button is clicked. Where I want to specify my function name? Can any one show any example line of code for this...?

Homepage only shows add-ons on page reload

Hi all, I've just built this site and made it live today - www.quintonhealth.com . However I appear to have a problem where sometimes the homepage slider (Advanced Slider) and menu (Ukao menu) only load when the browser is refreshed. The menu still app…

Sort UserList on a custom attribute type

Does anyone know if it is possible to sort the user list on a custom attribute type, such as the Address attribute type? Right now I'm using the following code to sort on user attributes: [code] $ul->sortBy('handle', 'direction'); [/code] And tha…

Filter Posts