PEAK XOOPS - displaying categories names: IE x firefox in englishin japanese

displaying categories names: IE x firefox

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2004/9/9 7:58
ozp11  ¾åÅùʼ   Posts: 23
Hello, I have long name in categories in my site, and there is a problem when you create categories with more than one word.

In firefox I found a way do deal with this: name-name-name

but in IE it still displayin in a confusing way.....

you can see it here

http://www.redepsi.com.br/portal/modules/myalbum/

Or here is an example:

Firefox:
COREP 2002 (13)
VI-EREP-12/07/2004 (17)
VI-EREP-13/07/2004 (18)
VI-EREP-14/07/2004 (2)
VI-EREP-15/07/2004 (27)


IE:
COREP 2002 (13) VI-EREP-
12/07/2004 (17) VI-EREP-
13/07/2004 (18) VI-EREP-
14/07/2004 (42) VI-EREP-
15/07/2004 (27)

With IE is a bit confusing to figure out where you are going to go when you click

Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2004/9/20 19:13
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi Oliver.

It's a simple issue of templates.
Edit your myablum*_categories.html like this:
line 18
      <{foreach from=$cat.subcategories item=subcat}>
        <{if $subcat.number_of_subcat}>
          <a href="<{$mod_url}>/viewcat.php?cid=<{$subcat.cid}>"><img src="<{$mod_url}>/images/folder16.gif" width="16" height="16" alt="" /><{$subcat.title}><img src='<{$mod_url}>/images/subcat.gif' width='15' height='15' /></a>   <br />
        <{else}>
          <a href="<{$mod_url}>/viewcat.php?cid=<{$subcat.cid}>"><img src="<{$mod_url}>/images/folder16.gif" width="16" height="16" alt="" /><{$subcat.title}></a> (<{$subcat.photo_small_sum}>)   <br />
        <{/if}>
      <{/foreach}>

I'll consider that the default template should use <br /> or not.
Votes:1 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2004/9/21 2:58
ozp11  ¾åÅùʼ   Posts: 23
ok! Thanks!

Votes:0 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!