Kod
<code style="overflow: scroll;"> <!-- Tutaj doda nowe wpis Fotka -->
<operation>
<!--Wyszukuje pliki z tlenu -->
<search position="before"><![CDATA[ 'Tlen' => $profile['Tlen'] != '' && (empty($modSettings['guest_hideContacts']) || !$user_info['is_guest']) ? array(
'name' => &$profile['Tlen'],
'href' => 'http://ludzie.tlen.pl/' . $profile['Tlen'],
'link' => '<a href="http://ludzie.tlen.pl/' . $profile['Tlen'] . '"><img src="http://status.tlen.pl/?u=' . $profile['Tlen'] . '&t=1" alt="' . $profile['Tlen'] . '" border="0" height="18" width="18" /></a>',
'link_text' => '<a href="http://ludzie.tlen.pl/' . $profile['Tlen'] . '">' . $profile['Tlen'] . '</a>'
) : array('name' => '', 'href' => '', 'link' => '', 'link_text' => ''),]]></search>
<!-- Dodaje nową linię FOTKA-->
<add><![CDATA['fotka' => $profile['FOTKA'] !='' && (empty($modSettings['guest_hideContacts']) || !$user_info['is_guest']) ? array(
'name' => &$profile['FOTKA'],
'href' => 'http://www.' . $profile['FOTKA'],
'link' => '<a href="http://www./' . $profile['FOTKA'] . '" target="_blank"><img src="' . $settings['images_url'] . '/aparat.gif" alt="' . $profile['FOTKA'] . '" border="0" /></a>',
'link_text' => '<a href="http://www.' . $profile['FOTKA'] . '" target="_blank">' . $profile['FOTKA'] . '</a>'
) : array('name' => '', 'href' => '', 'link' => '', 'link_text' => ''),]]></add>
</operation></code>
<operation>
<!--Wyszukuje pliki z tlenu -->
<search position="before"><![CDATA[ 'Tlen' => $profile['Tlen'] != '' && (empty($modSettings['guest_hideContacts']) || !$user_info['is_guest']) ? array(
'name' => &$profile['Tlen'],
'href' => 'http://ludzie.tlen.pl/' . $profile['Tlen'],
'link' => '<a href="http://ludzie.tlen.pl/' . $profile['Tlen'] . '"><img src="http://status.tlen.pl/?u=' . $profile['Tlen'] . '&t=1" alt="' . $profile['Tlen'] . '" border="0" height="18" width="18" /></a>',
'link_text' => '<a href="http://ludzie.tlen.pl/' . $profile['Tlen'] . '">' . $profile['Tlen'] . '</a>'
) : array('name' => '', 'href' => '', 'link' => '', 'link_text' => ''),]]></search>
<!-- Dodaje nową linię FOTKA-->
<add><![CDATA['fotka' => $profile['FOTKA'] !='' && (empty($modSettings['guest_hideContacts']) || !$user_info['is_guest']) ? array(
'name' => &$profile['FOTKA'],
'href' => 'http://www.' . $profile['FOTKA'],
'link' => '<a href="http://www./' . $profile['FOTKA'] . '" target="_blank"><img src="' . $settings['images_url'] . '/aparat.gif" alt="' . $profile['FOTKA'] . '" border="0" /></a>',
'link_text' => '<a href="http://www.' . $profile['FOTKA'] . '" target="_blank">' . $profile['FOTKA'] . '</a>'
) : array('name' => '', 'href' => '', 'link' => '', 'link_text' => ''),]]></add>
</operation></code>