Introduction   Démarrer   Mise à jour   Manuel de Fonctions   Changelog   Support & Feedback

Tableau Récapitulatif des fonctions du IPB SDK


Fonctions BBCode
Nom But Utilisation
bbcode2html Conversion des BBCode en HTML en utilisant le système natif d'IPB string bbcode2html(string bbcode, bool parsesmilies)
html2bbcode Conversion du HTML en BBCode en utilisant le système natif d'IPB string html2bbcode(string html)
parse_dohtml Analyse des balises [doHTML] string parse_dohtml (string input[, bool parse])


Fonctions Cache Store
Nom But Utilisation
list_cache_stores Liste tous les cache stores array list_cache_stores ()
get_cache_store_value Récupère la valeur d'un cache store mixed get_cache_store_value (string cs_key)
set_cache_store_value Règle la valeur d'un cache store bool set_cache_store_value (string cs_key[, string value])
search_cache_store Recherche un cache store array search_cache_store (string searchfor[, bool exact])


Fonctions Categories
Nom But Utilisation
list_categories Liste des categories array list_categories ()
get_category_info Retourne des informations sur une catégorie array get_category_info (int categoryid)
new_category Créer une nouvelle catégorie mixed new_category (string name)


Fonctions Custom Fields
Nom But Utilisation
get_customfield_value Donne la valeur d'un champs de profils personnalisés mixed get_customfield_value(int fieldid[, int memberid])
list_customfields Dresse une liste de champs de profils personnalisés, et leurs propriétés array list_customfields()
update_customfield Met à jour la valeur d'un champs de profils personnalisés bool update_customfield(int fieldid, string newvalue)


Fonctions E-Mail
Nom But Utilisation
mail_member Envoyer un e-mail à un membre bool mail_member (int userid, string subject, string message)


Fonctions Emoticons
Nom But Utilisation
list_emoticons Listes des émoticônes array list_emoticons([bool clickable])


Fonctions Forum
Nom But Utilisation
add_forum Créer un nouveau forum bool add_forum(string name, string description, int categorieID, array startperms, array replyperms, array readperms, array uploadperms)
get_forum_info Retourne informations sur un forum donné array get_forum_info ([int forumID])
get_member_readable_forums Retourne une liste des forums que l'utilisateur en ligne peut lire (readable) array get_member_readable_forums()
get_member_postable_forums Retourne une liste des forums dans lesquels l'utilisateur en ligne peut écrire (post in) array get_member_postable_forums()
get_member_startable_forums Retourne une liste des forums dans lesquels l'utilisateur en ligne peut lancer des sujets (start topics in) array get_member_startable_forums()
is_forum_postable Retourne si l'utilisateur en ligne peut écrire dans un forum donné (post in) m array is_forum_postable(int forumID)
is_forum_readable Retourne si l'utilisateur en ligne peut lire un forum donné (read) array is_forum_readable(int forumID)
is_forum_startable Retourne si l'utilisateur en ligne peut lancer un sujet dans un forum donné (start) array is_forum_startable(int forumID)
list_forum_topics Retourne les sujets d'un forum donné array list_forum_topics (mixed forumID[, array filter[, bool bypassperms]])


Fonctions Groups
Nom But Utilisation
get_group_info Retourne des informations sur un groupe array get_group_info([int groupid])


Fonctions Member
Nom But Utilisation
list_categories Liste des categories array list_categories ()
get_category_info Retourne des informations sur une catégorie array get_category_info (int categoryid)
new_category Créer une nouvelle catégorie mixed new_category (string name)


Fonctions Poll
Nom But Utilisation
list_categories Liste des categories array list_categories ()
get_category_info Retourne des informations sur une catégorie array get_category_info (int categoryid)
new_category Créer une nouvelle catégorie mixed new_category (string name)


Fonctions Post
Nom But Utilisation
list_categories Liste des categories array list_categories ()
get_category_info Retourne des informations sur une catégorie array get_category_info (int categoryid)
new_category Créer une nouvelle catégorie mixed new_category (string name)


Fonctions Private Message
Nom But Utilisation
list_categories Liste des categories array list_categories ()
get_category_info Retourne des informations sur une catégorie array get_category_info (int categoryid)
new_category Créer une nouvelle catégorie mixed new_category (string name)


Fonctions SDK
Nom But Utilisation
list_categories Liste des categories array list_categories ()
get_category_info Retourne des informations sur une catégorie array get_category_info (int categoryid)
new_category Créer une nouvelle catégorie mixed new_category (string name)


Fonctions Search
Nom But Utilisation
list_categories Liste des categories array list_categories ()
get_category_info Retourne des informations sur une catégorie array get_category_info (int categoryid)
new_category Créer une nouvelle catégorie mixed new_category (string name)


Fonctions Skin
Nom But Utilisation
list_categories Liste des categories array list_categories ()
get_category_info Retourne des informations sur une catégorie array get_category_info (int categoryid)
new_category Créer une nouvelle catégorie mixed new_category (string name)


Fonctions Statistics
Nom But Utilisation
list_categories Liste des categories array list_categories ()
get_category_info Retourne des informations sur une catégorie array get_category_info (int categoryid)
new_category Créer une nouvelle catégorie mixed new_category (string name)


Fonctions Topic
Nom But Utilisation
list_categories Liste des categories array list_categories ()
get_category_info Retourne des informations sur une catégorie array get_category_info (int categoryid)
new_category Créer une nouvelle catégorie mixed new_category (string name)