I recently upgraded my website to version 5.5.2. However, my project is still listed as version 5.4.2. As a result I cannot connect to the community from my dashboard, and I can't add any additional themes or add-ons. I'm afraid to upgrade to version 5…
This is a two part question actually:
1. Where do I put the javascript for a theme I am building? Do I put in the the "js" folder or in a "js" folder I create **inside** of my theme folder?
2. Is there a special way to reference / link to my javscri…
For SEO purposes I wish to create a custom template for the pagelist that generates the urls without a trailing slash.
A similar problem with autonav was kindly solved by jordanlev using rtrim.
http://www.concrete5.org/community/forums/customizing_c…
I have child lists for my site using:
$parent = Page::getByID($parentID);
$pageArray = $parent->getCollectionChildrenArray(true);
But $pageArray is not in sitemap order, How can i achieve this?
Hello All,
First, thank you to all who have helped me up until now. I'm kinda at an impasse with setting up the next area of my site.
It is a health and fitness site, and I would like to include an area where members can log in and view their persona…
I am building a site for someone but the 'Home' auto-nav looks different from the rest and I can't see why. I want the look of the subsequent menus, not the Home one.
HOME:
http://grumble.asia/GreenHub/
DESIRED LOOK
http://grumble.asia/GreenHub/in…
hi,
my server has just been hacked shortly after installing c5 for the first time (a number of index pages were uploaded to domains on the server), we're still trying to find the cause of the issue. i was wondering if the following exploit applies to 5…
Shouldn't you use [code]$u->checkLogin()[/code] under "If a user is logged in do something" instead of [code]$u->isRegistered()[/code] as per
http://www.concrete5.org/community/forums/customizing_c5/isloggedin-and-isregistered/
http://www.concrete5.org/…
I have a "controller" in my controllers folder (outside of concrete5 folder. Just the normal, default empty controllers folder).
When I include this in my view method:
[code]
$this->addHeaderItem(Loader::helper('html')->javascript('event.js'));
[…
When I try to save a date/time attribute by writing:
[code]
$date_key = CollectionAttributeKey::getByHandle('event_date_time');
$date_key->saveAttributeForm($p);
[/code]
$p is the page. $p works when I save other attributes (i.e. text) just not t…
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.