Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)
  • Ah Nice^^

    By 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 😉

    Hey, 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?

    Thread Starter Apokh

    (@apokh)

    Nice 🙂
    Yes we use it for raids and also for Guild Events as Roleplay, Reallife Events or Teamspeak Meetings.

Viewing 4 replies - 31 through 34 (of 34 total)