Blog Forum Downloads Dokumentation Umfragen Empfehlungen  

Mitglied werden!

Community

Service

Wer ist online

9 User Online (6 User befinden sich im Bereich Forum)

Mitglieder: 0
Gäste: 9

mehr...

Xoopscube Topsite

Xoopscube Module : Metakat

Autor Diskussion
trucker2006
XC - Team
  • Registriert seit:: 22.08.2007
  • Aus:: Wasbek
  • Beiträge: 11
Metakat
Gutes Modul um Admin Aufgaben schnell zu lösen und effektiv.Der Haken an der Geschichte,es kennt sich keiner aus damit.Die Übersetzung gibt leider nicht Aufschluß darüber,wie man verwendete Module einbinden kann und welche betroffenen Links dort einzugeben sind.Beispiel:
Klar ist die class wird geändert.Mein Plan wäre Module wie smartsection einzubauen.Vorgabe wäre bei modul section newbb,section und news wie folgt:

$modules['newbb'] = array( 'name' => 'newbb',
'cat_get_var' => 'cat',
'item_type' => 'Forums',
'cat_view_url' => '/modules/newbb/index.php?cat=%s',
'cat_table' => 'bb_categories',
'title_field' => 'cat_title',
'cat_id_field' => 'cat_id',
'parent_id_field' => '',
'image_reference_field' => '',
'image_reference_type' => '',
'image_upload_path' => '',
'content_table' => 'bb_forums',
'content_cat_field' => 'cat_id',
'content_id_field' => 'forum_id',
'content_get_var' => 'forum',
);
$modules['sections'] = array( 'name' => 'sections',
'cat_get_var' => 'secid',
'item_type' => 'Articles',
'cat_view_url' => '/modules/sections/index.php?op=listarticles&secid=%s',
'cat_table' => 'sections',
'title_field' => 'secname',
'cat_id_field' => 'secid',
'parent_id_field' => '',
'image_reference_field' => 'image',
'image_reference_type' => 'PATH',
'image_upload_path' => XOOPS_ROOT_PATH . '/modules/sections/images/',
'content_table' => 'seccont',
'content_cat_field' => 'secid',
'content_id_field' => 'artid',
'content_get_var' => 'artid',
);
$modules['news'] = array( 'name' => 'news',
'cat_get_var' => 'storytopic',
'item_type' => 'News',
'cat_view_url' => '/modules/news/index.php?storytopic=%s',
'cat_table' => 'topics',
'title_field' => 'topic_title',
'cat_id_field' => 'topic_id',
'parent_id_field' => 'topic_pid',
'image_reference_field' => 'topic_imgurl',
'image_reference_type' => 'PATH',
'image_upload_path' => XOOPS_ROOT_PATH . '/modules/news/images/topics/',
'content_table' => 'stories',
'content_cat_field' => 'topicid',
'content_id_field' => 'storyid',
'content_get_var' => 'storyid',
);
Ich möchte aber smartsection nehmen und eventuel auch andere einbauen.Hat jemand Erfahrung und kann mich auf den richtigen Weg stoßen.Danke im vorraus Dedel


----------------


Threaded



 Kontakt |  Sitemap

Powered by XOOPS Cube 2.1.x © 2001-2008 XOOPS Cube Project Xoopscube