Page 3 of 5

Re: ProNight Style

Posted: Thu Nov 26, 2009 12:28 am
by M3RL1N
I'm currently installing modphpbb3 over my current phpbb3 install using the guide on this site, is there a guide anywhere that will show me what to add to this theme so it works properly with modphpbb3? i've noticed a load of files are not in the folder, should i just copy them from prosilver and assume the included files are pre-modded to support modphpbb3?

Re: ProNight Style

Posted: Wed Dec 23, 2009 8:50 am
by nzkfc
Hey dude,

Im having an issue with your theme, since updating my site to 3.0.6, I cannot use the new Q&A Captcha thing.

If I setup a question, when registering its showing the verification code instead of a question/answer.

PHPBB3 IRC folks say the style might not of been updated correctly?

Re: ProNight Style

Posted: Wed Dec 23, 2009 10:13 am
by LDM
PHPBB3 IRC folks are wrong as its the same version as in the phpBB database release.

You need to make sure your template cache is purged after updating (as well as the general cache, themes and imagesets)

That should solve your problem :good:

Re: ProNight Style

Posted: Wed Dec 23, 2009 9:51 pm
by nzkfc
All fixed.

Thanks

Re: ProNight Style

Posted: Thu Jan 07, 2010 6:27 pm
by alex
nice style!

Re: ProNight Style

Posted: Thu Jan 07, 2010 11:16 pm
by roblom
LDM wrote:Can you just attach in a zip your ucp_pm_popup.html from the style in a post?
It is not really special i think. It contains the folowing code:

Code: Select all

<!-- INCLUDE simple_header.html -->

<script type="text/javascript">
// <![CDATA[
/**
* Jump to inbox
*/
function jump_to_inbox(url)
{
	opener.document.location.href = url.replace(/&/g, '&');
	window.close();
}
// ]]>
</script>

<div class="panel">
	<div class="inner"><span class="corners-top"><span></span></span>
	<div class="content">
		<p><!-- IF S_NOT_LOGGED_IN -->{L_LOGIN_CHECK_PM}<!-- ELSE -->{MESSAGE}<br /><br />{CLICK_TO_VIEW}<!-- ENDIF --></p>
		<p class="small"><a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a></p>
	</div>
	<span class="corners-bottom"><span></span></span></div>
</div>

<!-- INCLUDE simple_footer.html -->
Sorry for the late reply btw :D

Re: ProNight Style

Posted: Wed Jan 13, 2010 6:23 pm
by Arvel
Hello. How can I change this grey message background to some other color?

Re: ProNight Style

Posted: Sat Jul 03, 2010 9:08 pm
by plumber
Just another thanks!

Would love to see more themes!

Re: ProNight Style

Posted: Mon Jul 05, 2010 12:34 pm
by OneTrick
I agree, the most cleanest phpBB style and have been using it for well over a year. Thank you. Please make some more.

Re: ProNight Style

Posted: Wed Oct 20, 2010 2:15 pm
by jonnyQ
Nice Style, thanks. :good:

Re: ProNight Style

Posted: Sun Nov 28, 2010 11:05 pm
by farrelldoc
I am having the same problem as a person you helped on the phpBB forum with missing edit, quote, etc. buttons with the ProNight style. My permissions are all set correctly for groups, forums, etc., and the board says that I can edit my own posts when I am viewing a topic, but the buttons are not there. I tried switching to Britsh English, but that did not help. Can you please help?

Thanks so much!
Karen

Re: ProNight Style

Posted: Mon Nov 29, 2010 11:42 pm
by LDM
Switch to English, then re-cache the template and imageset and they will appear.

I am not sure why a few boards get that problem (as mentioned, this is the 2nd time I have heard of this)

Re: ProNight Style

Posted: Fri Jan 07, 2011 10:35 pm
by LDM
Updated version 3.0.8 for phpBB 3.0.8 now on first post in topic.

This new version uses inheritance from prosilver so make sure you have prosilver installed on your forum.

Re: ProNight Style

Posted: Sat Jan 15, 2011 12:04 pm
by slayer_
I recently updated my ProNight Install to 3.0.8 and discovered that the onload functions for the BBCode buttons were not working. It turned out that the editor.js was missing from the ProNight/template folder which caused a 404 when referenced. Once the prosilver/template/editor.js was copied to ProNight/template/ everything worked fine.

I'm guessing that the style might need to have that file included or have it referenced from the prosilver folder.

Thanks for the great Style. It was exactly what I was looking for.

Re: ProNight Style

Posted: Sat Jan 15, 2011 12:35 pm
by LDM
Thanks Slayer, I take it that it was the one posted on this topic?

That's me, rushing to get a new version out. I will replace the file with the one I submitted to phpBB database for update as they are in there.

I hope it didn't cause too much confusion.

Thanks for that.