Forum Discussion

isxtn's avatar
isxtn
Advisor
2 years ago

Returning all messages with a certain tag?

I'd like to return all the top level messages given a single tag, with results that include the id, user, body, subject, and post time. Is there a better way? Or even a way that works?  Attempt 1 wi...
  • isxtn's avatar
    isxtn
    2 years ago

    Sweet. I didn't even realize that we could get messages by tags from V2 without a message.id constraint.

    While I'm here, MattV , is there a way to list all Settings for a site, either in V1 or V2? Specifically I want to see the names and values for the settings in the Settings List Editor, not for a user. 

    i.e., these kind of settings

     

    ${coreNode.settings.name.get("profile.language", "en")}
    ${coreNode.settings.name.get("custom.discussion_category_id", "nada")}

     

    Etc

    Thanks!