English 中文(简体)
Limit模块职位产出仅为1,Joomla 1.5
原标题:Limit module position output to only 1, in Joomla 1.5

I m familiar with $this->countModules() and getModule(), but what I am looking to do is limit the output of specific module positions to the first module. I m aware that I could customize which pages modules are set to output on, or that with CSS I could visually hide those extra modules.

Is there any way to limit amount of modules for a single module position within a template?

问题回答

如果没有,Joomla就足够灵活,可以赋予管理人在某一单元职位上应展示或不应展示的权利,但是,你没有其他办法限制单一单元职位单元的数量,但如果你真想安装该单元,那么你别无选择,只能修改核心代码,但风险太大。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签