Hi.
So what I've already gotten is a new page created under a parent page:
$parentPage = Page::getByID(98, 'RECENT');
$data = array(
'name' => $_POST['name'],
'cHandle' => $_POST['name'] . "_handle",
…
I am trying to modify the addon automatic email obfuscator.
In the controller we can find this code that I'm trying to modify.
[code]public function on_start() {
$req = Request :: get();
$p = $req->getRequestedPage();
if (!$p->isAdminArea()) {...[/co…
On my blog, the RSS feed will generate a feed, but when the title of that page is chosen, there is a 404 error. The problem is that the code for the URL has an extra /content/ in it. Where is the code for the URL is generated in Concrete 5 so we can cha…
On my view.php pages, I'm getting the error message to show up with no errors...just this (in the code)
[code]
[/code]
And this is what I have in my view.php file:
[code]
[/code]
According to t…
How can I get the User Profile page to show up in my sitemap for use in the AutoNav?
I have my sitemap setup like this:
Home
---Staff Portal (contains login block)
------Staff Only Page
------Staff Only Page
------Staff Only Page
------etc
I…
Hi,
I'm using really cool feature cache.
I'm using different cache object under the same type but with a different ID.
I don't find a way to flush all cache only under a type (all ids under this type).
Is anyone can help me?
Thanks a lot.
Se…
Not sure if this is a bug or intentional. Can be seen at:
http://www.concrete5.org/page_not_found (real page)
vs
http://www.concrete5.org/not_real_page
Looks like the page object $c isn't properly set when directed from a page not found request.
It seems the Dashboard and the Edit Page button are two different buttons. I changed the URL that the Help button references in the site.php file, but only the Edit Page button actually goes to the page that I specified. When in the Dashboard, the Help bu…
I'm always struggling with finding a way to get sub-pages to display a sidebar nav that shows ALL pages underneath the current top-level page.
I came up with this:
[code]
$current = Page::getCurrentPage();
$parent = Page::getByID($c->getCollection…
I have been working on a Membership site lately and I would like to have my members notified when their membership is coming due. A week or a month or multiple times would be ideal.
At time of deactivation at minimum.
Is there a way to add that featur…
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.