Welcome Guest, Not a member yet? Register   Sign In
Bancha, Open-source CMS
#21

[eluser]areesto[/eluser]
[quote author="Nicholas Valbusa" date="1327941874"][quote author="areesto" date="1327940189"]Hi Nicholsa,

Are you planing for some future versions of getbancha or some tutorials on it? it would be great if there is more users functions like adding the field creator on record table to know who create the post.

Thanks.[/quote]
Hello,
I'm planning to do some screencasts and written tutorials, more detailed than the introduction tutorial that you can find here:
http://docs.getbancha.com/firststeps/index.html

On the next release I also expect to add an "author" field on the records table. By the way, you can add it by yourself using an xml field like this:

Code:
<field id="author">
    <type>hidden</type>
    <default>eval:$this->user('id');</default>
</field>

Futher info about the fields: http://docs.getbancha.com/content-types/...ields.html

You can also use $this->user('full_name') or $this->user('username')

On the post, you get the value as follows:

Code:
$post->get('author');
[/quote]

Thank you very much, as i can see it's very flexible!!


Messages In This Thread
Bancha, Open-source CMS - by El Forum - 01-08-2012, 10:36 AM
Bancha, Open-source CMS - by El Forum - 01-19-2012, 02:09 PM
Bancha, Open-source CMS - by El Forum - 01-19-2012, 04:49 PM
Bancha, Open-source CMS - by El Forum - 01-19-2012, 05:03 PM
Bancha, Open-source CMS - by El Forum - 01-22-2012, 07:17 AM
Bancha, Open-source CMS - by El Forum - 01-22-2012, 08:07 AM
Bancha, Open-source CMS - by El Forum - 01-23-2012, 06:24 PM
Bancha, Open-source CMS - by El Forum - 01-23-2012, 08:02 PM
Bancha, Open-source CMS - by El Forum - 01-24-2012, 04:04 AM
Bancha, Open-source CMS - by El Forum - 01-24-2012, 04:08 AM
Bancha, Open-source CMS - by El Forum - 01-24-2012, 04:31 AM
Bancha, Open-source CMS - by El Forum - 01-24-2012, 04:35 AM
Bancha, Open-source CMS - by El Forum - 01-27-2012, 08:47 AM
Bancha, Open-source CMS - by El Forum - 01-27-2012, 09:23 AM
Bancha, Open-source CMS - by El Forum - 01-28-2012, 07:52 AM
Bancha, Open-source CMS - by El Forum - 01-28-2012, 08:57 AM
Bancha, Open-source CMS - by El Forum - 01-28-2012, 10:29 AM
Bancha, Open-source CMS - by El Forum - 01-29-2012, 12:54 AM
Bancha, Open-source CMS - by El Forum - 01-30-2012, 09:16 AM
Bancha, Open-source CMS - by El Forum - 01-30-2012, 09:44 AM
Bancha, Open-source CMS - by El Forum - 01-30-2012, 09:51 AM
Bancha, Open-source CMS - by El Forum - 02-06-2012, 12:04 PM
Bancha, Open-source CMS - by El Forum - 03-19-2012, 02:12 AM
Bancha, Open-source CMS - by El Forum - 03-19-2012, 03:10 AM
Bancha, Open-source CMS - by El Forum - 04-17-2012, 02:11 AM
Bancha, Open-source CMS - by El Forum - 04-21-2012, 02:50 AM
Bancha, Open-source CMS - by El Forum - 04-21-2012, 09:55 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 02:38 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 03:45 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 06:12 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 06:38 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 07:21 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 07:43 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 08:23 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 08:43 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 09:18 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 09:43 AM
Bancha, Open-source CMS - by El Forum - 04-23-2012, 09:56 AM
Bancha, Open-source CMS - by El Forum - 04-26-2012, 10:23 PM
Bancha, Open-source CMS - by El Forum - 05-07-2012, 04:00 AM
Bancha, Open-source CMS - by El Forum - 05-08-2012, 06:13 AM
Bancha, Open-source CMS - by El Forum - 05-14-2012, 06:06 PM
Bancha, Open-source CMS - by El Forum - 05-17-2012, 08:03 AM
Bancha, Open-source CMS - by El Forum - 07-07-2012, 01:15 PM
Bancha, Open-source CMS - by El Forum - 08-16-2012, 05:00 AM
Bancha, Open-source CMS - by El Forum - 06-02-2014, 11:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB