Well.. actually app.php page display fine.. I can swear it wasn't working before... So it seems it's all Sailent style related. Uh.. It appears that I will have to make some tests and debugging.. Still it has to be some server related thing as I was installing style on another server and It was work...
This is one of our users at RocketTheme. I asked him about that and he said "probably not" i also did few checks and didn't see any nginx related stuff so i can say it's 99% apache.
Support Request Template What version of phpBB are you using? phpBB 3.1.5 What is your board's URL? http://forum.tayanadavis.com Who do you host your board with? No answer given How did you install your board? Someone else installed my board for me What is the most recent action performed on your b...
Hello guys, When you use app.php on every forum you get this: https://www.phpbb.com/community/app.php/ , message that no route is found which is perfectly normal. However i have a forum in subdomain: http://forum.tayanadavis.com/app.php/ <--- where all styles are broken on app.php page, seems like p...
Hey Guys, I was the creator of all phpBB styles for RocketTheme (with huge help of few other folks) so I feel like I can add few bits :) First of all I still think phpBB 3.1.x is absolutely great forum script ! :) Really. Template events are not such a big deal. They are useful but I don't feel like...
let's say i created an extension, simple information slider or weather mod.. whatever... And i want give user ability to choose where he wants the module to be displayed. By using php core events this is somehow limited to header,footer and few other places.. By using template events it's way more r...
Hello Again, I'm getting deeper and deeper into whole extensions system and I'm loving it. I have a question though. Basically when I want to create an extension and I want to inject code into template event I simply create file with corresponding template event name: acp_overall_footer_after.html i...
Hi Guys, Just wondering, is 3.0.x gonna be supported somehow after 3.1 release ? I mean 3.1 is a major revision. It's not fully backward compatible when it comes to styles, so I wonder if you guys planning on releasing fixes (security updates etc..) to 3.0.x branch or you guys switching completely t...
I do that, here in this file, but I'm adding several BBcodes. https://github.com/VSEphpbb/abbc3/blob/master/migrations/v310_m4_install_data.php Wonderful ! Thank you very much ! One question tho. I understand that in 3.1 nothing has changed, all bbcode params are required ? There's no easy way to s...
So, I'm creating a 3.1 extension which besides many other functions needs custom bbcode. I know there's special acp section for managing bbcodes so my question is: Is it possible using 3.1 extension installation system to add bbcodes during extension installation ? if yes, what's the proper syntax f...
I just downloaded latest beta and noticed that there's no "ext" directory by default. I think it should be there. That does not break anything and it's like one less step for users to perform during installation of the extension.