Developing (v7+)

Page List Block

Hi. Im working on page list blocks. Presently page list is working fine for pages beneath particular pages. Im looking for customizing is by checking conditions like when the page was created and hide pages older than particular date. And want all pages o…

setup script package like the sample content

hi, i'm new and trying out concrete5 to move from wordpress. i want to write a package that can create custom attributes, page types, page templates, users, composer form sets, etc. similar like how the sample content was being set up when installing. …

Is repeatedly loading a helper in a loop bad for performance?

Hello all This might be a silly question but I thought I'd see what the community thinks. I'm writing some functions to pull out users' avatars for use in my site's footer, like so: [code] Class Controller extends Concrete5_Library_controller { …

"My Site" Issues

I cannot get the My Site off of there. I bought a customized site and all of the posts on how to fix are 3-5 years old and apply to different versions of Concrete5. Need up to date information on how to edit this and put my site name in there. Any ne…

Form with placeholder

Hi everyone, Been a while since I was here last, and I can see a lot has happened :-) I am intererested to hear if anyone outthere has info about a FORM plugin for the current version of Concrete5, that supports "placeholders" ? Or if any of the d…

positon of external form response

At the moment I can output my external form response with This only shows up when it is in the form. However I would like to put this at the top of the page, is this possible? Can I access it though a global variable or some other way?

User profiles visible before account activation

Hello all, I'm creating a site with public profiles which the client will moderate and activate as they come in. However I'm able to view a user's profile before that activation has taken place. This is obviously not the right behaviour -- any thou…

Get Image Block's Src Path

If I'm getting the block with this: [code]$image = $page->getBlocks('News Image');[/code] And it outputs the image ok with this: [code]$image->display();[/code] How can I get just the file's src path? All the [code]getRelativePath();[/code] fun…

Reload a stack with a page list using AJAX

Hi, I'm trying to find out if it's possible to reload a stack onto a page using AJAX. The thing I'm going for is a stack with a page list that is reloaded after a certain action is performed. For example, say a select box is clicked to choose a filt…

Filter Posts