With 3.1 coming, modding will be very easy, however, we are still limited to the permission types already existing.
Database changes would include adding a column "is_type" to "phpbb_acl_options".
File changes would be adding a boolean $is_type to the auth::acl_set() method.
This value would ...
Search found 6 matches
- Tue Oct 16, 2012 5:58 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Easy Permission Types (3.2)
- Replies: 0
- Views: 6099
- Thu Oct 11, 2012 5:52 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] General Hook Architecture of phpBB3.1
- Replies: 121
- Views: 234313
Re: [RFC|Merged] General Hook Architecture of phpBB3.1
Is there a clear reference page for the RFC yet, I couldn't find one.
- Tue Oct 09, 2012 7:43 pm
- Forum: [3.x] Discussion
- Topic: Save vertical space
- Replies: 11
- Views: 12627
Re: Save vertical space
Well, phpBB allows us to install custom styles for a reason. 
- Tue Oct 09, 2012 7:38 pm
- Forum: [3.x] Discussion
- Topic: Dropdown menu for "Search within subject/message/etc"
- Replies: 4
- Views: 7886
Re: Dropdown menu for "Search within"
I think this is yet again, more a style thing. Some people will agree with you, some people won't. I personally like it like it is right now, because it gives you a better overview, but I can imagine that it'll get annoying for boards with a huge amount of forums.
- Tue Oct 09, 2012 7:36 pm
- Forum: [3.x] Discussion
- Topic: "Subscribe" link is hard to find
- Replies: 10
- Views: 16501
Re: "Subscribe" link is hard to find
Well, you can always edit it in the style, but me and probably a lot more people are trusted with it being in the footer-ish bar. 
- Tue Oct 09, 2012 7:19 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [RFC|Implemented] viewtopic hook
- Replies: 2
- Views: 10034
[RFC|Implemented] viewtopic hook
Name: hook_viewtopic
Rationale: Will allow easy modifications to post data for mods that for example add or edit variables to posts like moderator messages, generate links from usernames, like systems...
Placement: viewtopic.php right before
if (isset($cp_row['row']) && sizeof($cp_row['row ...
Rationale: Will allow easy modifications to post data for mods that for example add or edit variables to posts like moderator messages, generate links from usernames, like systems...
Placement: viewtopic.php right before
if (isset($cp_row['row']) && sizeof($cp_row['row ...