picoモジュール下部のナビゲーターを消したい

モジュールpico

 状態:  閲覧数:1,855  投稿日:2009-07-11  更新日:
▼対象ファイル
コメントアウトするだけ
1.xoops_trust_path/modules/pico/templates/main_menu.html
2.xoops_trust_path/modules/pico/templates/main_listcontents.html
3.xoops_trust_path/modules/pico/templates/inc_breadcrumbs.html

▽1.
<!--
[url=<{$mod_url}>/index.php?page=rss][RSS][/url]-->
</div>

<p><{$mod_config.top_message}></p>

<{foreach item=category from=$categories}>

<!--
<h<{$category.depth_in_tree|min:5}>>[url=<{$mod_url}>/<{$category.link}>]<{$category.title}>[/url]
<{if $category.isadminormod && $category.invisible_contents_counter}>
<em class="pico_notice">(<{$category.invisible_contents_counter}>)</em>
<{/if}>
</h<{$category.depth_in_tree|min:5}>>

<div class="pico_controllers_in_menu">
<{if $category.isadminormod}>
[url=<{$mod_url}>/index.php?page=categorymanager&amp;cat_id=<{$category.id}>][<{$smarty.const._MD_PICO_LINK_EDITCATEGORY}>][/url]
<{/if}>

<{* <{if $category.can_makesubcategory}>
[url=<{$mod_url}>/index.php?page=makecategory&amp;pid=<{$category.id}>][<{$smarty.const._MD_PICO_LINK_MAKESUBCATEGORY}>][/url]
<{/if}> *}>

<{if $category.can_post}>
[url=<{$mod_url}>/index.php?page=makecontent&amp;cat_id=<{$category.id}>&amp;ret=mm][<{$smarty.const._MD_PICO_LINK_MAKECONTENT}>][/url]
<{/if}>

[url=<{$mod_url}>/index.php?page=rss&amp;cat_id=<{$category.id}>][RSS][/url]

</div> -->


▽2.
<!--
[url=<{$mod_url}>/index.php?page=menu][<{$smarty.const._MD_PICO_MENU}>][/url]-->

<{if $category.isadminormod}>
[url=<{$mod_url}>/index.php?page=categorymanager&amp;cat_id=<{$category.id}>][<{$smarty.const._MD_PICO_LINK_EDITCATEGORY}>][/url]
<{/if}>

<{* <{if $xoops_isadmin}>
[url=<{$mod_url}>/admin/index.php?page=category_access&amp;cat_id=<{$category.id}>][<{$smarty.const._MD_PICO_LINK_CATEGORYPERMISSIONS}>][/url]
<{/if}>

<{if $xoops_isadmin}>
[url=<{$mod_url}>/admin/index.php?page=contents&amp;cat_id=<{$category.id}>][<{$smarty.const._MD_PICO_LINK_BATCHCONTENTS}>][/url]
<{/if}> *}>

<{if $category.can_makesubcategory}>
[url=<{$mod_url}>/index.php?page=makecategory&amp;pid=<{$category.id}>][<{$smarty.const._MD_PICO_LINK_MAKESUBCATEGORY}>][/url]
<{/if}>

<{if $category.can_post}>
[url=<{$mod_url}>/index.php?page=makecontent&amp;cat_id=<{$category.id}>&amp;ret=mc<{$category.id}>][<{$smarty.const._MD_PICO_LINK_MAKECONTENT}>][/url]
<{/if}>

<!--
[url=<{$mod_url}>/index.php?page=rss&amp;cat_id=<{$category.id}>][RSS][/url]-->


▽3.
<{if $mod_config.show_breadcrumbs}>
<!-- breadcrumbs -->
<!--
<div class="pico_breadcrumbs">
[url=<{$mod_url}>/index.php]<{$smarty.const._MD_PICO_TOP}>[/url]
<{foreach from=$xoops_breadcrumbs key="i" item="bc"}>
<{if $i > 0}>
&nbsp;&gt;&nbsp;
<{if $bc.url}>
[url=<{$bc.url}>]<{$bc.name}>[/url]
<{else}>
<{$bc.name}>
<{/if}>
<{/if}>
<{/foreach}>
</div>
-->
<{/if}>


pico xoops_pagetitleに、「モジュール名」を表示させる

pico RSSでエラー



類似度ページランキング
順位 ページタイトル抜粋
1 picoモジュール下部のナビゲーターを消したい 91
2 モジュール名を変更したらエラー 42
3 SEO対策 ページタイトルの順番を変更したい 40
4 携帯 mbxoops6 / D3モジュール名自体を変更した場合の処理 39
5 pico xoops_pagetitleに、「モジュール名」を表示させる 34
6 モジュールブロックの内容またはその一部を、テーマの好きな場所へ反映させたい 33
7 モジュールブロックの内容またはその一部を、テーマの好きな場所へ反映させたい2 33
8 S.サンプルモジュールの設置 32
9 d3blogで、ページナビゲーションがおかしかったら… 32
10 amazonモジュールで「テーマ下テンプレート」が適用されない 30
11
タグ内のコメントを検索したい
30
12 各モジュールコンテンツとカスタムブロックの順番指定 29
13 【未解決】互換モジュールが表示されない 29
14 sitemapモジュール ゲストユーザーへ対するパーミッション許可 29
15 サイトマップモジュールカスタマイズ履歴 29
16 pico RSSでエラー 29
17 テーマチェンジャー「送信」となっているのを、画像ボタンへと変更したい 28
18 メインテーマの「ホーム」を「トップページ」へ変更したい 28
19 templates内のcss変更反映には、モジュールアップデートが必要 28
20 userモジュールは、テーマ下テンプレートが適用されない 27
2024/3/29 15:44 更新