Forum Discussion

jaikumar1's avatar
jaikumar1
Mentor
8 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.

 

 

5 Replies

  • jaikumar1's avatar
    jaikumar1
    Mentor
    8 years ago

    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
    8 years ago

    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.

  • jaikumar1's avatar
    jaikumar1
    Mentor
    8 years ago

    Thank you TariqHussain,

     

    Could you please suggest me, what are all the possibility to get add the "edit" option link with respect to the topics? Is there any way to override the existing mobile component? 

     

    Otherwise, if i suppose to create a custom component to build this page with custom links, then could you suggest the Rest API to use?

  • TariqHussain's avatar
    TariqHussain
    Boss
    8 years ago

    jaikumar1 -  I don't think we can customize forum message page for mobile as there is no separate quilt for this page. 

     

    DougS - Any possibilities to custom mobile ForumMessage page?