PEAK XOOPS - Howto Disable Most Recent Listing in englishin japanese

Howto Disable Most Recent Listing

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2006/8/8 0:48
minesculis  企霹始   Posts: 2
Hi,

Does anyone know how i can disable the functionality that makes that the most recent pictures are shown when i enter the myAlbum-P module? I only want the pictures to be shown after selecting their categorie.

Thanks in advance

Aad
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/8/8 6:04
GIJOE  黎扦烦菱   Posts: 4110
Just edit the template myalbum*_index.html via tplsadmin.
eg.
<{strip}>
<table width="100%" cellspacing="0" class="outer">
  <tr>
    <td class="even">
      <br />
      <{include file="db:myalbum_header.html"}>
      <br />
      <{include file="db:myalbum_categories.html"}>
      <hr />
      <form name='cid_select' action='<{$mod_url}>/viewcat.php' method='GET' style='margin:0px;text-align:center;'>
        <select name='cid' onchange='submit();'>
          <option value=''><{$lang_directcatsel}></option>
          <{$category_options}>
        </select>    
        <{$photo_global_sum}>    
        <{if $lang_add_photo}><a href="submit.php"><{$lang_add_photo}><img src="<{$mod_url}>/images/pictadd.gif" border="0" alt="<{$lang_add_photo}>" title="<{$lang_add_photo}>" /></a><{/if}>
      </form>
    </td>
  </tr>
</table>
<br />
<table width="100%" cellspacing="0" class="outer">
  <tr>
    <td class="even" align="left">
      <h4><{$lang_latest_list}></h4>
      <{if $photonavdisp }>
        <table border='0' cellpadding='0' cellspacing='0' width='100%'>
          <tr>
            <td align='left'>
              <{$photonavinfo}>
            </td>
            <td align='right'>
              <{$photonav}>
            </td>
          </tr>
        </table>
        <hr />
      <{/if}>
      <table width='100%' cellspacing='0' cellpadding='10' border='0'>
        <{foreach from=$photos item=photo}>
          <{include file="db:myalbum_photo_in_list.html"}>
        <{/foreach}>
      </table>
      <{if $photonavdisp }>
        <hr />
        <table border='0' cellpadding='0' cellspacing='0' width='100%'>
          <tr>
            <td align='left'>
              <{$photonavinfo}>
            </td>
            <td align='right'>
              <{$photonav}>
            </td>
          </tr>
        </table>
      <{/if}>
    </td>
  </tr>
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0">
  <tr>
    <td align="center">
      <br />
      <{include file='db:system_notification_select.html'}>
      <br />
      <{include file="db:myalbum_footer.html"}>
    </td>
  </tr>
</table>
<{/strip}>
Votes:0 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2006/8/8 16:46
minesculis  企霹始   Posts: 2
Thanks a lot GIJOE! Full hit, perfect answer. Thanks again.
Votes:0 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!