View Single Post
Old 09-15-2004, 12:12 AM   #8
guynemerp
Green Mole
 
Join Date: Sep 2004
Posts: 9
Problems with navigating within the result pages

Hi.I've got several problems with version 1.8.3. oh phpdig.

I have a problem with the result pages once the search has been done.When I have more than 10 results , it obviously shows the naviguating numbers and arrows to browse th other result pages.It works fine untill I don't use any template.For instance if I chsse the yellow.html template , it worjks fine for the first page , but when i click on page 2, the template is not used anymore , it just displays the results using the defautl template.

How can I solve this ?

Heres my customised template just in case:

Quote:
<html>
<head>
<title><phpdig:title_message/></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<phpdig:js_for_clicks/>
<link href="templates/fr_styles.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="100%" border="0" cellspacing="1" cellpadding="5">
<tr align="center">
<td>&nbsp;</td>
<td><phpdig:previous_link src='./tpl_img/left.gif'/><phpdig:pages_bar/><phpdig:next_link src='./tpl_img/right.gif'/></td>
<td>&nbsp;</td>
</tr>
<phpdig:results>
<tr>
<td width="30" align="center" valign="bottom" bgcolor="#F5F5F5"><b><img src="templates/puce_bleue.gif" width="17" height="16" align="absmiddle"><phpdig:n/></b></td>
<td bgcolor="#F5F5F5"><font color="#FFFFFF"><b><phpdig:page_link/></b></font></td>
<td align="right" bgcolor="#F5F5F5"><a href="<phpdig:complete_path/>" class=lire>&gt;&gt;&gt;Lire</a> </td>
</tr>
<tr></tr>
<tr>
<td width="30" rowspan="2">&nbsp;</td>
<td><phpdig:text/> </font> </td>
<td>&nbsp;</td>
</tr>
<tr>
<td><font size="1">[<phpdig:filesize/> kb] <i><phpdig:update_date/> <phpdig:complete_path/></i></font></td>
<td>&nbsp;</td>
</tr>
</phpdig:results>
<tr align="center">
<td bgcolor="#E0E0E0">&nbsp;</td>
<td bgcolor="#E0E0E0"><phpdig:previous_link src='./tpl_img/left.gif'/><phpdig:pages_bar/><phpdig:next_link src='./tpl_img/right.gif'/></td>
<td bgcolor="#E0E0E0">&nbsp;</td>
</tr>
</table>

</body>
</html>
guynemerp is offline   Reply With Quote