836 comments found.
Several months into the purchase and this theme is still the most beautiful, functional theme out there. You did such an awesome job!
Hello,
Thank you for the good words! We are glad you value our work so much! 
Hi,
the alternatelogin mod for phpBB is not working with this theme unfortunately. Do you have a hint, how to get a Facebook login function again?
Thanks Jan
Hello,
Could you please send a link to this mod. I need to test it.
Thank you for your quick reply. This is the mod (https://www.phpbb.com/community/viewtopic.php?t=1883675) which brings a Facebook etc. login function to phpBB.
Hello,
I’ll test it tomorrow and let you know!
Hello,
Did you apply the changes from the documentation to the Metro theme or the default ones only? And some of the files from the pack should be uploaded to the Metro folder instead of ‘prosilver’ and ‘subsilver2’ – don’t forget it.
Excuse me for the late reply, I was unfortunately not available in the last days. I did some of the changes from the documentation: I added the navigation tabs, the pre-footer block and the logo. Does this help? When I install the mod, the facebook login function just does not show up on the login pages which might be due to the fact, that the normal login screen is not a page anymore, but pops up?! Thanks a lot in advance.
Hello,
Could you contact us via our profile page?
Can i change leangue of the theme?
Hello,
Sure, you can. There are lots of language packs for phpbb3 – https://www.phpbb.com/languages/
So if i add langue pack do i need to edit the theme?
No, you don’t have to edit the theme. Just follow some instructions from the language pack – upload some files etc.
Hi,
I saw several PHPBB3 with advance functionality that might involved several MODS, such front page news, blog, active topics,hot topics.. etc… also social share for each post/topics.. You might want to see this forum http://www.vegastechshows.com/forum/
Are you providing help for this kind mods or hack to fit with your themes? I hope that I don’t ask you to much.. you do have really great themes!!!!
Hello,
Sorry for the long delay in answering.
If you’re still interested in it, please contact us via our profile page.
Hi, i can remove “phpBB Metro Theme by PixelGoose Studio” in the footer? Thanks.
Hello,
Yes, you can.
Hi,
Have you also customize the interface on the back panel for the user? or this themes only can bee feel on the front?
Hello,
No, it’s for forum front-end only. AdminCP in phpbb3 doesn’t support custom themes.
I want to add the sidebar to the Topic list (viewforum) and Topic (viewtopic) pages, just apply the steps 1-3 and 7 from this section to the following templates: – viewforum_body.html – viewtopic_body.html..I did not understand the passage .. I go to the index file body, but where do I put viewforum_body.html – viewtopic_body.html?thanks.
Hello,
If you want to add the sidebar to viewforum, you should just apply the changes to viewforum_body.html or viewtopic_body.html INSTEAD of index_body.html 
Thanks,and for add to navigation tab, what’s to code for register page?
I did as you said, I changing the two html files, I cleared the cache, refres, but at home I do not see anything …
I should add a tab pointing to the registration page, what’s the code to insert the corresponding icon? thank you.
Hello,
I changing the two html files, I cleared the cache, refres, but at home I do not see anything …Please double check what theme templates you’re editing.
I should add a tab pointing to the registration page, what’s the code to insert the corresponding icon?You could use something like this code. But don’t forget to use your new tab ID and image link.
#header li#YOUR_TAB_ID a {
background-attachment: scroll;
background-image: url("./styles/YOUR_THEME/imageset/YOUR_TAB_IMAGE.png");
background-position: left top;
background-repeat: no-repeat;
}
I’m sorry, I meant this: <li id="faq-link"> <a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}"> <span> L_FAQ {} </span> </a> </li>
but refers to the registration page, that is: I would like to add a navigation tab pointing to the registration page .. should be a AWhat type
Use this code -
<a href="{U_REGISTER}">{L_REGISTER}</a>
U_REGISTER?
Yes, U_REGISTER is hyperlink here.
No work..where is the error?<li id="faq-link"><a href="{U_REGISTER}" register="{L_FAQ_EXPLAIN}"><span>{L_FAQ}</span></a></li>
Try this –
<li id="faq-link"><a href="{U_REGISTER}"><span>{L_REGISTER}}</span></a></li>
@wijo you need to change the size of the psd, then go to acp, image gallery under Style Tab, select the template (METRO) and change the values of the size.
Sorry for my english
How do i increase the size of the logo in Metro Gold, phpbb 3.0.12?
Hello,
You should just set your width inside ‘imageset.cfg’ file. It’s described in the documentation how to achieve it.
Hello,
This is the code I have on the theme for quotes:
<!- BEGIN quote_username_open ->
{USERNAME} {L_WROTE}:<!- END quote_username_open -> <!- BEGIN quote_open -><!<!- END quote_open -> <!- BEGIN quote_close ->- END quote_close ->It´s that correct?
cheers!
Hello,
Could you please use “code” tag – I can’t see the code.
I’ve purchased this template for a forum, which is already in use. Now, I would like to create another one; can I use the same template (different color) or do I have to buy it again?
Thanks
Ps. nice template!
Hello,
Please contact us via our profile page.
In the userpanel i can choose which style to use. So i tried and chanced from prosilver to metro. Now i can’t change back to prosilver. The option for that misses in metro’s userpanel.
Hello,
Which version of the Metro theme and phpbb3 are you using?
Metro Gold and 3.0.12 I solved the problem already: document: phpbb/styles/metro_golden/template/ucp_prefs_personal.html
find: IF S_STYLE_OPTIONS and S_MORE_STYLES
replace: IF S_STYLE_OPTIONS
Hello,
The chooser should appear without any issue. Just check you set “Override user style:” to “No. It’s here – AdminCP – General – Board Settings – Override user style.
Problem with quotes:
Im having problems with quotes, it show like this:
=user]textofthequote
Any idea? Thanks!
Hell,
Did you install any addons that could break the bbcode? Did you edit anything in the templates?
Hello,
Yes, it’s possible.
Hi,
The option to change the theme style for a user in their control panel seems to be missing
“my board style” is not there
Any help would be appreciated
Thanks,
JJ
Hello,
What phpbb3 version and what Metro version are you using?
Hi,
On http://janusz.co.uk/forums/ I have a background image and then I want the rest of the background to be black when the image stops. How do I do this?
Currently using
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: 'Open Sans', sans-serif;
color: #828282;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 0.813em;
margin: 0;
padding: 12px 0;
background-attachment: scroll;
background-image: url(http://farm6.static.flickr.com/5006/5227115298_fe431ce1fb_o.jpg);
background-color: #000;
background-repeat: no-repeat;
background-position: center top;
}
Thanks
Hello,
background-position: fixed;Try this rule.
Hey there,
I’m loving the theme so far – I have a question though – I’ve added a couple of tabs, but can’t figure out how to add an image to them? Can’t work it out from your instructions? Helps?
J
and another question whilst I think about it, I’m after a responsive bbcode for youtube embeds – I’ve found one, but wondered if you had a preferred method?
Hello,
I’ve added a couple of tabs, but can’t figure out how to add an image to them?You need to create an image (120px X 120px) and put it inside this folder –
styles/YOUR_THEME/imageset/YOUR_IMAGE_NAME.png
Then just assign the image to the tab via css. You should add a code like this inside ‘common.css’ template –
#header li#YOUR_TAB_ID a {
background-image: url("{T_IMAGESET_PATH}/ YOUR_IMAGE_NAME.png");
background-attachment: scroll;
background-repeat: no-repeat;
background-position: left top;
}
And don’t forget to refresh the theme after editing.
and another question whilst I think about it, I’m after a responsive bbcode for youtube embeds – I’ve found one, but wondered if you had a preferred method?I think it will work if it’s installed properly. Just try it. But if you have any issues with the bbcode anyway, please contact us, we’ll try to help you.
thanks
<!-- Tab beginning -->
<li id="MGPhome"> <a href="mysiteurlhere" title="MGPHome">
<span>MGP home</span> </a>
</li>
and in my common.css
}
#header li#MGPHome a {
background-image: url("{T_IMAGESET_PATH}/MGPHome.png");
background-attachment: scroll;
background-repeat: no-repeat;
background-position: left top;
}
But despite refreshing the theme/template/imageset nothing is happening . . .what basic schoolboy error have I managed to achieve here?
Hello,
Please, contact us via our profile page.
Hi,
It is a Prosilver or subsilver based Style ?
Thx.
Hello,
It’s based on Prosilver.
As per the above question. I wouldnt mind knowing if this is possible aswell. Thanks!
Hello,
Which question?
Removal of sidebar in Responsive mode. I’ve seen your answer now to it so will contact you via your profile page. 
Email sent.
Thanks for the additional code. Works a treat. 
Hello,
I want the sidebar wont be visible on mobile phone/tablets, smaller screens, etc. I think I must inject some CSS from the other structures, into sidebar.php, can you help how can I do this.
Regards.
Hello,
Please contact us via our profile page – I’ll send you some instruction for that.
I have send an email, thanks!