Only in parent style: prosilver. Third party styles will only modify old templates like overall_header.htmlPayBas wrote:But that will also create some confusion, as it will probably double the number of template files.
Search found 807 matches
- Sun Nov 30, 2014 10:31 pm
- Forum: [3.x][Archive] RFCs
- Topic: Template engine changes to allow for structure flexibility
- Replies: 40
- Views: 90845
Re: Template engine changes to allow for structure flexibility
- Wed Nov 19, 2014 6:39 pm
- Forum: [3.x][Archive] RFCs
- Topic: Template engine changes to allow for structure flexibility
- Replies: 40
- Views: 90845
Re: Template engine changes to allow for structure flexibility
The enhancements to inheritance are demonstrated in https://gist.github.com/michaelcullum/68f8f95bcb4676ea2563 - this means it allows usage of more than one parent (instead we are moving more to a standard dependencies model where you could even have two styles requiring each other) and explicit de...
- Wed Nov 19, 2014 12:26 pm
- Forum: [3.x][Archive] RFCs
- Topic: Template engine changes to allow for structure flexibility
- Replies: 40
- Views: 90845
Re: Template engine changes to allow for structure flexibility
And why that can't be done with simple renaming? Why do you need to add extra bloat?
- Wed Nov 19, 2014 9:15 am
- Forum: [3.x][Archive] RFCs
- Topic: Template engine changes to allow for structure flexibility
- Replies: 40
- Views: 90845
Re: Template engine changes to allow for structure flexibility
And how does mapping help you with that? It is still a simple rename. You can break it into object with current naming or after mapping - it won't make any difference.
- Wed Nov 19, 2014 8:59 am
- Forum: [3.x][Archive] RFCs
- Topic: Template engine changes to allow for structure flexibility
- Replies: 40
- Views: 90845
Re: Template engine changes to allow for structure flexibility
Why would you want to do that?
- Wed Nov 19, 2014 8:26 am
- Forum: [3.x][Archive] RFCs
- Topic: Template engine changes to allow for structure flexibility
- Replies: 40
- Views: 90845
Re: Template engine changes to allow for structure flexibility
maybe its just how you worded this, perhaps you are referring to the controllers, but this is not true in either case. I meant as designer. PayBas posted that it will give greater freedoms to designers. I've yet to see a designer that ever wanted to rename template file and don't think I'll ever wi...
- Tue Nov 18, 2014 6:39 pm
- Forum: [3.x][Archive] RFCs
- Topic: Template engine changes to allow for structure flexibility
- Replies: 40
- Views: 90845
Re: Template engine changes to allow for structure flexibility
I've never seen anyone ever wanting to rename a template file. Each template file has its own purpose, variables inside that template file are specific to that template file and are not reusable in other files, so there is no point in renaming files. The only usage for this is to add .twig to templa...
- Mon Sep 29, 2014 10:09 pm
- Forum: [3.x] Discussion
- Topic: css errors
- Replies: 8
- Views: 10627
Re: css errors
None of those errors are errors. Error #1: validator sucks. pointer-events does exist. All modern browsers support it, even IE. Error #2: validator sucks. There is absolutely nothing wrong with syntax. The rest of errors: IE sucks. That's CSS for gradients in IE below 10. Warnings: bunch of nonsense...
- Tue Sep 02, 2014 7:10 pm
- Forum: [3.x] Discussion
- Topic: Drag&Drop attachments also in the QR-field
- Replies: 3
- Views: 3951
Re: Drag&Drop attachments also in the QR-field
You could drag and drop attachments before. All browsers support drag and drop with usual file input. It was only 1 file at a time, but it was possible.
- Tue Sep 02, 2014 1:50 pm
- Forum: [3.x] Discussion
- Topic: Contact Us page needs group permissions
- Replies: 14
- Views: 25512
Re: Contact Us page needs group permissions
So then what is to stop spam bots from posting to the contact page once 3.1 goes gold? Absolutely nothing. I'm using other forum software that has contact form, had to modify contact form code a bit because of huge amount of spam I was getting. Contact form will be heavily spammed. Spammers don't c...