Search found 4 matches

by rechosen
Fri Sep 06, 2013 12:16 pm
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [PHP] core.viewtopic_post_rowset_data
Replies: 0
Views: 9014

[PHP] core.viewtopic_post_rowset_data

Identifier: core.viewtopic_post_rowset_data Location: viewtopic.php in the while loop that fills $rowset. Instead of setting $rowset[$row['post_id']] directly, put the row to be added in $rowset_data and then allow listeners to modify that before it is added to $rowset. Parameters: $rowset_data, $r...
by rechosen
Sun Jul 14, 2013 3:59 pm
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [Template] Multiple events required for the karma extension
Replies: 0
Views: 10534

[Template] Multiple events required for the karma extension

From the Karma Extension Design Document Draft : Identifier: viewtopic_body_post_buttons_after Prosilver Location: viewtopic_body.html inside the <ul class="profile-icons"> containing the quote button Subsilver Location: viewtopic_body.html at the end of the line containing QUOTE_IMG right...
by rechosen
Wed Jul 03, 2013 12:35 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Notify the user of skipped migrations due to missing dependencies unless explicitly suppressed
Replies: 1
Views: 4667

[RFC] Notify the user of skipped migrations due to missing dependencies unless explicitly suppressed

Currently, if the dependencies of a migration cannot be satisfied, that migration will not be run and any operation trying to apply the migration will succeed without notifying the user that it skipped something. This causes unwanted behavior when, for example, an extension is enabled and not all de...
by rechosen
Thu Jun 27, 2013 6:51 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Confusing "Default style" setting
Replies: 7
Views: 16084

[RFC] Confusing "Default style" setting

The "Default style" option under "Board settings" does not behave as many users (including me) expect. It sets the default style for newly registered users, but not for guests. This issue has been raised multiple times in the tracker by users in various degrees of confusion, but ...