Moin Leute,
ich habe mir heute Toksta in mein Joomla gezimmert und bin sehr zufrieden damit!
Nun gibt es die Möglichkeit, einige Angaben zu machen, um Toksta noch mehr mit Infos zu füttern (Avatare, Geschlecht, etc.)
Ich weiß aber nicht, wie man diese da eingibt...![]()
Könnte mir da jemand einen Tip geben, wie man z.B. Avatare auslesen kann? (Diese werden bei mir immer unter User-ID.png gespeichert)
Hier mal die Möglichekiten, die Toksta anbietet:
Die ersten beiden Tags habe ich ja bereits eingetragen, aber was ist mit den restlichen?PHP-Code://script for the <BODY> area of your source code, transferring necessary user data
//place this script on every page if the user is logged in !!!
$tk_name = $my->username; //<-- please set the username here
$tk_user_id = $my->id; //<-- please set the user ID here
$tk_gender = ""; //<-- optional (the gender of the user can be female or 'male')
$tk_age = ""; //<-- optional (the age of the user e.g. '23')
$tk_single = ""; //<-- optional (is the user single? 'Yes', 'no', '0' = no information)
$tk_profile_url = ""; //<-- optional (url to the users profile)
$tk_pic = ""; //<-- optional (url of the users picture)
$tk_city = ""; //<-- optional (city where the user is located, e.g. 'Berlin')
$tk_zip = ""; //<-- optional (users zip code, e.g. '92553')
$tk_country = ""; //<-- optional (country where the user is located, e.g. 'Germany')
Wäre cool, wenn mir da jemand einen Tip geben könnte
Lg,
cyn


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen