Esm,
You were able to tell me how to add hit count to users edit record in control panel.
Can the same thing be done for the link add date variable ?
Lewis
Esm,
You were able to tell me how to add hit count to users edit record in control panel.
Can the same thing be done for the link add date variable ?
Lewis
Best
Lewis
www.AtoZfitness.com/indexu
yep, just change the name and value in the input statment
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
cool easy enough .
Is date field the actual name as that is what I see in table alter ?
best
Lewis
Best
Lewis
www.AtoZfitness.com/indexu
use:
date or last_updated
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
So is this correct then ?
1. in link_search_form.html
<tr class=tbl_light>
<td>ID: </td>
<td width=280><input type=text size=10 name=date></td>
</tr>
2.in link_search.php
After....
// mod to add the link field
elseif($field=='link_id' && !empty($link_id))
$query .= "and $field = $link_id ";
I need to add the following
// mod to add the date submitted field
elseif($field=='date' && !empty($date))
$query .= "and $field = $date ";
add <%date%> to the link_view_rows.html if you wanted to actually see the date added displayed.
thanks ever so much Lewis
Best
Lewis
www.AtoZfitness.com/indexu
looks good to me
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
thanks will try it and let you know my results![]()
Best
Lewis
www.AtoZfitness.com/indexu
Esm,
no luck for me did not display anything in admin control panel results.
Lewis
Best
Lewis
www.AtoZfitness.com/indexu
date has to be in the format of YYYY-MM-DD
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
Sorry to clasrify I meant when I pull up a webmasters link after searching in the cp I do not see the date field at all![]()
Best
Lewis
www.AtoZfitness.com/indexu
I mentioned earlier to include the value![]()
Code:<tr class=tbl_light> <td>Date: </td> <td width=280><input type=text size=10 name=date value="<%date%>"></td> </tr>
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
Oops I figured it was just a matter of NOT following your directions to a "T"
Thanks Esm
Best
Lewis
www.AtoZfitness.com/indexu
heck, if I had a dollar for every time I forgot to follow instructions, both of us could retire to a carribean island ( or south pacific island ), sip margaritas and leer at the pretty ladies ( and at my age that's about all I could do)
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
Esm,
Remember Age is only a number![]()
best
Lewis
Best
Lewis
www.AtoZfitness.com/indexu
tell that to my body!
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.