119 Posts
root
7 years ago
Topic

Hello,

The 3.8.4 changelog says: "+ Allow syntaxes to retrieve Group X values in HTML Typography plug-in." That's nice! But,

How can we get the GroupX values through HTML typography? Should be something like this: $cck-getSomething[2]('groupx_field'); (Ò_ó)

Apart of this, is it possible to get the FieldX values similarly?

Thank you for reading.
Kind regards.

Get a Book for SEBLOD
4229 Posts
Kadministrator
7 years ago
1
Level 1

Syntax for groupX is

$cck->getValue('groupx_name',[x],'field_name')

[x] needs to be used as it is, not replaced by any number

For fieldx see tutorial

119 Posts
root
7 years ago
0
Level 2

Hello Klas,

Thank you so much, I still had not discovered the new articles of documentation :)

Best regards

Get a Book for SEBLOD