781 comments found.
Hi, it has been a couple of days since my (multipal) emails. Am wondering if you had received it? Let me summarize my questions here as well: 
1. How do I install two instance of the theme so users can choose between light & dark bases?
2. The extensions Recent Topics by paybas and Social Login by oneall (both open source and officially supported) doesn’t play well with the sidebar.
2(a) Recent topics choose to make their own sidebar in addition to the one already there; and;
2(b) Social Login needs tweaks to call the theme’s sidebar (I think). How do I tweak the extension code for Milk to recognize an extension needs to be in the sidebar?
3. The header height is too large on mobile, but perfect on desktop. How can I tweak it?
4. I have old posts with dark coloured text. How do I change the colour for the dark base while maintaining it for the light base?
Yes the messages have been received
Hello there. I want guest users to read the page only. but it seems to the non-member user as if they were allowed to write. The member disappears at the entrance, but the guest shows the user why. Sorry sorry for my english 
Hello,
This is a phpBB permissions setting, not controlled by the Milk theme. You will need to ask on phpBB.com/community 
Hello there. 1-How do I remove or change this article? 2-How do I create a colorful background like this one. So it’s a style like this.
https://ibb.co/5n47MgSHi there,
Can you send me a screenshot of what you’re seeing instead?
Thanks 
I am not writing the forum post. It turns out by itself. I want to change this forum post.
http://forum.sosyalyardimlar.com/I solved the problem. Thank you 
Indeed, this happens when the child forum is not in a parent category.
I’m glad you’ve found the solution 
I can not categorize the theme in the ad as it says. category one category two. I’m talking about the category tab with a colorful background.
About input box not in side bar but in general log in page 75% to 100% width or ?
input.inputbox { width: 100%; box-sizing: border-box; }
Yes you can change that to 100% . I’m pretty sure it was that way in an earlier release, and I’m not exactly sure why it was changed back to 75% .
Feel free to send me that file as well, regarding the issue @chrisrmartin brought up =)
Odd, and picky comment – but the alignment of icons in the forum header bar seems off – see image attached 
Hi there,
Thanks for reporing, this one’s been annoying me for a while now, but have finally tracked it down 
There are multiple line changes needed in icons.css to fix. Please can you ping me an email through the ‘support’ tab above and I’ll send you the updated file 
How can I fix this?
Password should also be on a new line, like username. It looks funky now 
Add this to the bottom of forms.css:
.sidebar_widget input.inputbox {
width: 100%;
}
Wonderful, thank you!
Hi PlanetSyles, Can I achieve this https://ibb.co/rcnB7Jg with this theme? I am looking for a featured post option, so I can feature some important posts on the index page like the link attached. https://ibb.co/rcnB7Jg
Hello 
The theme is a front-end design only and can’t add this functionality. New functionality like this is added through extensions.
There are lots of extensions available here: https://www.phpbb.com/customise/db/extensions-36?sid=a9034597689b54402db03540ed2c5be5 , all of which are supported on Milk 
When you change from list view to grid view, you can no longer tell when a forum is a link. No special icon. Also, it shows posts/topics, which is redundant since it is a link.
See here: https://imgur.com/a/wF5NRcG
Also, two more things: 1) The various accent styles are not looking as good when using dark color style. There are various texts/links that are hard to read, and some colors that doesn’t match as well as the color-scheme when using light style. So would be nice with a update focused on improving the compability of the dark styles. (examples: night hawk, blue lagoon, two fantastic accent colors on light style, but not on dark.)
2) I would love to have the custom nav bar from your H2O theme, included as an option in the milk theme..
Custom links/FAQ moved down, and “Home/Forum/custom link” moved to the top. Just makes more sense IMO.
Thanks for raising the grid feedback, we’ll look into it but likely won’t publish a fix until next maintenance release 
Thanks! Sounds good.
What about the other things I mentioned above? =) (dark color compability with several of the accent themes, and adjusting nav bar position like you did in the H2O theme).
And a third question. Is it possible to use FA 5.x branch icons as forum icons, even though the doc only mentions the old FA 4.x?
If not, please allow us to use the new and improves FA 5 icons 
Hi again,
We aren’t planning to add a new navbar to Milk, sorry. There are a few extensions that can be used to add new links to the existing linklist though, and Milk already supports those.
Not all colour presets will work well on a dark background. You can choose a custom one with the colour picker if any of the presets don’t look too good 
Finally, we have no control over the FontAwesome version unfortunately
. It is packaged into the phpBB core (as opposed to Milk), and so it’s a limitation we need to work with.
That’s a bit disappointing. Oh well.. Yeah, but the nav bar in H2O looks great… (but I prefer the rest of the style in Milk, except the nav bar). Since you have both themes, I was hoping it could be an option in the extension :\
By the way. A small bug with the official phpBB Ideas extension: https://community.swordsandravens.net/app.php/ideas The numbers are not aligned properly. Compare to here: https://www.phpbb.com/community/ideas/list?sd=d&start=15 Also, how to change the background color of the field for “status”, here: https://community.swordsandravens.net/viewtopic.php?f=17&t=3 It says new, but barely readable.Anything I can do to adjust this? =)
By the way, this should be covered by the support, as this is mod compability (with an official extension even), not personal customization. 
Hi again,
I feel compelled to correct a few inaccuracies in your post first, as there is quite a big implication that these problems are caused by Milk.
The phpBB ideas extension is not officially supported. It was a tool the phpBB team developed many years ago exclusively for use on phpBB.com, but later decided to retrospectively open-source. It is not intended to meet their usual publishing standards as it’s released on GitHub and not in the CDB like the other phpBB extensions. Because of this a lot of the CSS styling was written for support on phpBB.com only, and consciously didn’t adopt much of the prosilver framework (particularly for new elements like the voting buttons).
I know this because I was the phpBB team member who did a lot of the front-end work for its first implementation nearly 10 years ago. Therefore it’s not really surprising there are some oddities. This is normal and expected.
Regarding the reported issues:
1) The unaligned numbers: This has occurred because Milk uses a very high line-height value in the forumlist ‘topics’ column, whereas the mini vote buttons use fixed height values on the container. The easiest fix is to navigate to: /ext/phpbb/ideas/styles/prosilver/theme/ideas.css
Find:
.minivoteup,
.minivotedown {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
background: url('images/button-sprite.png') no-repeat;
color: #ffffff !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
display: inline-block;
float: left;
width: 65px;
height: 25px;
margin-right: 10px;
}
Add:
line-height: normal;
The blue ‘status’ background can be edited in the same file, here (I don’t remember what each status number correlates to):
.status-1 {
background-color: #6495ed;
}
.status-2 {
background-color: #f08080;
}
.status-3 {
background-color: #006400;
}
.status-4 {
background-color: #daa520;
}
.status-5 {
background-color: #b22222;
}
The mobile issue is caused by some code in the ideas extension that fixes that column at 10% width (responsive layouts weren’t really a thing in 2010). You can remedy this by adding the following code to the ideas.css file:
@media (max-width: 500px) {
.idealabel {
width: auto !important;
}
}
Save ideas.css and purge cache.
That should just about resolve the outstanding issues 
Oh, I didn’t know this. I am sorry for the misunderstanding!
Thank you so much for your help even I was wrong! =) Truly fantastic support <3
The @media didn’t seem to work for the mobile view. Hmm.. Does it matter that there is already a @media max width entry in the file?
The other two issues were fixed =)
Move the @media query I provided to the bottom of the file. phpBB is recognising it, but the 10% value is further down the stylesheet, so it’s that one which gets priority.
Moving the @media query I provided to the bottom will give it priority, and therefore resolve the problem. I should have mentioned this in my instructions above 
Yeah that worked like a charm, thanks!
I found a known bug in 3.3.0 version of the theme “missing field id” reported by google search console (breadcrumbs). It exists in the default prosilver style as well but fix of it is already available in the phpb forums. I am sure it will be an easy fix for you because this is an error and this should be solved. Thank you!
Hi there,
We will provide an update for this when the phpBB provide the fix in the next maintenance release 
Nice, so I have to fix it on my own in order ot use it. Noticed and vader.png error as well so have the clean and this up.
The missing field id does not affect visuals or the user experience in any way.
Vader.png was test code that accidentally made its way into a recent version. It was removed with today’s update. You can re-download Milk and grab the clean colours.css file to remedy.
I fixed breadcrumb items by myself. It took me 2 hours for you it would have been 5 min …
Hello, for version 3.3 you forgot the subdirectory “planetstyles” > ext / planetstyles / flightdeck /. At the moment it is unpacked like this: ext / flightdeck /. 
Whoops! Thanks for pointing this out.
It has been re-packed and an update has been published. Future downloads won’t have this problem.
Much appreciated 
Hello, what I noticed is that the query in the overall_footer.html is not loaded correctly, or the script is not correct.
At least that’s what the developer console shows me. 
Old:
<script type = “text / javascript”> window.jQuery || document.write (’\ x3Cscript src = “{T_ASSETS_PATH} /javascript/jquery-3.4.1.min.js?assets_version= {T_ASSETS_VERSION}”> \ x3C / script>’); </script>
New:
<script> window.jQuery || document.write (’\ x3Cscript src = “{T_ASSETS_PATH} /javascript/jquery-3.4.1.min.js?assets_version= {T_ASSETS_VERSION}”> \ x3C / script>’); </script>
and in the color.css a picture is included in the body with what is not available.
background: url (“http: //localhost/phpBB33/ext/planetstyles/flightdeck/store/vader.png”) repeat # ECF0F1;
The Store folder is empty.
But I still included it. Nice function
background: url (”/ext/planetstyles/ flightdeck/store/my.png”) no-repeat # ECF0F1;
Hi again,
Indeed, vader.png was not supposed to be included, that was some test code for something I was experimenting with.
This has also been resolved 
I notice an error when the page loads.. it doesn’t seem to find blank.css? is there a real purpose for that file? If not I can remove it from the code.
Hi there,
Yes this line of code is redundant. It’s used in the live demo, but there’s no need to maintain it in a live copy.
You can remove 
The best theme you can buy for phpbb, well documented template and css files, svg files for icons are included in the package, good support as well. Recommend!
Hi there,
Thanks for your kind word and support of the Milk theme 
If you could also leave a rating for Milk, we’d really appreciate that too! You can do that by clicking the 5 stars below the download button on the downloads page.
Thanks!
This bug in Milk is still unanswered?
https://themeforest.net/item/milk-multipurpose-responsive-phpbb-31-theme/16119149/comments?page=25&filter=all#comment_23832034Hi,
We weren’t able to replicate that.
Milk inherits the viewonline view directly from prosilver, so there isn’t really a reason why anything in Milk would cause this.
If you can send a direct comparison of prosilver vs milk through the ‘support’ tab above I can investigate. However out of 3,600+ purchases nobody else has reported, and therefore I’m not optimistic we can find a fix.
Thanks,
I have been able to reproduce this problem on a clean install of phpBB.
I send a zip-file of both styles.
Hi, I’m using 3.3 and the mChat plugin. Everything works great except the mChat Rooms addon. I can’t use any rooms function, whenever I click on anything (create new room, rename room, change notification,invite user) the page just moves to top and nothing happens. Is there a common solution I just did not see?
Hi there,
Can I ask if this happens on the prosilver theme too, or only Milk?
Thanks 
Only with Milk, Prosilver works completely as intended. I just double-checked in case I made a mistake. At first I thought that it was just a confirmation element hidden by the z-index but also the mute button just scrolls to top instead of switching.
Thanks. We’ll look into this and update you soon
Thank you very much! 
Hi,
I sent you a copy, please let me know if you need further assistance. 
A fix has been supplied 
Hi, using phpBB 3.3 and latest Milk V2 theme for phpBB 3.3 I notice that a category / categories is/are not collapsible where it was in previous Milk versions.
Is this a (known) bug in the theme need fixing or am I experiencing something else? My theme is using Grid view.
Theme setting: Enable Collapsible Panels? I have set to Yes Allows end-users to collapse/hide categories and sidebar blocks. Default Value: No
Regards, Eric
Hi Eric,
Happy to look into this for you. Can you email me a link and example(s) through the ‘support’ tab above?
Thanks 
Email sent through contact, thank you.
Does it support russian language?
Yes 
Hello, I am interested in purchasing the template, but I have a question. Could I somehow “embed” another page within the template? You would only need the entire header part of the template and at the bottom would be the embed site. Can I do something like that?
Hello!
You could achieve that with an iFrame, although this isn’t a fixed HTML template.
It’s specifically coded for the phpBB forum software, so it wouldn’t be wise to cut out that content 
If it’s just the header design you need, this isn’t the product for you 
Well, actually if I need the template for my forum, it’s just that I have a web app that I would like to integrate. But yes, if I have a forum and that is why I am interested in buying this template.
Ah okay.
An iFrame could work, also you can use the ‘include php in templates’ setting (in security settings) to include external PHP scripts.
One last question, is it already compatible with the final version of phpBB 3.3.0? Or only with the RC version?
Hi again,
Milk supports the latest version. There were no theme / front-end changes between the RC and 3.3.0 
amazing, but this is no badge ranking feature? like after 500 thread from user get 5 star or king badges like that/
Hi there,
It’s quite rare for these user-based features to be built into front end themes. Best option would be to install an extension which does this, there are thousands available on phpbb.com 