Changes between Initial Version and Version 1 of Ticket #3253, comment 20
- Timestamp:
- 06/08/2011 07:51:06 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3253, comment 20
initial v1 1 1 also, a easy fix for the ID issue: change the reply button ID: 2 2 id="acomment-reply-<?php bp_activity_id() ?>-from-<?php bp_activity_comment_id() ?>" 3 (uses Boon 's patch)3 (uses Boone's patch) 4 4 resulting ID looks like acomment-reply-23-from-32 5 5 not a super sleek change but makes sense and keeps ID's different. A better solution would be to adjust the AJAX but this is working.