Jump to content
WebFlake
  • 0

Custom profilefield not showing up


Guest aleahl213

Question

Guest aleahl213

I made a new skin based on the defult skin for IB.Board 3.4. I importat my profile design from my 3.2 design and there I had a small snipped that would extratct what games a user had from custom profilefilds. Here is my code:

 

<if test="hasContactFields:|:$this->memberData['g_access_cp'] == 1 || is_array( $member['custom_fields']['games'])">										<if test="member_contact_fields:|:is_array( $member['custom_fields']['games'])">											<foreach loop="cfields:$member['custom_fields']['games'] as $field">													{$field}											</foreach>										</if>							</if>

 

But I only get blank... Can someone help me extract the image from the "games" custom profilefield group?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
Guest aleahl213

I could save it now but I get this nasty error now:

 

Warning: Cannot modify header information - headers already sent by (output started at /home/aleahl/public_html/forum/cache/skin_cache/cacheid_9/skin_profile.php:981) in /home/aleahl/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 114Warning: Cannot modify header information - headers already sent by (output started at /home/aleahl/public_html/forum/cache/skin_cache/cacheid_9/skin_profile.php:981) in /home/aleahl/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 127Warning: Cannot modify header information - headers already sent by (output started at /home/aleahl/public_html/forum/cache/skin_cache/cacheid_9/skin_profile.php:981) in /home/aleahl/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 136Warning: Cannot modify header information - headers already sent by (output started at /home/aleahl/public_html/forum/cache/skin_cache/cacheid_9/skin_profile.php:981) in /home/aleahl/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 137Warning: Cannot modify header information - headers already sent by (output started at /home/aleahl/public_html/forum/cache/skin_cache/cacheid_9/skin_profile.php:981) in /home/aleahl/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 141
Link to comment
Share on other sites

  • 0
Guest aleahl213

Now it's giving me all of this... I want teh custom fields in the group with Group Reference Key of "games".

Array(    [contact] => Array        (            [msn] =>             [website] =>             [skype] =>         )    [profile_info] => Array        (            [gender] => 			 Ikke valgt	            [location] =>         ))Warning: Cannot modify header information - headers already sent by (output started at /home/aleahl/public_html/forum/cache/skin_cache/cacheid_9/skin_profile.php:981) in /home/aleahl/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 114Warning: Cannot modify header information - headers already sent by (output started at /home/aleahl/public_html/forum/cache/skin_cache/cacheid_9/skin_profile.php:981) in /home/aleahl/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 127Warning: Cannot modify header information - headers already sent by (output started at /home/aleahl/public_html/forum/cache/skin_cache/cacheid_9/skin_profile.php:981) in /home/aleahl/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 136Warning: Cannot modify header information - headers already sent by (output started at /home/aleahl/public_html/forum/cache/skin_cache/cacheid_9/skin_profile.php:981) in /home/aleahl/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 137Warning: Cannot modify header information - headers already sent by (output started at /home/aleahl/public_html/forum/cache/skin_cache/cacheid_9/skin_profile.php:981) in /home/aleahl/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 141
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...