Pages: [1]
Author Topic: Show Game numbers inside a Category on Frontpages  (Read 203 times)
Customers
Newbie
*

Karma: 0
Posts: 11


WWW
on: Dec 14, 10, 09:41 AM

Hi,

i want to show the Numbers of Games inside a Category on the Frontpages..

Admin CP shows that..
I found that !MACRO! !GAMESNUMBER! in /admin/templates/page_content.html
but it don?t work on the Frontpages

How i do that?

regards Plauze
« Last Edit: Dec 14, 10, 09:43 AM by plauze » Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #1 on: Dec 15, 10, 01:59 AM

you should initialize a new macro for that in the block_gamesnav.php block.
Add the following line
Code:
$tpl->assign( "CATGAMESCOUNT", $values["games"] );
after the line
Code:
$tpl->assign( "GENREURL", CategoryURL($values["latin_title"]) );
and output the new macro (!CATGAMESCOUNT!) in the line
Code:
<li><a href="!GENREURL!">!GENRETITLE!</a></li>
in file block_gamesnav.html
Logged
Customers
Newbie
*

Karma: 0
Posts: 11


WWW
Reply #2 on: Dec 15, 10, 06:40 AM

Good Morning...

Thank you, it works  Smiley


i have a little idea for PAS 1.6
....
...


Best regards Plauze
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #3 on: Dec 16, 10, 11:58 PM

thanks for your idea
Logged
Pages: [1]
 
Jump to: