Title: Atoro's Replies | WordPress.org

---

# Atoro

  [  ](https://wordpress.org/support/users/atoro/)

 *   [Profile](https://wordpress.org/support/users/atoro/)
 *   [Topics Started](https://wordpress.org/support/users/atoro/topics/)
 *   [Replies Created](https://wordpress.org/support/users/atoro/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/atoro/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/atoro/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/atoro/engagements/)
 *   [Favorites](https://wordpress.org/support/users/atoro/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Agy - Age verification for WooCommerce] Content Warning Keeps Appearing](https://wordpress.org/support/topic/content-warning-keeps-appearing/)
 *  [Atoro](https://wordpress.org/support/users/atoro/)
 * (@atoro)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/content-warning-keeps-appearing/#post-4016424)
 * Same issue. Cookie expire date seems to be ignored and the cookie is just rewritten,
   although for me it’s regardless of what settings I have on the plugin. It will
   either constantly pop up on every page, or only pop up on my posts page, but 
   still doesn’t follow the expire.
 * I do like the new look a whole lot better though. A piece of advice: allow an
   admin-area way to change the colors on the popup, I have to edit the CSS to get
   it to match my site’s theme. Other than that, damn good job
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Xprofile Custom Fields Type] Checkbox for Terms & Conditions](https://wordpress.org/support/topic/checkbox-for-terms-conditions/)
 *  Thread Starter [Atoro](https://wordpress.org/support/users/atoro/)
 * (@atoro)
 * [13 years ago](https://wordpress.org/support/topic/checkbox-for-terms-conditions/#post-3688551)
 * Sure thing, just as a heads up, it’s an adult-oriented website
 * [http://yaoihavenreborn.com](http://yaoihavenreborn.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Achievements for WordPress] Featured images in Achievement page](https://wordpress.org/support/topic/featured-images-in-achievement-page/)
 *  [Atoro](https://wordpress.org/support/users/atoro/)
 * (@atoro)
 * [13 years ago](https://wordpress.org/support/topic/featured-images-in-achievement-page/#post-3437144)
 * This seems to work for me, thanks for the help! Should help me with other plugins
   as well =)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Achievements for WordPress] Featured images in Achievement page](https://wordpress.org/support/topic/featured-images-in-achievement-page/)
 *  [Atoro](https://wordpress.org/support/users/atoro/)
 * (@atoro)
 * [13 years ago](https://wordpress.org/support/topic/featured-images-in-achievement-page/#post-3437142)
 * For those who have the same problem and want to show badges under the name of
   the achievement, I figured it out:
 * Put this line of code into the loop-single-achievement.php file located under
   wp-content/plugins/achievements/templates/achievements/achievements. You should
   see this on line 21:
    `<a href="<?php dpa_achievement_permalink(); ?>"><?php 
   dpa_achievement_title(); ?></a>` Underneath that, put this:
 *     ```
       <br />
       		<?php
       				if ( has_post_thumbnail( $notification->ID ) )
       					echo '<a href="' . esc_url( $url ) . '">' . get_the_post_thumbnail( $notification->ID, 'medium', array( 'class' => 'attachment-medium dpa-achievement-unlocked-thumbnail' ) ) . '</a>';
       				?>
       ```
   
 * That puts the featured image from that achievement underneath. Hope this helps
   somebody!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Achievements for WordPress] Featured images in Achievement page](https://wordpress.org/support/topic/featured-images-in-achievement-page/)
 *  [Atoro](https://wordpress.org/support/users/atoro/)
 * (@atoro)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/featured-images-in-achievement-page/#post-3437139)
 * What exactly did you do to get it working? I wanted to implement this into my
   own site, but my PHP skills are… novice at best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Pagination at both top and bottom of table?](https://wordpress.org/support/topic/pagination-at-both-top-and-bottom-of-table/)
 *  Thread Starter [Atoro](https://wordpress.org/support/users/atoro/)
 * (@atoro)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/pagination-at-both-top-and-bottom-of-table/#post-3521617)
 * Wow it worked perfectly, didn’t think it would be THAT easy =)
 * Thanks a bunch, 5 stars for you!

Viewing 6 replies - 1 through 6 (of 6 total)