How to display this thing on the mobile version?
3 posters
Page 1 of 1
How to display this thing on the mobile version?
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
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
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
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)
Re: How to display this thing on the mobile version?
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?
Are you talking about the menu with the arrow icon on the top right?
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: How to display this thing on the mobile version?
I am sorry for inconvenience,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 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 do I put it in the mobile version, sir??
Re: How to display this thing on the mobile version?
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.
9: Click go back to javascript code management
10: click "Enable java code management"
11: Click save
There you go
Doing the above will disable the mobile version, and they will be able to view the website as if they was on there PC
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;
});
9: Click go back to javascript code management
10: click "Enable java code management"
11: Click save
There you go
Doing the above will disable the mobile version, and they will be able to view the website as if they was on there PC
Similar topics
» Display a mini-version of user avatars in posts in the mobile version?
» Images problem display on new mobile version
» Display topic images on the mobile version
» How to get personal widgets available for mobile version and mobile version link.
» How To Force Your Desktop Version Theme "Colors And Banner" To Be Used In The Mobile Version?
» Images problem display on new mobile version
» Display topic images on the mobile version
» How to get personal widgets available for mobile version and mobile version link.
» How To Force Your Desktop Version Theme "Colors And Banner" To Be Used In The Mobile Version?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum