link to change to forumotion mobile
3 posters
Page 1 of 1
link to change to forumotion mobile
hello.
can i put a link in the top of the forum to change into the forumotion mobile template instead of having it in the footer where the users usually do not look at?
thanks.
can i put a link in the top of the forum to change into the forumotion mobile template instead of having it in the footer where the users usually do not look at?
thanks.
mcdk- Forumember
- Posts : 135
Reputation : 1
Language : Greek
Re: link to change to forumotion mobile
Is there not a drop-down menu that has the link at the top?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: link to change to forumotion mobile
In the mobile addition , there is the top dropdown that you can go to the classic version of the forum.
But after , you there is no link in the top toolbar to go to the mobile.
There is only in the footer.
THANKS
But after , you there is no link in the top toolbar to go to the mobile.
There is only in the footer.
THANKS
mcdk- Forumember
- Posts : 135
Reputation : 1
Language : Greek
Re: link to change to forumotion mobile
Hi @mcdk,
Try the following.
Go to Modules > JavaScript codes management and create a new script with the following settings :
Placement : In all the pages
Save when you're finished and this script should add a link to the toolbar menu list.
Try the following.
Go to Modules > JavaScript codes management and create a new script with the following settings :
Placement : In all the pages
- Code:
$(function() {
var mobi = $('a.small[href*="?mobile"]')[0], li, menu;
if (mobi && _userdata.activate_toolbar) {
$(function() {
li = document.createElement('LI');
menu = document.getElementById('fa_menulist');
li.appendChild(mobi.cloneNode(true));
menu.appendChild(li);
});
}
});
Save when you're finished and this script should add a link to the toolbar menu list.
Re: link to change to forumotion mobile
thanks i'll try this.
and one more question.
can i remove when someone is from mobile , the classic version? i mean the link that can choose the user to go into the classic version.
furthermore , can i put over these some other link?
thnaks.
and one more question.
can i remove when someone is from mobile , the classic version? i mean the link that can choose the user to go into the classic version.
furthermore , can i put over these some other link?
thnaks.
mcdk- Forumember
- Posts : 135
Reputation : 1
Language : Greek
Similar topics
» INFO: Change of link structure from web to mobile version.
» Change text and link color in Forumotion Toolbar
» How to Delete Forumotion Link to Forumotion next to search box on my site
» How to get personal widgets available for mobile version and mobile version link.
» Mobile phone profile link
» Change text and link color in Forumotion Toolbar
» How to Delete Forumotion Link to Forumotion next to search box on my site
» How to get personal widgets available for mobile version and mobile version link.
» Mobile phone profile link
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum