Add class to activity
-
With this plugin you can add video, link or images.
Is there anyway to add a ‘video’, ‘link’ or ‘image’ class to the li element based on what the user has posted?
I can see the class is outbout in my theme via:
<li class="<?php bp_activity_css_class(); ?>" id="activity-<?php bp_activity_id(); ?>">
When processed this outputs source such as:
<li class="activity activity_update activity-item date-recorded-1493197675" id="activity-115">
If the user posts an image I would like it to include something like:
<li class="activity activity_update <strong>activityplus_image</strong> activity-item date-recorded-1493197675" id="activity-115">
I would like to be able to style the activity posts differently based on the content posted. To do this i need the class on the li element.
- The topic ‘Add class to activity’ is closed to new replies.