Well the problem is that i manaully get the field by using sql.
Here is my code:
{exp:query sql="select field_id_36 as shopname, field_id_26 as introtext, field_id_37 as image from exp_weblog_data where field_id_29='{city_name}'"}
<h3 class="openbareweg"><a href="{homepage}/cities_belgium/{url_title}">{shopname} // B-{city_postal} // <strong>VINCI public road</strong></a></h3>
<div class="accordion">
<p>{image}{filedir_1}
<span class="articleimage_right"><img src="{special}phpthumb/phpThumb.php?src=/images/uploads/{exp:extract_url_plus show="fullfilename"}{image}{/exp:extract_url_plus}&w=350" alt="nice image" width="150" height="110"/></span>
{introtext}
</p>
<ul>
<li>openingsuren: Maandag tot vrijdag // 08h15 - 16h00</li>
<li>locatie: H.Serruyslaan 38</li>
<li>t: 059/805408 // t: 059/805419</li>
<li>e: <a href="mailto:info@uwadres.be">parkingsoostende@vincipark.be</a></li>
</ul>
</div>
<div class="accordionborder"></div>
{/exp:query}
Is there still a way to force the filedir to render?
Grtz,