Somewhere (I thought in this topic) there was mention of just doing a completely new style and that got wrapped into my reply.NORDLANDVOLK wrote:"new style" where did you get that? i never say it is a new style but the subject it was "Prosilver redesign" and i try to do smomthing
Search found 180 matches
- Sun Feb 23, 2014 10:28 pm
- Forum: [3.x] Discussion
- Topic: Prosilver redesign
- Replies: 165
- Views: 146846
Re: Prosilver redesign
- Sun Feb 23, 2014 8:23 pm
- Forum: [3.x] Discussion
- Topic: Prosilver redesign
- Replies: 165
- Views: 146846
Re: Prosilver redesign
Somehow I missed those, only saw the "Post Reply" and wrench buttons... 

- Sun Feb 23, 2014 8:16 pm
- Forum: [3.x] Discussion
- Topic: Prosilver redesign
- Replies: 165
- Views: 146846
Re: Prosilver redesign
It looks like all you did was adjust some color and add a box around the topic title. I'd hardly call it a "new style".NORDLANDVOLK wrote:What do you think?

You mean the one's that are already included in 3.1?Master_Cylinder wrote:but I like the buttons...

- Tue Jan 07, 2014 5:45 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] stop distributing worthless CAPTCHAS in 3.1
- Replies: 98
- Views: 104744
Re: [RFC] stop distributing worthless CAPTCHAS in 3.1
The problem is that any CAPTCHA included in phpBB will be broken by the spambots. So then we are right back where we started.
- Tue Jan 07, 2014 5:43 pm
- Forum: [3.x] Discussion
- Topic: Where To Install Extensions
- Replies: 2
- Views: 3319
Re: Where To Install Extensions
You need to create the
ext
directory - phpBB doesn't include it.- Tue Jan 07, 2014 5:41 pm
- Forum: [3.x] Discussion
- Topic: GSOC 2014
- Replies: 2
- Views: 2159
Re: GSOC 2014
Google hasn't even announced it yet. Please wait. As information is available, it will be posted.
- Tue Dec 31, 2013 8:44 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] stop distributing worthless CAPTCHAS in 3.1
- Replies: 98
- Views: 104744
Re: Remove broken captcha options...
You're thinking wrong. phpBB 3 has no known vulnerabilities and it went through an extensive security audit.emosbat wrote:but I still think that it is more from bugs than AI
Also, to everyone, please discuss the RFC. The cheap shots are not needed.

- Sun Dec 15, 2013 1:00 am
- Forum: [3.x] Discussion
- Topic: [Template] Plans for mini post buttons?
- Replies: 22
- Views: 17349
Re: [Template] Plans for mini post buttons?
Why not put it on github and link to it. Better yet, fork the phpBB repository and push your changes...::Frans::.. wrote:If anyone is interested, let me know...

- Sun Dec 08, 2013 5:42 am
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] acp_groups_options_before and acp_groups_options_after
- Replies: 2
- Views: 12035
[Template] acp_groups_options_before and acp_groups_options_after
In conjunction with this ACP PHP event request , need template event for the options section of /adm/style/acp_groups.html . The before event should be placed right after <fieldset> <legend>{L_GROUP_OPTIONS_SAVE}</legend> The after event should be placed after <dl> <dt><label for="group_receive_pm">...
- Sun Dec 08, 2013 5:31 am
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [PHP] core.acp_manage_groups_request_data
- Replies: 14
- Views: 32619
[PHP] core.acp_manage_groups_request_data
Need an PHP event to add data to the submit_ary() . Should take two parameters - action (add/edit) and submit_ary (data to be added to the array). Location is after the following code in /includes/acp/acp_groups.php : $submit_ary = array( 'colour' => request_var('group_colour', ''), 'rank' => reques...