Message Text |
Paul,
Could you please give me some guidance on how to
change spaces of the category names to "_",
this on their URL, when generating static HTML pages.
This as the same way we already have it for url rewrite.
At the moment I have tried without effect:
- At Admin Panel-> Generate HTML -> Advanced:
Name categories as
I have changed
" {CATNAME}{PAGE}.html " to
" <?php echo(str_replace(' ','_','{CATNAME}')); ?>{PAGE}.html "
but without effect.
- At clases/category.php
In function staticname()
I have included the str_replace function in different ways, but without effect
Thanks in advance. |