HOW TO CREATE A USER PROFILE FIELD FOR APIKEY
Step 1 :
Admincp=>Champs du profil=>Add New User Profile Field=> Single-Line Text Box
Intitul? :
Code:
[snap] BBcode APIKEY
Description :
Code:
Enter here the [snap] BBcode APIkey. If you don't have one, go to <a href="http://webthumb.bluga.net/home">Webthumb</a> website and open an account for free.
Max length of allowed user input: 100
Field Required: no
Field Editable by User: yes
Private Field: no
Field Searchable on Members List: no
Afficher sur la liste des membres : yes
Display Page: "Edit your details"
=> SAVE AND WRITE DOWN THE FIELD ID
Step 2 :
Open the [snap] BBcode xml product and search :
Code:
$APIKEY = $vbulletin->userinfo['fieldXX'];
Then replace the XX with your User Profile Field ID, save and import product.