info:concrete5:c56:homepage

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
info:concrete5:c56:homepage [2025/12/03 10:30] – [Documentation et outils réalisés par mézigue] radeffinfo:concrete5:c56:homepage [2025/12/03 10:31] (Version actuelle) – [Packages] radeff
Ligne 37: Ligne 37:
 } }
 </code> </code>
-===== Thèmes c5.6 ===== 
-{{namespace>info:concrete5:c56:themes:&linkonly&title}} 
  
-**[[info:concrete5:themes:homepage|Thèmes testés par Fred Radeff]]** 
- 
-[[http://www.concrete5.org/marketplace/themes/|http://www.concrete5.org/marketplace/themes/]] <note important> Attention à bien prendre un thème qui correspond à votre version! </note> 
- 
-    * [[http://www.concrete5.org/marketplace/themes/-/choose_marketplace/0/|Thèmes 5.6]] 
-    * [[http://www.concrete5.org/marketplace/themes/-/choose_marketplace/1/|Thèmes 5.7]] 
- 
-<note tip> Privilégier l'équilibre des couleurs puis la structure à tout le reste: il est simple de changer des images ou des polices de caractère… mais les couleurs, c'est un gros boulot, même si on est webdesigner - et si on l'est pas, résultat mochissime garanti! </note> 
- 
-===== Tips & Tricks for developping c5.6 ===== 
-[[https://www.concrete5.org/documentation/developers/5.6/|https://www.concrete5.org/documentation/developers/5.6/]] 
- 
-[[c56multilingual|Astuces pour le multilingue sur c5.6]] 
- 
-php7: https://github.com/concrete5/concrete5-legacy/pull/1955 
-==== datatable ==== 
- 
- 
-https://github.com/cottley/concrete5-jquery-datatables/tree/master/jquery_datatables/blocks (voir ses autres packages)  
-{{tag>datatable}} 
-===== Packages ===== 
- 
-Addons/plugin for c5.6 
- 
-[[http://www.concrete5.org/marketplace/addons/|http://www.concrete5.org/marketplace/addons/]] 
- 
-{{namespace>info:concrete5:c56:&linkonly&title&order=title}} 
-===== bug install ===== 
- 
- 
-concrete5.6  Unable to install database: Invalid default value for 'avDateAdded' 
- 
-<code>root@radeff-OptiPlex-780:/etc/mysql# vi my.cnf 
-[mysqld] 
-port = 3306 
-sql_mode=NO_ENGINE_SUBSTITUTION</code> 
-===== db ===== 
- 
-<code> 
-The database object 
- 
-You can load the active database object within any function or class by running the following command: 
- 
-$db= Loader::db(); 
- 
-This makes the database object available in our current scope, meaning that we can now fetch and manipulate data. 
-Connecting to other databases 
- 
-If you need to connect to a different database, you can switch out the active database object on the fly: 
- 
-$db = Loader::db( 'newserver', 'newuser', 'newpassword', 'newdatabase', true); 
- 
-When you’re done working with the other database, return to your default concrete5 database by clearing out the connection details: 
- 
-$db = Loader::db(null, null, null, null, true); 
- 
-$db->Execute('select * from TestTable'); 
-</code> 
  
  
  • info/concrete5/c56/homepage.1764754213.txt.gz
  • Dernière modification : 2025/12/03 10:30
  • de radeff