Is there a way to have a page completely bypass the Concrete5 page caching by appending a GET var to the request? I assume this feature is not built-in. But if not, how would one temporarily defeat the cache?
https://www.mysite.com/path-to-my-page/?cac…
I create an Express object within a package, then I try to delete it during package uninstall:
[code]
public function install()
{
try {
$expressObject = Express::getObjectByHandle('my_category');
if (is_object($expressObject)) {
…
Hi there,
Totally lost on how to change the Conversation block, which comes with the standard blog install. Any help will be much appreciated.
Basically I want to change text but maybe on the way some more tweening.
cheers, Vincent
Following this for v8.4.0:
https://documentation.concrete5.org/developers/packages/adding-custom-code-to-packages
package controller:
[code]
use MyPackageClasses\Utilities\Installer;
public function getEntityManagerProvider()
{
…
Hi everyone!
I 'm trying to set the page permissions, in this case 'edit properties' I want to assign a user group and and that is assigned by default some properties, for example (meta name, short description, owner, exclude from the Nav.....)
I am …
I am loading a custom image attribute in a template. I like to load the attribute and assign a custom thumbnail ( Dashboard > System > Files> Thumbnails) to the image.
Now I have several way to load the image attribute. My Questions:
- How do I load t…
Hello Team,
We have developed a website in Concrete5.8.3.1. We have a single page where we are showing details of particular object. The url of single page is "/training/detail/1". Now I want to make some seo friendly url so if we type /alle-opleidinge…
Hi,
Can we implement invisible re-captcha for a contact form?
I found only one, but that package is broken.
Please, it would be helpful, if you can suggest me any add-on available for invisible re-captcha.
Thank you.
I need to have a choice of classes for areas available. In pagetheme.php I have:
[code]
public function getThemeAreaClasses()
{
$classes = array();
for ($i=1; $i < 99; $i++) {
$classes['Area '.$i] = array('small-blog-en…
Hi,
I have been tasked with updating 5.6 sites to 5.7 ... 5.8.4. All of my C5 experience is in C5.7+. :-(
To complicate things, the current site has been mangled into running on nginx with unknown mods and way too many simlinks. What has worked for…
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.