Hello, in category templates / main index, i had previously (with 3.3.8) changed my template with a <br> after {CATNAME} (it was working and i found <br> in the code source of the final page) :
<table align="center" cellpadding="5" cellspacing="10"> <!-- BEGIN CATSBODY --> ... <!-- BEGIN SUBSUB --> <a href="index.php?action=displaycat&catid={CATID}" class="categoryname">{CATNAME}</a><br> <!-- END SUBSUB --> ... <!-- END CATSBODY --> </table>
doing the same change : <a href="index.php?action=displaycat&catid={CATID}">{CATNAME}</a><br> instead of : <a href="index.php?action=displaycat&catid={CATID}">{CATNAME}</a>, i have absolutely no change and i don't find <br> in the code source.
Why do i post here ? Because i think it's a bug ! : i also remark that analysing the source of the page i don't find anymore "<!-- BEGIN SUBSUB -->" i had previously with 3.3.8
of course, you're right ! May i suggest the end of the article "Regenerating Counters" could be precised a little bit : reading ithe article, i thought it was operations on the database which imposed a regeneration ... but may be it's also my english ...
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on template main index
Experienced
Usergroup: Customer
Joined: Oct 21, 2003
Total Topics: 21
Total Comments: 53
Hello, in category templates / main index, i had previously (with 3.3.8) changed my template with a <br> after {CATNAME} (it was working and i found <br> in the code source of the final page) :
<table align="center" cellpadding="5" cellspacing="10">
<!-- BEGIN CATSBODY -->
...
<!-- BEGIN SUBSUB -->
<a href="index.php?action=displaycat&catid={CATID}" class="categoryname">{CATNAME}</a><br>
<!-- END SUBSUB -->
...
<!-- END CATSBODY -->
</table>
doing the same change :
<a href="index.php?action=displaycat&catid={CATID}">{CATNAME}</a><br>
instead of :
<a href="index.php?action=displaycat&catid={CATID}">{CATNAME}</a>,
i have absolutely no change and i don't find <br> in the code source.
Why do i post here ?
Because i think it's a bug ! :
i also remark that analysing the source of the page i don't find anymore "<!-- BEGIN SUBSUB -->" i had previously with 3.3.8
From where could it come from ?
thank you
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Subcats on main page changes require regeneration, as they have since 3.3.0.
Experienced
Usergroup: Customer
Joined: Oct 21, 2003
Total Topics: 21
Total Comments: 53
of course, you're right !
May i suggest the end of the article "Regenerating Counters" could be precised a little bit : reading ithe article, i thought it was operations on the database which imposed a regeneration ...
but may be it's also my english ...