Currently to add a wrapper you can use the code below, this wraps each block with the html defined within the function parameters.
[code]
$a = new Area('Main');
$a->setBlockWrapperStart("");
$a->setBlockWrapperEnd("");
[/code]
However if you want …
It seems to me that C5 with pretty urls (read htaccess mod-rewrite) puts a trailing slash on the end of all urls.
Search engines will tend to treat 'www.myc5site.com/about/' and 'www.myc5site.com/about' as two separate urls initially leading to a concern…
I have an element that I only want to show on the page if the page is accessible to guests.
So I want to determine if the current page is accessible to guests.
The following code works:
[code]
$gl = new GroupList($c);
$gArray = $gl->getGroupList(…
Hi,
I am trying to filter a page list using a select attribute with contains multiple values. here are a few ways i've tried. None works so far. This is within my block controller.
[code]
$cPage = $this->getCollectionObject();
$pak = CollectionAt…
hey all, im new to concrete5 and for now i would recommend it for every users that use CMS ...but i have one little question...
i need to do a form that pulls info from an extra database that i have in phpmyadmin. i have all the code working in php/html …
Hi community!
I have problem with overriding core block controller in my package. I used to have this override in root block folder, and it worked fine, but when I moved it do package it stopped to work. I assume that there is some problem with locatio…
I'm using the Galleria addon for a site I've developed but the client has noticed that when they select their browser back button that the page doesn't go back correctly.
I have a link, is there any chance I could get someone to take a look please.
…
Hi, I read all the possible topics but still I'm stuck with the following.
I created a website and want to grand my customer access to edit and approve pages, so I created a USER and set the following permissions :
- View
- Preview Page As User
- …
Hi there, I thought I would start a new post for this. New to Concrete5 and think it has great features.
As far as I am aware there is no easy way to unpublish content for dummies by default which is a bummer as I deal with lots of dummies.
When you…
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.