Littlebay Templates Documentation
  • Welcome!
  • Quick Links & Tips
    • Littlebay Forum
    • Support Email
    • Built-In Documentation
    • Navigating the Bubble Editor
    • Navigating this Documentation
    • List of Bubble Guides
  • Messaging Template
    • Release Notes
      • 05/28/21 Guide on How to Update the Template's Select Conversation Workflow
      • 09/05/20 Guide on How to Update the Template's Video Chat Service
      • 06/14/19 Guide on New Conversation Functionality
    • About this Template
    • Setup Guide
    • Development Guides
      • Built-In Workflow Notes
      • Pages Summary
      • Reusable Elements Summary
      • Passwords
      • Translating Your App
      • Mini Guides
        • How to Remove Group Conversation Functionality
        • How to show the Chat window after clicking "Message" on the Profile Page when a Conversation Exists
      • Pages & Reusable Elements (Organized by Folder)
        • 1. Marketing
          • index
          • landing
          • 404
        • 2. Navigation
        • 3. Logged In
          • account
          • admin
          • change_pass
          • confirm
          • messages
            • Pageload Design
              • 1. Responsive
              • 2. Mobile Pageload
              • 3. New User
              • 4. New Conversation (Parameter)
              • 5. New Conversation w/ User (Parameter)
              • 6. View Conversation (Parameter)
              • 7. Viewing/Editing the Colors of the Message 'Bubbles'
            • Built-In Functionality
              • 1. Start a Conversation
              • 2. View/Select a Conversation
              • 3. Search for a Conversation
              • 4. Delete or Leave a Conversation
              • 5. View More Messages in a Conversation
              • 6. View Unread Messages
              • 7. See Who's Typing
              • 8. See Who's Seen Each Message
              • 9. Send Images in a Message
              • 10. Send Files in a Message
              • 11. Send a GIPHY in a Message
              • 12. Send a YouTube Video in a Message
              • 13. Start a Video Chat
          • onboard
          • profile
            • 1. Follow/Unfollow the User
            • 2. Send a Message to the User
            • 3. View the User's Followers
            • 4. View Who the User is Following
            • 5. Edit Profile
          • reset_pw
        • 4. Legal
          • privacy_policy
          • terms
    • Design Resources
      • Design Overview
      • Design Guide
      • UI Components
      • Page Templates
  • Responsive Base Template
    • Release Notes
    • About this Template
    • Setup Guide
    • Development Guides
      • Built-In Workflow Notes
      • Pages Summary
      • Reusable Elements Summary
      • Passwords
      • Translating Your App
      • Pages & Reusable Elements (Organized by Folder)
        • 1. Marketing
          • index
          • landing
          • 404
        • 2. Navigation
        • 3. Logged In
          • account
          • admin
          • change_pass
          • confirm
          • onboard
          • profile
            • 1. Follow/Unfollow the User
            • 2. View the User's Followers
            • 3. View Who the User is Following
            • 4. Edit Profile
          • reset_pw
        • 4. Legal
          • privacy_policy
          • terms
    • Design Resources
      • Design Overview
      • Design Guide
      • UI Components
      • Page Templates
Powered by GitBook
On this page
  1. Messaging Template
  2. Release Notes

06/14/19 Guide on New Conversation Functionality

This guide explains how to add the two actions needed to the "Send Message" workflows on the messages page. We can absolutely add this for you; please reach out to support@littlebaytech.com.

Previous09/05/20 Guide on How to Update the Template's Video Chat ServiceNextAbout this Template

Last updated 5 years ago

How to Add the Needed Actions to the Create New Conversation Functionality

Please note this is only applicable to applications created with the Messaging Template before 06/14/19.

Step 1: Remove the "Trigger View Conversation - Mobile" and "Trigger View Conversation - Desktop" actions from the following workflow:

On the messages page, in the "E. New Conversation" workflow folder, remove the Trigger View Conversation - Mobile and Trigger View Conversation - Desktop actions from the Button Send Message (inside Floating Group - Create New Conversation), *only when Group Conversation's Container's ExistingConversation is empty workflow event:

Step 2: Add the following "Go to page" action in that same workflow event In that same workflow event, add the "Go to Page Messages" action to the end of the workflow, with the parameter c=(Step 1's Create a New Conversation's...)'s unique ID:

Workflow Notes: Go to the messages page, with the parameter c=[Step 1's Create a new Conversation's... unique ID) This action navigates the Current User to the messages page, and removes the "v" and "u" parameters from the page URL. When the page is reloaded, the pageload workflows will then automatically trigger the "View Conversation - Desktop" or "View Conversation - Mobile" custom events so the new Conversation is shown.

Step 3: Remove the "Trigger View Conversation - Desktop" and "Trigger View Conversation" mobile actions in the second Button Send Message Workflow (when the ExistingConversation custom state is not empty) On the messages page, in the "E. New Conversation" workflow folder, remove the "Trigger View Conversation - Mobile" and "Trigger View Conversation - Desktop" actions from the Button Send Message (inside Floating Group - Create New Conversation), *only when Group Conversation's Container's ExistingConversation is not empty workflow event:

Step 4: Add the following "Go to page" action In that same workflow event, add the "Go to Page Messages" action to the end of the workflow, with the parameter c=(Step 3's Make Changes to a Conversation's...)'s unique ID:

Workflow Notes: Go to the messages page, with the parameter c=[Step 3's Make Changes to a Conversation's... unique ID) This action navigates the Current User to the messages page, and removes the "v" and "u" parameters from the page URL. When the page is reloaded, the the pageload workflows will then automatically trigger the "View Conversation - Desktop" or "View Conversation - Mobile" custom events so the existing Conversation is shown.