Code: Select all
results = xmlHttp.responseText.split('---');
There are no ACP specific files in styles. If that file is existent in other styles' template directories, try copying it over to SkyLine (try to find a subSilver-based style to copy from).khanabys wrote:General Error
Could not open ./../styles/SkyLineBlue/template/acp_mods_ftp.html
Exactly what I thought when I first saw the theme for phpBB2. There really was no contender.Syfer wrote:First off. Thanks for this great release! I really love the design. It's simple and clean.
Could you please provide some screenshots as well as the versions of the browsers you are using?Syfer wrote:In Internet Explorer, it displays just fine with my phpBB 3.0.4. But with Firefox I noticed that when you make a post or reply, the whole posting area shifts to the right a little. Is there a way to fix it?
It would, wouldn't it?Syfer wrote:Also, a theme in Red would also be nice. =)
This particular effect is only available in Microsoft Internet Explorer.Syfer wrote:Also with Firefox, the transition effect doesn't work.
Please provide a link to the subforum and two test accounts.daveht wrote:I made a subforum in one of my forums and all works fine except when you are in the top forum and click on Mark topics read it marks the forum below the top forum as read and not the forum you are in.
Hope you can fix this soon.
Here are the two test accounts User Test and Test01 with the password of test01 for both.MartectX wrote:Please provide a link to the subforum and two test accounts.daveht wrote:I made a subforum in one of my forums and all works fine except when you are in the top forum and click on Mark topics read it marks the forum below the top forum as read and not the forum you are in.
Hope you can fix this soon.
Code: Select all
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><br /><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a>
<!-- ELSEIF not S_IS_BOT and U_MARK_TOPICS --><br /><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF -->
Code: Select all
<!-- IF not S_IS_BOT and (U_MARK_TOPICS or U_MARK_FORUMS) --><br />
<!-- IF U_MARK_FORUMS --><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF -->
<!-- IF U_MARK_TOPICS --><!-- IF U_MARK_FORUMS --> / <!-- ENDIF --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF -->
<!-- ENDIF -->