Installation
1. Download attached "steamprofile_vb4_1.0.1.zip".
2. Expand and upload the "steamprofile" folder into your forum's root directory.
3. Go to AdminCP > Styles & Templates > Style Manager > Common Templates.
4. Add the following to a new line at the bottom of your "headinclude":
Code:
<script type="text/javascript" src="steamprofile/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="steamprofile/steamprofile.js"></script>
5. Save.
6. Go to AdminCP > User Profile Fields > Add New User Profile Field > Single-Line Text Box.
7. Enter in what ever title and description you want.
8. Optional To only accept Steam IDs add the following to "Regular Expression":
Code:
STEAM_[0-9]:[0-9]:[0-9]{4,}
9. Change the "Display Page" option to "Options: Other".
10. Save.
11. Make note of the field number (ex field5).
12. Go to AdminCP > Styles & Templates > Style Manager > Edit Templates > Postbit Templates > postbit_legacy.
13. Find the following line:
Code:
<vb:if condition="$post['title'] OR $show['messageicon']">
14. Replace fieldX, in both locations, in the following line of code with your noted field number from above. Then add the code to a new line after the previous line:
Code:
<vb:if condition="$post['fieldX']"><div class="steamprofile" title="{vb:raw post.fieldX}" style="float: right;"></div></vb:if>
15. Save. Finished.
Versja PL
1. Sciagnij załącznik "steamprofile_vb4_1.0.1.zip".'
2. Rozpakuj i wrzuc Folder "steamprofile" do glownego folderu forum
3. Idz do Panelu admna > Style i szablony > zarzadzaj stylem > WYBIERZ SWOJ STYL
4. Donajdz headinclude i na dole dodaj kody :
Kod:
<script type="text/javascript" src="steamprofile/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="steamprofile/steamprofile.js"></script>
5.Zapisz
6. Idz do Panelu Admina > Pola w profilu Uzytkowinika Dodaj > Nowe Pole Profilu Użytkownika > Single-Line Text Box.
7. Wpisz jaka chcesz nazwe i opis (wyswietla sie w profilu do uzupelnienia, wiec moze poprostu Steam ID a opis Twoj Steam ID)
8. Na dole podczas dodawania masz "Wyrażenie regularne" jak wpiszesz Kod:
STEAM_[0-9]:[0-9]:[0-9]{3,}
akceptowane beda tylko nr wg wzoru
9. - W polu ktore dodales, wejdz w edycje na dole masz Display Page tu wybierz "Opcje : inny"
10. Zapisz
11.Sprawdz pole ktore dodales jaki ma nr, ten nr jest wazny, dlaczego, o tym ponizej
12. Idz do Panelu Admina > Style i szablony > zarzadzaj stylem > w Edycji Szablonow odnajdz Postbit Templates > postbit_legacy
13. W tym szablonie znajdz kod
Kod:
<vb:if condition="$post['title'] OR $show['messageicon']">
i zamien go na kod
Kod:
<vb:if condition="$post['fieldX']"><div class="steamprofile" title="{vb:raw post.fieldX}" style="float: right;"></div></vb:if>
TU WAZNE pole fieldX - tu muszisz wpisać nr swojego pola (pt 11) czyli np field5
musisz fieldX na field+nr twojego pola - zamienic w dwóch miejscach w nowym kodzie
15. zapisz - fin
no mi wlasnie cos nie lata,ale w teorii tak to powinno wygladac
nie wyswietla mi tego w postach
(tlumaczenie z versji dla VBv4)