Customizing SMF > Modifications and Packages

Medal Honor For Years

<< < (3/5) > >>

akbora:
http://www.xxxi.com/index.php?pretty;board=xxxxi;topic=axxxx-basbakan-xxxx-dili-bozuk-rahatsiz-edici.msg160760
Filtreyi Uygula: Sadece aynı iletiye ait hata iletilerini görüntüle
2: str_repeat(): Second argument has to be greater than or equal to 0
Filtreyi Uygula: Sadece bu dosyaya ait hataları göster
Dosya: /home/xxx/xxx_html/Sources/Display.php

Arantor:
The line you posted:

--- Code: ---$context['mhfyimages'] = str_repeat('<img src="' . $settings['images_url'] . '/icons/gold_star.png" alt="'.$txt['mhfyears'].'" />', $context['countYearsSinceReg']['cantStars']);
--- End code ---

Replace with:

--- Code: ---$context['mhfyimages'] = empty($context['countYearsSinceReg']['cantStars']) ? '' : str_repeat('<img src="' . $settings['images_url'] . '/icons/gold_star.png" alt="'.$txt['mhfyears'].'" />', $context['countYearsSinceReg']['cantStars']);
--- End code ---

Old Fossil:
Thanks Arantor.

akbora:
Thanks Arantor I changed that line and I will wait I think it is solved.
Also thanks Old Fossil for your interest.

Old Fossil:
This is a mod I was interested in myself.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version