Is there a way to add a title to a comment like I’m adding a title to this topic?
I know you can do this in wordpress comments by default. I’d prefer to use a build in buddypress way of doing this instead of building something custom.
Figured out a hackish way to do this.
Added a title field. Then changed the form to /index.php so I can grab the POST variables. Then I search for index based on title in the category. Then I insert a the $_POST variable into a comment_title meta variable that gets associated with each comment.
The topic ‘Add Comment Title?’ is closed to new replies.
rcavezza
@rcavezza
12 years, 6 months ago
Is there a way to add a title to a comment like I’m adding a title to this topic?
I know you can do this in wordpress comments by default. I’d prefer to use a build in buddypress way of doing this instead of building something custom.
Figured out a hackish way to do this.
Added a title field. Then changed the form to /index.php so I can grab the POST variables. Then I search for index based on title in the category. Then I insert a the $_POST variable into a comment_title meta variable that gets associated with each comment.