I have a latest posts mod installed and it works well.
It's has a drop down with various values, 15 minutes. 30 minutes 1, 2, 6 hours etc.
My problem is that I can't get it to display unless a visitor is logged in.
Login the drop down is there.
Logout and it's gone.
?
This is in the header:
- Code: Select all
<script type="text/javascript" src="./styles/prosilver/template/js/search_by_time.js"></script>
And then no matter where I put
- Code: Select all
<form id="search_by_time" action="./search.php" method="post">
I see in search.php the lines about lgin and about a variable but don't know what to change so even those not logged on can utilize the function.