
Recherche avancée
Autres articles (74)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (7125)
-
ffmpeg AVPixelFormat and manager C++ System::Drawing::Imaging::PixelFormat conflict
29 novembre 2016, par H S TThere is
#define PixelFormat AVPixelFormat
inffmpeg
. You can not useSystem::Drawing::Imaging::PixelFormat
in a header file containing this. How can I usePixelFormat
in C # ?.h
using namespace System::Drawing::Imaging;
public ref class CTest{
static Imaging::PixelFormat Format24bppRGB = Imaging::PixelFormat::Format24bppRgb
};.cpp
#include"ffmpeg head file"
... -
lavu/riscv : fallback to raw hwprobe() system call
3 mai 2024, par Rémi Denis-Courmontlavu/riscv : fallback to raw hwprobe() system call
Not all C run-times support this, and even then, it will be a while
before distributions provide recent enough versions thereof.Since this is a trivial system call wrapper, we might just as well call
the corresponding kernel system call directly where the C run-time lacks
support but the kernel headers are new enough (as is the case on Debian
Unstable at the time of writing). In doing so, we need to add a few more
guards as the first suitable kernel (headers) release did not expose the
V, Zba and Zbb extensions. -
Wrapper function removed from vp8_subtract_b_neon function call
30 mars 2011, par Tero RintaluomaWrapper function removed from vp8_subtract_b_neon function call