Questions tagged [concrete]

concrete5 is an open source content management system (CMS) for creating web and e-commerce applications.

75 questions
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
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

Auto Nav blank link button to display dropdown with three different parent pages

Image to describe issue better My boss is looking for a navigational link set up in the nav bar which is not a page itself, but instead displays 3 separate parent pages in the dropdown (www.website.com/turkey, /greece, /italy). He wishes to retain…
Ziggles
  • 101
  • 1
  • 9
0
votes
1 answer

Concrete5 - Get a list of file sets a file belongs to

For a conditional in a block view I am building, I need to be able to check which file sets an image file belongs to. Scouring documentation, I have found resources as far as listing files if you know the file set name or id, or listing all file…
user3409230
  • 13
  • 1
  • 4
0
votes
2 answers

Specified key was too long; max key length is 1000 bytes

I'm currently moving my concrete5.7 setup from localhost to a live server. First thing I did was export the SQL database and import it on the server, however this is giving me an error: Error SQL query: --…
user1712263
  • 115
  • 1
  • 7
0
votes
1 answer

Crazy long "exception occurred" while installing version 5.7.2.1 of CMS Concrete5

I finally almost have Concrete5 installed on my website, I am using GoDaddy hosted on Linux OS, with PHP version 5.3. The link to my installation page I am stuck on (that displays the error) is:…
Zach Cook
  • 604
  • 12
  • 33
0
votes
1 answer

How to attach files in 'page' in concrete5?

I'm new to concrete5. I need some pages with some different pdf files attached to them. It seems in Composer - Page, the editor can only insert images. I think 'add block content' is not proper, because the pdf files should just appear on certain…
尤川豪
  • 459
  • 5
  • 26
0
votes
1 answer

Differences between standard iterator implementations

I tried searching around the site, but there is way too many threads with keywords interator or implementation. So, in a nut shell, what is the difference between various standard iterator implementations? I have not noticed anything different,…
user3746504
  • 103
  • 1
0
votes
1 answer

Concrete5 - Save array to DB

I created block wchich you can add in it dynamically a multiple names. When I cick save, and return to the block editing, I dont see my new added names. I think that is problem with save to database. Please can someone help me with it? Here is my…
0
votes
2 answers

Concrete 5 upgraded to 5.6.2.1

After upgrade to 5.6.2.1 I am getting two issues when I enable the Full page cache (On-In all cases) in Dashboard -> System & Setting -> Cache & speed setting. Issue #1 : Search Keyword Issue The search uses the keyword of first entered text. If I…
Senthil
  • 444
  • 1
  • 10
  • 23
0
votes
1 answer

popups stopped working after "concrete-izing" my bootstrap site

This is the first time I use bootstrap in combination with concrete and I ran in to a little problem. The popups in which you edit and add new elements stopped working. Instead of loading in front of your page they now load as a separate page. On…
0
votes
3 answers

How to add a basic signup form to a Concrete5 page template

I'm new to Concrete5 and have found a ton of information on adding contact forms, but only to the editable area of the page. What I need to do is get a form into my page template. It's simply a name+email+submit button form to appear on every page…
splscs
  • 61
  • 2
  • 7
0
votes
1 answer

Stuck with htaccess file in my main directory and do not know how to use it or get rid of it

Apparently there is a .htaccess file in my root directory which is messing up all of my other sites that are in the directory. I am currently using GoDaddy as my host. This is the situation i am facing: I have a main domain which is hosted…
Baruch
  • 1,618
  • 5
  • 23
  • 42
0
votes
1 answer

Page not found error once submit form in addons contact_directory using concrete5?

I have purchased add-ons module contact_directory using concrete5, now I have need to customize on my requirement. so I have need to changed file packages\contact_directory\blocks\contact_directory\view.php, I have created test.php file in same…
-1
votes
1 answer

What is the benefit of mocking an interface instead of a concrete class

Is there a benefit in mocking a concrete class vs an interface? sample: In my CustomerService class I call the CustomerDataProvider like customerDataProvider.GetCustomers(); customerDataProvider could also be of type ICustomerDataProvider. When I…
Pascal
  • 12,265
  • 25
  • 103
  • 195
1 2 3 4
5