I am trying to build my site around minimising and maintaining content. So stacks are a logical place to start. Eg. I have an article on how to login and I have made this as a stack. I have then reused this block of content on multiple pages so when I nee…
Hi
I am using concrete5 version 8.4.5 and have added google search functionality over https://exrx.net/Lists/SearchSite
The problem I am facing is while I search for any thing it used to show page thumbnais next to the search result for the website …
Hi evrybody,
What can I read the values of attribute type Select multiple options.
[code]
$colors = getAttribute("color");
echo "My favorite colors is : ".$colors;
[/code]
My favorite colors is : Pale grey White Dark green Pink light blue
…
Hi,
What is the best way to check whether or not a request come from dashboard sections?
In 5.6, I used to write something like this:
[code]
$dashboardRequest = false;
$needdles = array('dashboard', 'tools');
foreach ($needdles as $needle) {
if …
I know that using the Switch Language block, it's possible to change the language. This however requires an administrator to create a new page for the specified language, and place all blocks and such for each language again, since changing the language i…
Hi,
I have a 'text' attribute, 'birth_year', and users can enter any number in the field. I intend having a list of all the values - years - that inserted so far. Is there a way to retrieve them by C5 API?
I believe there is similar functionality for th…
Hi All
I have use as below for generate image thumbnail :
$imgHelper = Loader::helper('image');
$logo = $imgHelper->getThumbnail($page->getAttribute('logo'), 100, 50);
it return empty response, but actually it has a value and it is work in concre…
Hi evrybody,
I create attribute type image but when I dont use it, I delete it. But the problem when I want to update a page (Page List) I always have this message :
[code]
An exception occurred while executing 'UPDATE CollectionSearchIndexAttribu…
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.