tjodense
Forum Replies Created
-
Forum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] divider / line after each itemsForum: Plugins
In reply to: [Football Pool] Ranking more fields in columnsOk, Thank you – I will give it a try ??
Maybe I can use your code in help:<?php
// Show number of predictions in the ranking table and also the user avatar.
// If you want the page, shortcode or widget to have different layouts,
// you can differentiate with the $type.
add_filter( ‘footballpool_ranking_template_start’,
function( $template_start, $league, $user, $ranking_id, $all_user_view, $type ) {
// add a row with column headers
$template_start .= sprintf( ‘<tr>
<th></th>
<th class=”user”>%s</th>
<th class=”num-predictions”>%s</th>
<th class=”score”>%s</th>
%s</tr>’
, __( ‘user’, FOOTBALLPOOL_TEXT_DOMAIN )
, __( ‘predictions’, FOOTBALLPOOL_TEXT_DOMAIN )
, __( ‘points’, FOOTBALLPOOL_TEXT_DOMAIN )
, ( $all_user_view ? ‘<th></th>’ : ” )
);
return $template_start;
}, null, 6 );
add_filter( ‘footballpool_ranking_ranking_row_template’, function( $template, $all_user_view, $type ) {
if ( $all_user_view ) {
$ranking_template = ‘<tr class=”%css_class%”>
<td style=”width:3em; text-align: right;”>%rank%.</td>
<td>%user_avatar%%user_name%</td>
<td class=”num-predictions”>%num_predictions%</td>
<td class=”ranking score”>%points%</td>
<td>%league_image%</td>
</tr>’;
} else {
$ranking_template = ‘<tr class=”%css_class%”>
<td style=”width:3em; text-align: right;”>%rank%.</td>
<td>%user_avatar%%user_name%</td>
<td class=”num-predictions”>%num_predictions%</td>
<td class=”ranking score”>%points%</td>
</tr>’;
}
return $ranking_template;
}, null, 3 );
?>Close it.
I tried it… It is working perfect – no wordpress installation on the new host. Installer and zip do it all ??
/ThomasForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Shortcodes in post / sitesHi ThemeBoy.
Thank you. I will look forward to the guide ??
Yes I can find the shortcode folder, but I can not exactly figure out to use them. I have earlier use “footballClub” and use shortcode like :[tb_players limit=”0″ club=”12″ orderby=”RAND” order=”DESC” linktext=”Vis alle spillere” stats=”flag,number,name,position,age,team” title=”Spillere” type=”gallery”]
Have you one exampel how to use in Sportspress…
Thank You.
/ThomasForum: Plugins
In reply to: [WP-Filebase Download Manager] category navigation – shortcodeI need the same ??
Forum: Plugins
In reply to: [WP Photo Album Plus] WPPA Albums widgetStrange… Now it is working….
The only thing I have tried is to make a post with %%wppa%% inside.
Now the Album Widget is working fine…Forum: Plugins
In reply to: [WP Photo Album Plus] WPPA Albums widgetThanks for your reply.
No,
When I setting :Album widget thumbnail link = SubAlbums and thumblink, I can not click on the Album.
If I set it to SlideShow I can clik on the Album, but I open https://dalum2003.dk/?p=1&locale=da_DK&wppa-album=1&slide&wppa-occur=1
I have not use LinkPage.