Search found 305 matches
- Sun Mar 30, 2014 11:29 pm
- Forum: [3.x] Discussion
- Topic: Releasing 3.1.0-b2
- Replies: 26
- Views: 35904
Re: Releasing 3.1.0-b2
God I love the new updating mechanism. Big cudos.
- Sun Mar 30, 2014 10:54 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC] Modern profile fields in 3.1
- Replies: 83
- Views: 257542
Re: [RFC] Modern profile fields in 3.1
I would personally like to see all IM/SM contact options removed from the core which can be added manually easily (perhaps with the except of Jabber, because it requires much more complex code).
Looking at code/styling specific for ICQ for instance... makes me sad .
But that's just me.
Looking at code/styling specific for ICQ for instance... makes me sad .
But that's just me.
- Sun Mar 30, 2014 9:23 am
- Forum: [3.x] Discussion
- Topic: Prosilver redesign
- Replies: 165
- Views: 238501
Re: Prosilver redesign
You will eat your words soon enoughArty wrote:But so are almost all third party phpBB styles
- Sun Mar 30, 2014 7:48 am
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Poll results bar relative width
- Replies: 4
- Views: 7529
- Sat Mar 29, 2014 7:58 pm
- Forum: [3.x] Discussion
- Topic: Prosilver redesign
- Replies: 165
- Views: 238501
Re: Prosilver redesign
I think it's highly unlikely that prosilver will be replaced.
In fact, with all the new template events etc. many extensions will rely even heavier on proSilver. So either new styles will need to implement the same event listeners as proSilver 3.1, or styles need to use template inheritance.
In fact, with all the new template events etc. many extensions will rely even heavier on proSilver. So either new styles will need to implement the same event listeners as proSilver 3.1, or styles need to use template inheritance.
- Sat Mar 29, 2014 5:12 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Poll results bar relative width
- Replies: 4
- Views: 7529
Re: [RFC] Poll results bar relative width
I like the idea.
Currently the bars width is calculated zith PHP (variable {poll_option.POLL_OPTION_PERCENT} in the template) and I think we should keep the logic there, not adding JS to do this.
Of course I agree, sorry if I wasn't clear ;). A PHP solution would be much better.
I just posted ...
Currently the bars width is calculated zith PHP (variable {poll_option.POLL_OPTION_PERCENT} in the template) and I think we should keep the logic there, not adding JS to do this.
Of course I agree, sorry if I wasn't clear ;). A PHP solution would be much better.
I just posted ...
- Sat Mar 29, 2014 1:28 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Poll results bar relative width
- Replies: 4
- Views: 7529
[RFC] Poll results bar relative width
Currently, the bars indicating the results of a poll represent the width as an absolute percentage. The result is that when there are multiple poll options that all get about the same amount of votes, the result bars tend to get really short, and not very descriptive. I suggest making the "winning ...
- Fri Mar 28, 2014 10:13 am
- Forum: [3.x] Discussion
- Topic: Releasing 3.1.0-b2
- Replies: 26
- Views: 35904
Re: Releasing 3.1.0-b2
Aha, so that's what those errors mean. Forgive me, I've been using GitHub for a while, but never actually committed to a project like this. And using the Windows GUI app is an absolute nightmare XD (found that out the hard way, shell ftw).
- Fri Mar 28, 2014 3:18 am
- Forum: [3.x] Discussion
- Topic: Releasing 3.1.0-b2
- Replies: 26
- Views: 35904
Re: Releasing 3.1.0-b2
Being the selfish person that I am... I would like to see more pull requests merged before b2.
- Thu Mar 27, 2014 12:51 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: Link topic to first unread post
- Replies: 72
- Views: 130578
Re: Link topic to first unread post
Whatever you guys decide, there should be better use of titles for the <a> elements. title="Unread posts" is simply too vague when it is implied that you are jumping to the first unread post (as opposed to the title="Go to first post" of the date-link).