Hi All,
I love this component and have done several "fancy" things with it. But currently I am lost.
I have a table let's call it "RESULTS". In this table I have cf_id, cf_created_by, and point as fields.
I have set up the DBMRL to have all the required data from this table.
But I have problems with the display. (I am REALLY new in php)
I would like to have a "result" form which looks like this:
Result created by: #cf_created_by
And then a table about all the items created by this user.
Than "Result created by" again and table again etc, etc.
Example:
Result created by: 68
points (table header)
12
11
10
Result created by: 69
points
11
15
Please advise how to handle it.
thanks in advance!
bbaraba
I love this component and have done several "fancy" things with it. But currently I am lost.
I have a table let's call it "RESULTS". In this table I have cf_id, cf_created_by, and point as fields.
I have set up the DBMRL to have all the required data from this table.
But I have problems with the display. (I am REALLY new in php)
I would like to have a "result" form which looks like this:
Result created by: #cf_created_by
And then a table about all the items created by this user.
Than "Result created by" again and table again etc, etc.
Example:
Result created by: 68
points (table header)
12
11
10
Result created by: 69
points
11
15
Please advise how to handle it.
thanks in advance!
bbaraba
This topic is locked and no more replies can be posted.