May 23rd, 2009, 10:02 AM
Hi Bwaye,
You mean display a different title on the submissions page - and any other pages?
Very interesting...! but out of the box, unfortunately no. That information is pulled directly from the database. In order to do it, you'd need to wedge in some code (via a module) to intercept and change that value before it appears in the pages & other core PHP code. It's very possible, but it would depend on exactly what you're trying to do.
What dynamic data would it depend on? Something to do with the current logged-in client, presumably?
Ben
You mean display a different title on the submissions page - and any other pages?
Very interesting...! but out of the box, unfortunately no. That information is pulled directly from the database. In order to do it, you'd need to wedge in some code (via a module) to intercept and change that value before it appears in the pages & other core PHP code. It's very possible, but it would depend on exactly what you're trying to do.
What dynamic data would it depend on? Something to do with the current logged-in client, presumably?
Ben