Questions tagged [concrete5-5.7]

concrete5 version 7 is a major version of concrete5. It has been since surpassed by version 8.

Concrete5 version 7 is a major update to the concrete5 product, overhauling the architecture significantly from previous versions. This update brings many large changes, including a new architecture based on Laravel, a new asset handling layer, changes to the theme engine and much more.

74 questions
0
votes
1 answer

How do I explode the Tags attribute in Concrete5 value into an array?

I get the values of my Tags attribute and try to explode them into an array using the PHP explode function: $test = explode(' ', $p->getCollectionAttributeValue($atHandle)); print_r($test); When I echo out the value, it seems to be delimited by a…
0
votes
1 answer

concrete5 (5.7) page selector event - in dashboard

In another SO question, this was answered for usage within Blocks (Page selector (block development)). However, how do we apply this within the dashboard for example? Variable "Concrete" and "ConcreteEvent" seem to be undefined within the admin.…
0
votes
1 answer

Including a custom class in Concrete5 theme

I'm learning Concrete5 and ran into something that has stumped me, but seems like it should be simple to fix. My class (which resides at \application\src\Derp\Derp.php): namespace Application\Src\Derp; use…
user6062797
0
votes
1 answer

Concrete5 banned admin

Guy who's managing content on a site send me this screenshot. It says that he's IP was blocked. But I don't see any bans in admin panel (screenshot). Also I just noticed that if I change a language of a system on this…
0
votes
1 answer

How to make TinyMCE (Rich Text Editor) the default C5 editor

One of my sites uses the TinyMCE editor, and another site does not. Having been away from C5 for a bit, I can't figure out where/how to make the TinyMCE editor the default Rich Text Editor. I've looked in Google, SO and found nothing. Help would…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
0
votes
1 answer

Moving AJAX to server

Right now I have HTML blocks that involve a script to call data from another DB (outside of concrete5) and I've been using XHTTP Posts to retrieve the data. The problem: The scripts currently exist on the client side (e.g. you can see it by…
SethGoodluck
  • 380
  • 3
  • 14
0
votes
0 answers

Concrete5 CMS Page Type and Page Templates (defaulting to default.php)

I have just got into a new clients office today to fix up a site using Concrete5 CMS, however I'm having an issue with something. (Never used this CMS before so think I've done OK so far). Issue I'm facing is this: I created 2 new page types: blog…
James
  • 1,668
  • 19
  • 50
0
votes
0 answers

Bitnami Concrete5-5.7.5.2-0 instance is not loading themes properly

When adding concrete5 theme into application/themes/my_custom_theme bitnami instance does not recognize new theme. It recognizes it when moving theme into concrete/themes/my_custom_theme. Issue is only that in the current concrete5 version…
Maksim Luzik
  • 5,863
  • 4
  • 36
  • 57
0
votes
1 answer

concrete5 website API

I have some hierarchical data which I have organized in the concrete5 filemanager. I'd like to know if it is possible to access the filemanager from outside the concrete5 website by other apps (something in the manner of an API). This website made…
Suemayah Eldursi
  • 969
  • 4
  • 14
  • 36
0
votes
2 answers

Fresh install of 5.7.5.1, can't add/edit content/HTML blocks using OOTB Elemental theme

I'm having issues adding and editing content blocks in a main area using the out of the box Elemental theme. I've made no modifications to the theme or global areas whatsoever. Concrete5 installs and configures with no errors (green checkmarks on…
BoydDensmore
  • 181
  • 12
0
votes
0 answers

Failed to load resource: the server responded with a status of 500 (Internal Server Error) for Concrete5.7.5.1

I have installed the latest version of Concrete5 5.7.5.1 - after the install I go to the domain name but the website is blank and looking at the console it appears to be a 500 error. I think it has something to do with the permissions on the server…
0
votes
1 answer

Concrete5 5.6/7 programaticly adding user and enriching attributes

What is the best aproace of enriching c5 user's attributes. I have non C5 table with users information this information was created on old cms (non c5), and im now building new site with c5 would like to know best aproach of migrating users. Is it…
Bomberis123
  • 358
  • 2
  • 13
0
votes
1 answer

Using concrete5 session variables in an external script

I'm using Concrete5 from an external script. (The endgoal is external authentication in another system). So I implemented it as mentioned here: Bootstrapping C5 from an external script It works fine, I can access all of the classes. However, when…
Dekker1
  • 5,565
  • 25
  • 33
0
votes
1 answer

In concrete5.7, how does one change an image in a content block?

In 5.7, is it possible to place an image in a content block and then, thereafter, edit that image? Whenever I click on the image in Redactor, it just gives me link editing stuff, not the ability to change the image itself.
coupdecoop
  • 150
  • 1
  • 8
1 2 3 4
5