Community « Discussion forum « Bug tracker «
Rendering problem with news's articles section and first page. [Solved]
I've put an article in the section news, wich automaticlyu compare on the first page.
In the article there is a list of links like this
Label1
Label2
They are showed correctly on the news section but not on the first page where you get all the label on one line as simple text (no link) like:
Label1 Label2
You can see it at www.darviniano.eu
They are showed correctly on the news section but not on the first page where you get all the label on one line as simple text (no link) like:
Label1 Label2
You can see it at www.darviniano.eu
Solution Manager: Bernard
Solution has been fully integrated| Fw_crocodile 151 posts | It seems that this happen also with other codes like \[nl\], they didn't get interpreted on the first page while they are in the news section. |
| Bernard from nearby-an-airport Associate, 6927 posts | This is a bug of the function Skin::cap().You can remove the call of this function at line 174 of script skins/layout_home_articles_as_daily.php to get:
|
| Bobthecheese 3 posts | I tried this, but to no avail. It appears to be stripping out all formatting tags on the front page. Any other suggestions? |
| Bernard from nearby-an-airport Associate, 6927 posts |
Bobthecheese: Maybe it was not clear in my comment, but you have to remove call of cap(), and to maintain call of beautify(). If you remove both, YACS codes won't be translated to XHTML anymore.
|
| Christian from Chonas l'Amballan Associate, 948 posts | I Close but keep the test for the 8.6 verions |
