2 mikel Mar 20, 2005 18:50

mikel wrote:
aber viele Blogs kann man durchaus mit einer Installation anlegen....
b2 ist ein multi-Blog, multi-User System
8|mikel
Jop, thx, ich glaube ich habe mich ein wenig falsch ausgedr?ckt. Ich will nicht mehrere Blogs anlegen, sondern mehrere Blogsysteme. Es ist f?r ein Projekt an der Uni wo jeder Student ein eigenes Blogsystem bekommen soll und daran arbeiten kann. Nunja, 40 Studenten ... und jeder ein eigenes Blogsystem ... das wird aufw?ndig in der Installation wenn man keine Shell hat. :( :(
Danke f?r Deine Hilfe ... hat mich schonmal weitergebracht.
Ich hab eine kleine Anleitung geschrieben wie man die Installation mehrerer Weblogs auf einer DB automatisieren kann
http://www.code-foundation.de/mainblog/media/weblog-howto.pdf
Das wird in der Datei _advanced.php erledigt unter
// ** DB table names **
/**#@+
* database tables' names
*
* (change them if you want to have multiple b2's in a single database)
*/
$tableposts = 'evo_posts';
$tableusers = 'evo_users';
$tablesettings = 'evo_settings';
$tablecategories = 'evo_categories';
$tablecomments = 'evo_comments';
$tableblogs = 'evo_blogs';
$tablepostcats = 'evo_postcats';
$tablehitlog = 'evo_hitlog';
$tableantispam = 'evo_antispam';
$tablegroups = 'evo_groups';
$tableblogusers = 'evo_blogusers';
$tablelocales = 'evo_locales';
/**#@-*/
aber viele Blogs kann man durchaus mit einer Installation anlegen....
b2 ist ein multi-Blog, multi-User System
8|
mikel