Quote:
Originally Posted by Chriss74
Ok, most things can be managed by updating the template-files. For example, if i want to list the threads with postings from me, i can follow the url
PHP Code:
search.html?do=process&searchdate=1&searchuser=Chriss74&starteronly=0
Then I will get a search-result. But I want an extra site with page-title "Postings of the past 24 hours" instead of a search-file. Therefore I added an additional variable "today":
PHP Code:
search.html?do=process&searchdate=1&searchuser=Chriss74&starteronly=0&today=1
Then I changed the template search_forums with
PHP Code:
<if condition="$today">own header</i>
This option should work, but vb is saving the query to the cache and the result is
PHP Code:
search.html?searchid=15
Here my new variable "today" is gone and my if-query cannot work correctly. So I have to save my "today"-variable in the search.php. But how?
Greetings,
Chriss
|
All templares are continaed within the database NOT the file system.