Mod: Add A "More" Option To Category Preview @ http://www.shadav.info/mods.php
Version: 1.00
Notice: Maintain this section
Author: Shadav
License: Copyright (c) 2005 - 2007 Shadav
Any redistribution of Shadav mods without the expressed written consent of Shadav is strictly prohibited. Copying any of the code contained within any Shadav mod and claiming it as your own is also prohibited. By using these mods, you agree to indemnify Shadav from any liability that might arise from their use.
SHADAV MODS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
For Help Please Refer To: http://www.phplinkdirectory.com/forum/s ... hp?t=18854
This should work with all versions oh phpLD
open main.tpl and find *or simular*
- Code: Select all
{* Display subcategories *}
{if !empty($cat.SUBCATS)}
<p class="subcats">
{foreach from=$cat.SUBCATS item=scat name=scategs}
<a href="{if $smarty.const.ENABLE_REWRITE}{$cat.TITLE_URL|escap e}/{$scat.TITLE_URL|escape}/{else}index.php?c={$scat.ID}{/if}">
{$scat.TITLE|escape}</a>, {/foreach} ...
</p>
replace the
- Code: Select all
...
- Code: Select all
<a href="{$cat.TITLE_URL|escape}/" title="More For {$cat.TITLE}"><b>More</b></a>
or Download the instructions:




