Quote:
Originally Posted by ericgtr
It would depend on the field you have setup. Most likely the coding would have to be added to at least the member_ajax template and if it calls any php will also have to be added to the member_ajax.php file.
|
The code i have in my postbit_legacy is the following:
PHP Code:
<!-- post gamercard -->
<if condition="$post[field5]">
<iframe src="http://gamercard.xbox.com/$post[field5].card" scrolling="no" frameBorder="0" height="140" width="204">$post[field5]</iframe>
</if>
<!-- /post gamercard -->
How i can implement this into the member_ajax template and into member_ajax.php? I dont know so many stuff about coding,sorry