Questions tagged [concrete5-5.6]

Questions related specifically to the Concrete5 version 6.

4 questions
2
votes
2 answers

Concrete5: How to refresh a package?

I am working on a custom package that only has dashboard-related application. In other words, there are no blocks. If I update the table in the db.xml, how do I refresh the package so that the table structure is synced in the database? I can't see a…
user1448031
  • 2,172
  • 11
  • 44
  • 89
1
vote
2 answers

How to wrap multiple blocks

I need to wrap a custom number of blocks on a page to apply a grid system to them. I know about setBlockWrapperStart() and setBlockWrapperEnd(), but these are applied after each block that is generated. Let's say I have 12 Blocks of a given type…
Sebsemillia
  • 9,366
  • 2
  • 55
  • 70
0
votes
1 answer

How to update a legacy concrete5 package

A long long time ago, I've developed a concrete5 package for concrete5 <= 5.6 for a small non-profit organization. Now, because it has never been upgraded, there are some issues that I can't easily fix, related to the old PHP version. Therefore, I'd…
rbnvrw
  • 347
  • 3
  • 15
0
votes
2 answers

Filter item out of a PHP list

I have a form that currently displays check boxes from a range in an attribute on concrete 5.6. What I need to do is to take that list, but now filter out one item. I want to filter out mpdID of 81. The code used to display is:
Justyn
  • 11
  • 2