782 comments found.
I’m having a weird issue with the text and date in my forum posts showing toward the bottom of the post instead of the top. What could be causing this and how do I fix it? I reached out to support a couple days ago but I have yet to receive a reply.
Hi there,
Can you send a link to a screenshot? Can check this out. Thanks!
Of course! https://i.imgur.com/WLbit6y.png
Ok so it looks like that when I’m zoomed out. The board looks huge when the zoom is normal, so I think it has something to do with the sizing somehow?
Replied to your comment here: https://www.phpbb.com/community/viewtopic.php?p=15947431#p15947431 
Worked perfectly, thank you so much!
Can you update for phpbb 3.3.10 ? Thanks
There are no frontend changes necessary from 3.3.8 -> 3.3.10 
Saw your demo, loved it. I was wondeering if you guys could add a live chat box as well, it would be great.
Sure! Our themes are all compatible with the mChat extension: https://www.phpbb.com/customise/db/extension/mchat_extension/
The good: Desktop theme is great. Loads fast. Few minor bugs but nothing to worry about. Its must have for all phpbb users.
The bad: Support is very bad. User responds rarely.. Provided fix sometimes work sometimes it doent!
The ugly: Mobile theme for devices like iphone 13 or similar phones .. is a complete trash with missing text or incomplete buttons text.
Also wondering about compatibility with phpbb 3.3.10 (latest version).
There are no theme changes between phpBB 3.3.8 -> 3.3.10 
Lovely. Thanks!
Does it work with the latest version? 3.3.10?
Yes. There are no theme changes between 3.3.8 -> 3.3.10 
In milk v2.1.5, viewers of the forum and viewers of the topic do not work. It says session only is viewing this forum or topic only.
php version: 7.4 phpbb version: 3.3.8
Hi there,
Do you have any screenshots demonstrating this?
Please also respond from the account that purchased the theme, as your account is showing no purchase.
Thanks!
Hi,
How do I style child styles for Milk through Flightdeck? I can create a child/sub style for Milk alright, but if I have multiple copies of the style installed, Flightdeck does not give me the option to select which one I want to modify.
I want to create multiple options for my members, so they can select if they want a red or blue style, for example, or choose between the grid or list options. I am not sure how to do that, however, if Flightdeck just changes the options for all Milk styles installed. Is there a way to either modify presets manually through css, or a way to tell Flightdeck which style it should be modifying?
Hi there,
Indeed, flightdeck is only intended to serve one concurrent version of the milk theme.
In order to achieve what you’re looking for would require duplicating the milk theme, then editing the code to ignore the flightdeck stylesheet selection and instead hard-code which stylesheet the theme variant should load.
The code you’re looking for is in overall_header.html: https://pastebin.com/rdk4UXZi
You would want to replace that with a very simple one-line stylesheet request:
<link href="{T_THEME_PATH}/colour-presets/YOUR_COLOUR_HERE.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
Untested but should work 
Thanks – I’ll leave it for now, but good to know for the future!
Hello
I am using your theme in php-forum.com https://www.php-forum.com/phpforum/index..php , today I received this request from a new user
================================== Hi,
My name is De** and I’ve just joined. Since I’m visually impaired, I use a screenreader called NVDA. Normally when I hold the arrow on a symbole, link, button etc. the NVDA read the hidden description of the button/symbole to me. I’ve noticed that the buttons at the top of the page does not seem to have descriptive text attached. My screenreader only read out “Quick links” on the left and my username one the right. NVDA does not read “FAQ”, any of the symbols, or the alternatives in the menues “Quick links” and my profile. Neither works the buttons to post messages down below whem I’m writing this now.
Is this anything that can easely be fixed? Best regards and hapy new year!
can you tell me how to fix this or can you fix this with next update ?
Thank you Graziano
Also I received various requests to show the PHP code , can you support code tags in your theme please ?
for example if you could integrate https://prismjs.com could be fantastic
Hi, we’ll investigate the accessibility report. phpBB does support syntax highlighting, you can use code=php and it’ll highlight accoridngly 
[code=php] your code [/code]
As I know this usage was discontinued/disabled some version ago in phpBB , I tried it now and it does not work (code=php) in latest versions. Thank you for looking the the accessibility report.
In that case, you could use this extension: https://www.phpbb.com/community/viewtopic.php?t=2557806 . Looks like it will achieve exactly what you’re looking for 
It’s a paid extension, no way you can add https://prismjs.com in your theme ? It’s does not seem an hard step and you can add big value to your theme.
I have a header image responsive issue. How to fix it?
I have just replied to your email 
On your demo there is one Color Preset selector. How to show same preset on our site. I have gone through all option but didnt find it.
The demo selector isn’t intended to be included in the customer version of the theme. Apologies.
It would require custom coding to add
Anyone know if latest version works fine with phpBB 3.3.9 or should I stay with phpBB 3.3.8 ?
Works with 3.3.9. The 3.3.8 – 3.3.9 update didn’t affect any files used by Milk 
Do can I get the avatars you have in your demos? Is that an extension?
Those aren’t included, they’re just sample avatars I bought from https://graphicriver.net/item/35-flat-user-icons/7002238
i want to place google ads through extension but i cant please guide me for placeing google ads in header footer and sidebars
Hi there,
Use this extension for the header & footer, use the included flightdeck extension for the sidebar
https://www.phpbb.com/customise/db/extension/ads/this extension is not working i’m getting (403 Forbidden) error
I need this theme for https://grilldesire.com kindly let me know is it fulfill and working well.
Yep, Milk is supported on the most recent version of phpBB 
The message field and smilies run across the wrap on smaller screens. Is there a solution for this?
It would also be nice if you upload a header image that is responsive. Now it’s being broken down on smaller screens. How do I solve this?
My first point probably comes since responsive.css was added to the theme map. An older style version without responsive does not have this
Hi there,
Would you be able to link me to screenshots for both issues?
Thanks!
Hi, I am using the Multilinks extension to add extra buttons to my header menu. Works fine now. But the new menu item does not show up in the menu on my mobile phone. Can you please advise? Thanks!
Hi, how can I add the search bar to the top nav bar?
Requires custom coding. Search in header is not supporte don the Milk theme
Any suggestions how to do that? 
Hi PlanetStyles! How can I add menu items to the navber? I have tried to install the Imdi Multilinks extension (version 2.2.10 from Gituthub), but it does not seem to be compatible with phpBB 3.3.8. Can you advise what file I need to change to be able to add items?
Hi there!
Hmm, interesting. An extension is definitely the best way to do this.
Were there any issues with the multilinks extension? Extensions will normally work even when the version numbers don’t match perfectly.
Hey PlanetStyles, thanks for your reply. I receive an error 500 when I try to activate the Multilinks extension. (phpBB 3.3.8, Milk v2 v2.1.15, Mutilinks 2.2.10)
In addition. This is the error log:
AH01071: Got error ‘PHP message: PHP Parse error: syntax error, unexpected ’,’, expecting ’;’ in /data/sites/web/speedpedelecreviewcom/www/forum/ext/lmdi/multilinks/migrations/migration_2.php on line 37’
This sounds like an error in the Multilinks extension. Your best option would be to ask its developer.
Hey PlanetStyles, the developer pushed a new version 2.2.11 on Github based on my error and now all is fine. Thanks.
Good evening. Why doesn’t your control panel support WebP and AVIF header image formats?
Hi there,
Flightdeck checks permissions against file formats listed in ACP -> Posting -> Attachment settings.
I haven’t tested it, but enabling those formats that should also enable them to be uploaded in the flightdeck control panel