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 before " </div></td>"
Explanation: Used by the karma extension to add thumbs up/down icons that allow users to give karma on posts.
Identifier: viewtopic_body_post_buttons_before
Prosilver Location: viewtopic_body.html inside the <ul class="profile-icons"> containing the quote button
Subsilver Location: viewtopic_body.html near the beginning of the line containing QUOTE_IMG right after "<div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"> "
Explanation: Per suggestion of nickvergessen, add a counterpart for every append or prepend event.
Identifier: viewtopic_body_postrow_custom_fields_before
Prosilver Location: viewtopic_body.html before "<!-- BEGIN custom_fields -->"
Subsilver Location: viewtopic_body.html before "<!-- BEGIN custom_fields -->"
Explanation: Used by the karma extension to add a karma score indication that allows users to see how respected the post author is.
Identifier: viewtopic_body_postrow_custom_fields_after
Prosilver Location: viewtopic_body.html after "<!-- END custom_fields -->"
Subsilver Location: viewtopic_body.html after "<!-- END custom_fields -->"
Explanation: Per suggestion of nickvergessen, add a counterpart for every append or prepend event.
Identifier: memberlist_view_user_statistics_before
Prosilver Location: memberlist_view.html inside <dl class="details"> in <div class="column2">
Subsilver Location: memberlist_view.html inside the <table> containing L_JOINED
Explanation: Used by the karma extension to add a karma score indication that allows other users to see how respected this user is. Prepend because karma score is often a more meaningful statistic than the bottom statistics (like "Most active topic"), and should therefore be more prominent.
Identifier: memberlist_view_user_statistics_after
Prosilver Location: memberlist_view.html inside <dl class="details"> in <div class="column2">
Subsilver Location: memberlist_view.html inside the <table> containing L_JOINED
Explanation: Per suggestion of nickvergessen, add a counterpart for every append or prepend event.
Identifier: ucp_pm_viewmessage_custom_fields_before
Prosilver Location: ucp_pm_viewmessage.html before "<!-- BEGIN custom_fields -->"
Subsilver Location: [not available in subsilver due to different pm layout]
Explanation: Used by the karma extension to add a karma score indication that allows users to see how respected the pm sender is.
Identifier: ucp_pm_viewmessage_custom_fields_after
Prosilver Location: ucp_pm_viewmessage.html after "<!-- END custom_fields -->"
Subsilver Location: [not available in subsilver due to different pm layout]
Explanation: Per suggestion of nickvergessen, add a counterpart for every append or prepend event.
Identifier: memberlist_body_username_append
Prosilver Location: memberlist_body.html right after "{memberrow.USERNAME_FULL}"
Subsilver Location: memberlist_body.html right after "{memberrow.USERNAME_FULL}"
Explanation: Used by the karma extension to add a karma score indication that allows other users to see how respected every listed user is.
Identifier: memberlist_body_username_prepend
Prosilver Location: memberlist_body.html right before "{memberrow.USERNAME_FULL}"
Subsilver Location: memberlist_body.html right before "{memberrow.USERNAME_FULL}"
Explanation: Per suggestion of nickvergessen, add a counterpart for every append or prepend event.
[Template] Multiple events required for the karma extension
These requests for events in core phpBB have been merged into 3.1/Ascraeus and will be available with the next release.
Post Reply
1 post
• Page 1 of 1
Return to “[3.1/Ascraeus] Merged Event Requests”
Jump to
- www.phpbb.com/community/
- General Development Discussion
- phpBB 4.x Development
- ↳ [4.x] Discussion
- ↳ [4.x] Tickets Discussion
- ↳ [4.x] Style Development
- phpBB 3.x Development
- ↳ [3.x] Discussion
- ↳ [3.x] Tickets Discussion
- ↳ [3.x] Style Development
- ↳ [3.x][Archive] RFCs
- ↳ [3.x] Event Requests
- ↳ [3.1/Ascraeus] Merged RFCs
- ↳ [3.1/Ascraeus] Merged Event Requests
- ↳ [3.2/Rhea] Merged RFCs
- ↳ [3.x] Rejected RFCs
- ↳ [3.x] Rejected Event Requests
- Everything Else
- ↳ Chit Chat
- ↳ Testing subforum
- ↳ Subforum
- ↳ A "category" subforum in the Testing subforum
- ↳ A sub-sub-forum
- ↳ Passworded Forum
- ↳ Archive of phpBB related forums
- ↳ phpBB 3.0.x Support
- ↳ phpBB 3.0.x MOD/Style Support
- ↳ EasyMOD for 2.0.x
- ↳ Download EasyMOD
- ↳ Announcements and News
- ↳ General EM Discussion
- ↳ Installing EasyMOD
- ↳ Installing MODs with EasyMOD
- ↳ SQL Parser
- ↳ EMC Discussion
- ↳ Bug Tracker
- ↳ Feature Requests
- ↳ Stable Branch: phpBB "Olympus" 3.0
- ↳ [3.0/Olympus] Discussion
- ↳ [3.0/Olympus] New features discussion
- ↳ [3.0/Olympus] Styling