Joomler!.net - Decided on Joomla!

デル株式会社

Jboard is Multiple Board!

Home » Blog » $topLevelLimit
0 votes
Written by:Joomler! 3968 hits Friday, 30 November 2007 17:44

Joomla!1.0.xの管理画面でたくさんのコンポーネントをインストールしてあると「さらに多くのコンポーネント...」と表示されてしまい編集したいコンポーネントにアクセスするのに二度クリックしないといけないことってありますよね。

コアを編集してみましょう。

ROOT/administrator/modules/mod_fullmenu.php Line:188

$topLevelLimit = 19; //You can get 19 top levels on a 800x600 Resolution

$topLevelLimit = 30; //You can get 19 top levels on a 800x600 Resolution
?>

に変更するなどして数を増やせばOKです。

もうひとつ


コンテンツが多すぎて管理画面のコンテンツ一覧の表示数の限度50をもっと多くしたい。

コアを編集。

Root/administrator/includes/pageNavigation.php Line:48

$limits[] = mosHTML::makeOption( "50" );

$limits[] = mosHTML::makeOption( "50" );
$limits[] = mosHTML::makeOption( "100" );
$limits[] = mosHTML::makeOption( "150" );
$limits[] = mosHTML::makeOption( "200" );
$limits[] = mosHTML::makeOption( "300" );
?>

などとちょっと極端ですが、行をコピーして数を増やせばOKです。

 

JContentPlus for Joomla!1.5 powered by Joomler!.net

joomler.net is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla!(R) name is used under a limited license from Open Source Matters in the United States and other countries.
joomler.net is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.