Forum Discussion

jaikumar1's avatar
jaikumar1
Mentor
7 years ago

Edit their own post

Hi,

 

I am looking on to have the edit post option, for mobile user. I have enabled the "Edit own posts" permission, but still the option not available in the mobile version. 

 

So please suggest me on, how to get the Edit own post option for mobile users.

 

 

    • jaikumar1's avatar
      jaikumar1
      Mentor

      Hi TariqHussain,

       

      Thank you for your response. In desktop version, the options are visible only and not hidden. But in mobile version the options are not visible, and i have inspected the HTML element, and i did not fount the edit options.

       

      Also, if edit option not available in mobile view then, could you suggest the customization of the existing component. The mobile layout looks like,

       

      <quilt layout="mobile-page" nestable="false" disableTopCssClass="false">
      <add to="common-footer">
      <component id="quilt:MobileFooter"/>
      </add>
      <add to="main-content">
      <component id="post-title"/>
      <component id="message-list"/>
      <component id="pager"/>
      <component id="reply"/>
      </add>
      <add to="common-header">
      <component id="mobile.widget.mobile-header"/>
      </add>
      <add to="site-navigation" for="MobileHeader">
      <component id="common.widget.simple-node-navigator"/>
      </add>
      <add to="right-content" for="SimpleNodeNavigator">
      <component id="new-message"/>
      </add>
      </quilt>

       

      Here i assume that, list of post section will get render with help of <component id="message-list"/> component, and please suggest how to make it customize of this component.

      • TariqHussain's avatar
        TariqHussain
        Boss

        jaikumar1- For a desktop version, the ForumMessage page is being used for the message-list component. However, the MobileForumMessage page is not available. I don't think we can customize the message-list component as there is no separate page for a mobile version.