Editing the mobile version of my forum.
+2
RadioHead
TasV
6 posters
Page 1 of 1
Editing the mobile version of my forum.
Apologies if this has been covered. A quick search did not reveal the answers I was after.
Is it possible to edit the look of our forums on mobile devices through the admin control panel or is it a one look fits all thing? I ask because the look I was going for in the classic version is very different to the look in the mobile version and I was hoping to bring them more into line with each other.
Regards,
Simon
Is it possible to edit the look of our forums on mobile devices through the admin control panel or is it a one look fits all thing? I ask because the look I was going for in the classic version is very different to the look in the mobile version and I was hoping to bring them more into line with each other.
Regards,
Simon
TasV- Forumember
-
Posts : 101
Reputation : 0
Language : English
Location : Australia
Re: Editing the mobile version of my forum.
Hi,
Yes it is more then possible to modify the mobile version through the CSS of your forum, however the exact coding is not well known. Sorry.
Yes it is more then possible to modify the mobile version through the CSS of your forum, however the exact coding is not well known. Sorry.

RadioHead- Forumember
- Posts : 337
Reputation : 23
Language : English (der?)
Re: Editing the mobile version of my forum.
Thank you.
So what do we know about the css?

So what do we know about the css?
TasV- Forumember
-
Posts : 101
Reputation : 0
Language : English
Location : Australia
Re: Editing the mobile version of my forum.
I'm also wondering the same question... How can I make my forum be mobile viewable
? Any assistance would be appreciated!
? Any assistance would be appreciated!
Re: Editing the mobile version of my forum.
Hi 
If you've browsed through topics, you would know that the mobile version is still in Beta test. There is no possible way for that at the moment, but you can suggest it in the suggestions area
.
Regards,
Pizza Boi

If you've browsed through topics, you would know that the mobile version is still in Beta test. There is no possible way for that at the moment, but you can suggest it in the suggestions area

Regards,
Pizza Boi
Pizza Boi- Hyperactive
-
Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Editing the mobile version of my forum.
Pizza Boi wrote:Hi
If you've browsed through topics, you would know that the mobile version is still in Beta test. There is no possible way for that at the moment, but you can suggest it in the suggestions area.
Regards,
Pizza Boi
Actually, if you were to look at the index of your admin panel, you would notice that it is now fully optimised for mobiles, and no longer in Beta.
Also see the announcement
=> https://help.forumotion.com/t120827-new-updates-upgrade-of-the-toolbar-and-improvement-of-the-mobile-version
I havn't be able to locate a confirmed list of css codes to modify the mobile mode however know its possible, an example is http://forum.forumactif.com (From your mobile)
RadioHead- Forumember
- Posts : 337
Reputation : 23
Language : English (der?)
Re: Editing the mobile version of my forum.
Hi
Oops, didn't see that announcement, sorry lol. I wonder if they'll give out the full package for selectors though, so it would be easier to modify and won't be a hassle to check the console if ever.
Regards,
Pizza Boi

Oops, didn't see that announcement, sorry lol. I wonder if they'll give out the full package for selectors though, so it would be easier to modify and won't be a hassle to check the console if ever.
Regards,
Pizza Boi
Pizza Boi- Hyperactive
-
Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Editing the mobile version of my forum.
It exactly does not say that the mobile version is out of beta testing. It just says that you can log in and post.


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: Editing the mobile version of my forum.
SLGray wrote:It exactly does not say that the mobile version is out of beta testing. It just says that you can log in and post.
Exactally, no note of beta, meaning it is no longer in beta

If it were to still be in beta, the message would have been worded to denounce that it is still in trials.
Pizza, I don't think they will be releasing the package, considering it's been out for over 12 months.
RadioHead- Forumember
- Posts : 337
Reputation : 23
Language : English (der?)
Re: Editing the mobile version of my forum.
There are still features of the forum that does not work on the mobile version.


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: Editing the mobile version of my forum.
SLGray wrote:There are still features of the forum that does not work on the mobile version.
I'd recommend passing that information direct to the devs then, considering that they have probably just over looked some things, or agreed to not implement certain features.
In a legal stand point it isn't in beta, due to the upgrade, and no-mention of beta.
RadioHead- Forumember
- Posts : 337
Reputation : 23
Language : English (der?)
Re: Editing the mobile version of my forum.
This is going off-topic. We can discuss this by private messages.


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: Editing the mobile version of my forum.
If you want to view how the site looks on mobile then i recommend using an extension "User-Agent Switcher" , it lets you view your website on any device.
Now about the mobile version itself , i don't wanna post a new topic since this one is already made so ... i seem to be having problems changing the css, whenever i change the css the display of the forum gets messed up
This is the css i use
Now about the mobile version itself , i don't wanna post a new topic since this one is already made so ... i seem to be having problems changing the css, whenever i change the css the display of the forum gets messed up
This is the css i use
- Code:
.mobile_title {
background: none rgb(221, 190, 190) !important;
background: -webkit-gradient(linear, left top, left bottom, from(rgb(221, 190, 190)), to(rgb(151, 88, 88)), color-stop(0.48, rgb(181, 139, 139)), color-stop(0.5, rgb(175, 129, 129))) !important;
background: -moz-linear-gradient(top, rgb(221, 190, 190), rgb(151, 88, 88)) !important;
background: -ms-linear-gradient(top, rgb(221, 190, 190), rgb(151, 88, 88)) !important;
background: linear-gradient(top, rgb(221, 190, 190), rgb(151, 88, 88)) !important;
border-top: 1px solid rgb(230, 208, 208) !important;
border-bottom: 1px solid rgb(128, 63, 63) !important;
}
.mobile_set, .postbody, .post_header {
background: none rgb(238, 52, 52) !important;
background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 52, 52)), to(rgb(92, 36, 36)), color-stop(0.48, rgb(219, 72, 72)), color-stop(0.5, rgb(203, 56, 56))) !important;
background: -moz-linear-gradient(top, rgb(238, 52, 52), rgb(92, 36, 36)) !important;
background: -ms-linear-gradient(top, rgb(238, 52, 52), rgb(92, 36, 36)) !important;
}
.mobile_prev_button, .mobile_next_button, .defaultBtn /**previous , next button mobile , send**/{
background: none rgb(204, 159, 159) !important;
background: -webkit-gradient(linear, left top, left bottom, from(rgb(204, 159, 159)), to(rgb(171, 91, 91)), color-stop(0.5, rgb(178, 107, 107)), color-stop(0.51, rgb(170, 89, 89))) !important;
background: -moz-linear-gradient(top, rgb(204, 159, 159), rgb(171, 91, 91)) !important;
background: -ms-linear-gradient(top, rgb(204, 159, 159), rgb(171, 91, 91)) !important;
}

» New mobile version: Editing issues
» New mobile version: styling the editing section
» Mobile Version of My Forum
» Mobile phone version of forum
» HELP! mobile version forum
» New mobile version: styling the editing section
» Mobile Version of My Forum
» Mobile phone version of forum
» HELP! mobile version forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum