Geeklog Documentation

トップページ 管理画面

UserBox プラグイン

ファイル構成(2015/11/11update)


-userbox
  ├ admin
  │ ├ docs
  │ │ ├ japanese
  │ │ │ ├ autotags.html
  │ │ │ ├ files.html
  │ │ │ ├ index.html
  │ │ │ ├ install.html
  │ │ │ ├ tables.html
  │ │ │ ├ templatesetvars.html
  │ │ │ └ userbox.html
  │ │ │
  │ │ ├ changed-files
  │ │ ├ history
  │ │ ├ index.html
  │ │ └ license
  │ │
  │ │ 
  │ ├ bqckuprestore.php
  │ ├ category.php
  │ ├ field.php
  │ ├ fieldset.php
  │ ├ group.php
  │ ├ index.php
  │ ├ information.php
  │ ├ mst.php
  │ ├ profile.php
  │ ├ userbox_functions.php
  │ └ view.php
  │
  ├ custom  (各サイトでご用意ください)
  │ ├ language
  │ │ └ japaese_utf-8.php 
  │ └ templates
  │ 
  ├ language
  │ └ japanese_utf-8.php 
  │   (指定言語がない場合にも使用されます)
  │
  ├ lib (boxシリーズ共通)
  │ ├ com_getyearformoptions.php 
  │ ├ comj_dlfile.php 
  │ ├ comj_dltbldt.php 
  │ ├ databox_funcions.inc 
  │ ├ lib_category.php 
  │ ├ lib_configuration.php 
  │ ├ lib_datetimeedit.php 
  │ ├ lib_field.php 
  │ ├ lib_fieldset.php 
  │ ├ lib_getfilelist.php 
  │ ├ lib_group.php 
  │ ├ lib_mail_is_mobile.php 
  │ ├ lib_mst.php 
  │ ├ lib_outlog.php 
  │ ├ ppNavbar.php 
  │ └ sql_mst_sample.inc
  │
  ├ public_html
  │ ├ css
  │ │ └ style.css
  │ │
  │ ├ images
  │ │ └ icons
  │ │     ├ userbox.png
  │ │     ├ icon_new.gif
  │ │     └ icon_RSS.gif
  │ │
  │ ├ myprofile
  │ │ ├ index.php
  │ │ ├ profile.php
  │ │ ├ securitygroup.php
  │ │ ├ userbox_functions.php
  │ │ └ view.php
  │ │
  │ ├ attribute.php
  │ ├ category.php
  │ ├ content.php
  │ ├ download.php
  │ ├ list.php
  │ ├ index.php
  │ └ profile.php
  │
  ├ sql
  │ └ mysql_install.php
  │
  ├ templates
  │ ├ admin
  │ │ ├ backuprestore.thtml
  │ │ ├ category_editor.thtml
  │ │ ├ changeset.thtml
  │ │ ├ confirmation.thtml
  │ │ ├ exportform.thtml
  │ │ ├ field_editor.thtml
  │ │ ├ fieldset_editor.thtml
  │ │ ├ fieldset_fields.thtml
  │ │ ├ fieldset_groups.thtml
  │ │ ├ group_editor.thtml
  │ │ ├ information.thtml
  │ │ ├ mst_editor.thtml
  │ │ ├ profile_col_detail.thtml
  │ │ ├ profile_editor.thtml
  │ │ ├ row.thtml
  │ │ └ view.thtml
  │ │
  │ ├ attribute
  │ │ └ default
  │ │    ├ col_detail.thtml
  │ │    ├ col.thtml
  │ │    ├ col2.thtml
  │ │    ├ headercode.thtml
  │ │    ├ list_detail.thtml
  │ │    ├ list.thtml
  │ │    ├ navigation_detail.thtml
  │ │    ├ navigation.thtml
  │ │    ├ nohit.thtml
  │ │    └ row.thtml
  │ │
  │ ├ category
  │ │ └ default
  │ │    ├ col.thtml
  │ │    ├ col_detail.thtml
  │ │    ├ grp.thtml
  │ │    ├ headercode.thtml
  │ │    ├ list.thtml
  │ │    ├ list_detail.thtml
  │ │    ├ navigation.thtml
  │ │    ├ navigation_detail.thtml
  │ │    ├ nohit.thtml
  │ │    └ row.thtml
  │ │
  │ ├ myprofile
  │ │ └ default
  │ │    ├ profile_col_detail.thtml
  │ │    ├ profile_editor.thtml
  │ │    ├ row.thtml
  │ │    ├ securitygroup_editor.thtml
  │ │    ├ securitygroup_group.thtml
  │ │    └ view.thtml
  │ │
  │ ├ newlist
  │ │ └ default
  │ │    ├ list_col.thtml
  │ │    └ list.thtml
  │ │
  │ └ profile
  │   └ default
  │      ├ col_detial.thtml
  │      ├ headercode.thtml
  │      ├ list_detail.thtml
  │      ├ nohit.thtml
  │      └ row.thtml
  │ 
  │
  ├ autoinstall.php
  ├ config.php
  ├ configuration_validation.php
  ├ functions.inc
  ├ functions_autotag.inc  
  ├ functions_comment.inc  
  ├ functions_feed.inc
  ├ functions_search.inc
  ├ functions_stats.inc
  ├ install_defaults.php
  └ version.php
  
  
  

UserBox のコンフィギュレーションのバックアップは、 private/data/ に作成されます


 GEEKLOG
   ├ data
   │ ├ userbox  (ファイル保存場所)
   │
   ├ public_html
   │ ├ images
   │ │ ├ userbox (追加項目の画像(外記憶)の記憶場所)
   │ │
   │ ├ userbox_data  (ファイル保存場所)
   │ ├ layout
   │ │ ├ テーマ
   │ │     ├ userbox
   │ │        ├ templates  テーマテンプレート
   │ │                 (各サイトでご用意ください)
   │ │