Developing (v7+)

Guestbook move problem

When adding a Guestbook blocktype and when I want to move it up above another block it won't save the position of the guestbook. Perhaps it can be fixed in the svn RC version. thnx

Where is the Add Link page?

When you make a link, a popup opens a page with options for target, class, etc. Does anyone know what the name of that file is, and where it is located?

Do I have to use Picnik?

Sorry, someone may have asked this already but do i need to use Picnik to edit and crop my images etc as i want something much simpler and less confusing for clients to use.

i must be thick

but I can't seem to find documentation on how to create a page type what I need is a page type with 3 equal colums for part of the page can someone point me to the right documentation

concrete 5.3.3RC1 Available for Testing

Hey everyone, just wanted to let you know that I've just done a soft launch of 5.3.3RC1. It should be feature complete and hopefully bug-free. You can find out what's new with it here: http://www.concrete5.org/help/building_with_concrete5/updates/versi…

Custom login and register pages not displaying validation messages

I have copied login.php and register.php to my local single_pages directory and set up a view.php file in my custom themes directory, and everything's working fine. I can tweak those pages to my heart's content. The problem is that the error messages …

How to instantiate a user

If I have a user ID from my own table, how do I instantiate a user object with it? I tried: [code] $u = new User($row['AssociatedID']); [/code] But, the above seems to only return a user object for the current logged in user. I'm under the hood…

How Can I...use the C5 template outside of C5?

I have a some PHP pages that were not created in C5 and are somewhat complex programs. I would like to be able to use the templating that C5 has to make the pages look 'standard'. In order to test, I created a file.php that basically has an include fo…

Script in tools but with menu etc

I've got a PHP script currently sitting in the /tools folder since I need an onload and onunload but I would like to: a) include the normal C5 menu bar b) know the logged-in user ID Is there a way of either including the normal C5 stuff, or putting m…

Search block improvement

Search block by default doesn't search the meta fields (although they are indexed), so to fix that the database_indexed_search library has to be modified. I've modified the query to include meta fields and I'm concatenating '*' to the end of the keywords …

Filter Posts