Multiple content types in repeating group

Hello,

I am building a facebook style wall and want to show different types of content from different databases in one repeating group. ordered by creation date.

types of content can consist of user inputed images, text posts , posts someone else has done on them

Hi, that is possible if you can tie everything to the user. For example, we can have a database with the datatypes user, post, comments, and images. in this case you have to link everything to the user so that you can have the RG as type user and display different datatypes attached to the user, in our example the comments, posts, and images.

This topic was automatically closed after 70 days. New replies are no longer allowed.