The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    How to display this thing on the mobile version?

    avatar
    farisfath25
    New Member


    Male Posts : 4
    Reputation : 1
    Language : Indonesian

    How to display this thing on the mobile version? Empty How to display this thing on the mobile version?

    Post by farisfath25 February 10th 2016, 10:10 am

    Hello all,
    especially the people behind this awesome forum software. You're all amazing!

    By the way, I feel that the mobile version is too simple therefore I need to do some customization by myself.
    Unfortunately, my knowledge about these things is lacking.
    Luckily, I have found some trick for example adding pagination, adding quote,edit,delete buttons. Thanks for the makers Smile

    However, I am still in need of another addition, since I have tried to search it but didnt find any.

    How can I display the sitemap on mobile version? Like on the top.
    For example, when I got into a topic that inside Category named General in my forum "DOGREN -> General"

    Ah sorry, almost forgot
    My forum url is dogren.forumo.org


    Last edited by APE on February 20th 2016, 9:52 pm; edited 2 times in total (Reason for editing : Adding my forum url)
    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    How to display this thing on the mobile version? Empty Re: How to display this thing on the mobile version?

    Post by Take Notes February 10th 2016, 8:43 pm

    Your URL link does not work, you do not need to add the BBCode. Your URL: http://dogren.forumo.org

    Are you talking about the menu with the arrow icon on the top right?

    avatar
    farisfath25
    New Member


    Male Posts : 4
    Reputation : 1
    Language : Indonesian

    How to display this thing on the mobile version? Empty Re: How to display this thing on the mobile version?

    Post by farisfath25 February 13th 2016, 9:49 pm

    Forumedic wrote:Your URL link does not work, you do not need to add the BBCode. Your URL: http://dogren.forumo.org

    Are you talking about the menu with the arrow icon on the top right?

    I am sorry for inconvenience,
    I meant to do that sir.

    I am not really sure,
    but let me tell you by a picture

    For example, we are in this topic,
    it will be shown like this here:
    How to display this thing on the mobile version? Navcru11

    How do I put it in the mobile version, sir??

    avatar
    exploitgeek
    New Member


    Posts : 20
    Reputation : 1
    Language : english

    How to display this thing on the mobile version? Empty Re: How to display this thing on the mobile version?

    Post by exploitgeek February 20th 2016, 8:30 pm

    Or you could disable Mobile version with some simple coding.

    1: Login to Admin panel
    2: Navigate to Modules
    3: Click Javascript codes management
    4: Click create new Javascript
    5: Give it a title such as "disable mobile"
    6: Select "in all pages"
    7: in the javascript code paste the following.
    Code:
    $(function() {
      if(window._userdata && _userdata.page_desktop) window.location = _userdata.page_desktop;
    });
    8: Click Submit
    9: Click go back to javascript code management
    10: click "Enable java code management"
    11: Click save

    There you go Smile

    Doing the above will disable the mobile version, and they will be able to view the website as if they was on there PC

      Current date/time is November 12th 2024, 2:22 am