Witam.
Mam problem z tą modyfikacją: STEAM Profile/Status Display - vBulletin.org Forum
Zamiast pożądanego efektu, czyli 'pasku' steam profile w poście, wyświetla mi się napis 'Not Found'. Nie jestem jednak pewien czy zrobiłem wszystko zgodnie z instrukcją.:
W tym punkcie tworzę nowe pole STEAM_ID. Editable, Searchable, Members List - wszystko w porządku.Step 1
Create a custom user profile field. Name it Steam ID.
Single-Line Text Box Editable, Searchable, Members List
Pole STEAM_ID, które wcześniej utworzyłem ma wartość field '5'. Wszystkie 'x' zamieniam na '5'. Kod w moim przypadku wygląda następująco:Step 2
Plug your field id in to the following code
<if condition="$post['fieldx']"><iframe src="http://steamprofile.com/profile/default/sphtml.php?id=$post[fieldx]" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></if>
Make sure to change x to your id.
Kod:<if condition="$post['field5']"><iframe src="http://steamprofile.com/profile/default/sphtml.php?id=$post[field5]" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></if>Edytuje mój szablon (postbit i postbit_legacy), wklejając za powyższym kodem, ten:Step 3
Place the code in step 2 that has been changed to reflect your profile field after
$template_hook[postbit_messagearea_start]
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
in your postbit or postbit_legacy (depending on what you use) template
W panelu użytkownika podaje steam_id (który na pewno jest dobry). W poście widzę jednak ten tekst Not Found, zamiast paska steam. Co robię nie tak? Wersja forum na pewno jest dobra (3.8.4).Kod:<if condition="$post['field5']"><iframe src="http://steamprofile.com/profile/default/sphtml.php?id=$post[field5]" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></if>