Apokh
Forum Replies Created
-
Forum: Plugins
In reply to: [Achievements for WordPress] Achievements text appears below featured image.Ah Nice^^
Forum: Plugins
In reply to: [Achievements for WordPress] Medal imageBy now i edited loop-achievements.php like
<table class="dpa-archive-achievements"> <caption class="screen-reader-text"><?php _e( 'All of the available achievements with the name, avatar, and karma points for each.', 'dpa' ); ?></caption> <thead> <tr> <th id="dpa-archive-achievements-image" scope="col"><?php _ex( 'Bild', 'column header for list of achievements', 'dpa' ); ?></th> <th id="dpa-archive-achievements-name" scope="col"><?php _ex( 'Achievement Name', 'column header for list of achievements', 'dpa' ); ?></th> <th id="dpa-archive-achievements-karma" scope="col"><?php _ex( 'Karma', 'column header for list of achievements', 'dpa' ); ?></th> <th id="dpa-archive-achievements-excerpt" scope="col"><?php _ex( 'Beschreibung', 'column header for list of achievements', 'dpa' ); ?></th> </tr> </thead> <tfoot> <tr> <th scope="col"><?php _ex( 'Achievement Image', 'column header for list of achievements', 'dpa' ); ?></th> <th scope="col"><?php _ex( 'Achievement Name', 'column header for list of achievements', 'dpa' ); ?></th> <th scope="col"><?php _ex( 'Karma', 'column header for list of achievements', 'dpa' ); ?></th> <th scope="col"><?php _ex( 'Beschreibungn', 'column header for list of achievements', 'dpa' ); ?></th> </tr> </tfoot>and the single-achievements.php like
<td headers="dpa-archive-achievements-image"> <?php do_action( 'dpa_template_before_achievement_image' ); ?> <?php dpa_achievement_image();?> <?php do_action( 'dpa_template_after_achievement_image' ); ?> </td>Next question would be, where I can rename the table headers 😉
Forum: Plugins
In reply to: [Achievements for WordPress] Medal imageHey, I also want to realize a more beautiful Achivement list. I managed to display the image but somehow I dont get the table done.
Can you please specify which files I have to edit?
Forum: Plugins
In reply to: [Achievements for WordPress] points for Events ManagerNice 🙂
Yes we use it for raids and also for Guild Events as Roleplay, Reallife Events or Teamspeak Meetings.