Questions tagged [concrete5]

Concrete5 is an open source content management system (CMS) written in PHP and based on the Zend Framework. It allows for in-place editing of content for logged in admin-level users.

concrete5 is an open source content management system (CMS) written in PHP. It includes Zend libraries and includes jQuery for JavaScript needs. It allows for in-context editing of content for logged in admin-level users.

As a database, it's using MySQL through the ADOdb Database Abstraction Layer.

The project is maintained at http://www.concrete5.org/.

Many answers can be found on their forums or through their irc channel on freenode (/server irc.freenode.net in your favorite IRC client, and /join #concrete5 once you're connected)

586 questions
-1
votes
1 answer

jquery change background-image in concrete5 class

I'm trying to change the background image for a div in my concrete5 site when a different item in an accordion menu is clicked. Im fairly new to JQuery/Javascript and have been using alert statements to check my functions are working, and those are…
spiketg
  • 11
  • 1
  • 4
-1
votes
2 answers

Concrete5.7: Expose "Design" toolbar for anon?

OK, I have an issue i was hoping someone could help me resolve.. i'm needing some special case functionality on a concrete5 site(5.7). As it stands you need to be logged-in to view the ccm-toolbar (the toolbar used for editing and adding…
-1
votes
1 answer

PHP TextBox Value Before Submission

I'm building a registration form in Concrete5 but beforehand I need to retreive the User Attributes. I'm using hidden input to get the values as so:
Frog82
  • 464
  • 1
  • 8
  • 25
-1
votes
1 answer

Concrete 5 Remote SQL

I am wanting to do a Remote MySQL with 2 servers, server 1 holding the database & server 2 holding the website & images etc. Now they both run on cPanel, both with the same server build. Now as far as I know the last part of the config which I…
-1
votes
1 answer

Concrete5 - Can I get the package icon inside a tool?

I have a tool inside my package (it is a loopback page which will be displayed at the end of an external authentication flow). The page should display the package icon but because the base is an unusual URL I can't get anything relative to it and…
Nick Cardoso
  • 20,807
  • 14
  • 73
  • 124
-1
votes
1 answer

concrete5 Fatal error: Call to undefined function

This aray echos custom atribute for 'subscription-end'. This echos a date set. Where am i going wrong? isLoggedIn()) { $ui = UserInfo::getByID($u->getUserID()); echo $ui->getAttribute('subscription_end'); foreach…
NKJ Bolt
  • 3
  • 2
-1
votes
1 answer

For each loop in PHP to display certain item from database

So I'm wanting to make a way to display the 2nd newest row from my database. So my example (To help better explain it) If i have 10 rows. I want to display only the second newest one. Not the newest one but the one right after it. Or the maybe even…
John Ayers
  • 509
  • 1
  • 11
  • 33
-1
votes
1 answer

Concrete5 isEditMode()-like handler to get Information about active editing or publishing

So my question is if there is a Concrete 5 handler/listener instead of isEditMode() that tells if the user is in active Editing mode or if he just has published his Edit? Something like isPublished() or isEditModeActive() Thx yall thanks for…
-1
votes
1 answer

How can i upload my tempates to concrete5?

I am using c5 for social networking of my members. For front page i have my own templates in which all my css/images/javascript files are involved.How can i upload my template and change the theme.I just want to use my theme.How can i connect all…
-2
votes
1 answer

Add numbers based on month

Here I want to get sum total of a person's monthly payment as a report. More than one payment is possible for a month by the same person. My database looks like: id member_id date amount_paid 12 54(jaison) …
-2
votes
1 answer

concrete5 installation on openshift

I am encountering several problems while trying to deploy a default installation with sample data of the latest version of concrete5 - 5.7.3.1 Can somebody help me, and post a working example of webhooks etc, that allows persistence of the user…
Arthur Flower
  • 335
  • 3
  • 12
-2
votes
2 answers

Product gallery not working properly in Mozilla

I have a concret5 template in which there is a product gallery(slideshow). where in clients are given option to select different color for the cycle parts displayed in the gallery. Everything works fine, but in mozilla, before image appends to the…
-2
votes
1 answer

how to fetch value of each fID in this array

I want to have the fID value from this value to use this further. Could somebody help me out. Array ( [0] => Array ( [slideshowImgId] => 126 [bID] => 84 [fID] => 1 [url] => …
sonam
  • 3
  • 4
-2
votes
2 answers

Moving site form typo3 to concrete5

Is there any other way than copy paste text, to move content from typo3 to concrete5? Best Regards Mats Krüger
MyRevenge
  • 117
  • 1
  • 14
-3
votes
1 answer

Retrieving member data from MySQL

I have a members page where people can download pdfs upon signup. The signup is recorded to a MySQL db. I use Concrete5 as my CMS. Is it possible to retrieve which pdfs have been downloaded by which member after they have signed in? I have access to…
Rubba
  • 69
  • 7
1 2 3
39
40