BattlePro / battlepro-issues

1 stars 0 forks source link

change loop to only show featured titles with images set #134

Closed nikkiradloff closed 6 years ago

nikkiradloff commented 7 years ago
screen shot 2017-09-20 at 9 14 09 am
Ian-Hitt commented 7 years ago

requires add-on development https://github.com/BattlePro/battlepro-issues/issues/122

Ian-Hitt commented 7 years ago

need to check if game title has an image, if not, don't display

Ian-Hitt commented 7 years ago

in template: "bp_gameChooser" replace

                    <a href="{$bp_titleHref}" class="bp_gameChooser--item">
                        <div class="bp_gameChooser--overlay">
                            <span class="bpro_game_title_name">{$title.title_name}</span>
                            <span class="bpro_game_title_all">See all Games</span>
                        </div>
                        <img src="@imagePath/battlepro/media/game-chooser/{$title.game_title_id}.jpg">
                    </a>

with the image associated with the game title in the DB