|
08-21-2004, 08:32 AM | #1 |
Former Member
Join Date: Aug 2004
Posts: 18
|
removing template_demo in URL path?
I have a question about templates (sort of).
I've created a customised template and it works beautifully. I set the path to this in config.php. When the search is performed, the result page shows the URL as http://www.domain.com/search.php?template_demo=&site=&path=&result_page=search.php&query_string= Is there some way to turn that off? (template_demo) in the URL? It just looks sort of goofy and I thought it's supposed to have a regular URL when you're not demo for the array() or am I missing something? |
08-22-2004, 12:17 PM | #2 |
Purple Mole
Join Date: Jan 2004
Posts: 694
|
There in't a way that I know of disabling it, short of rewriting a bunch of code. If my memory serves me correctly, I believe it is used to enable you to look at the various demo templates of phpdig, and that's all. I can't go and verify that at the moment though, since we've temporarily lost some of links we had under the old version of vBulletin.
|
08-22-2004, 09:04 PM | #3 |
Green Mole
Join Date: Aug 2004
Posts: 4
|
Remove tag in search form.
On the page that you have the search field/form remove the input tag:
Code:
<input type='hidden' name='template_demo' value=''/> |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Removing extra text from summary in results | philcheese | How-to Forum | 0 | 10-12-2007 04:26 AM |
removing Demo templates link | richwilson | How-to Forum | 1 | 03-30-2006 12:17 AM |
Show URL path of results. | JAB Creations | How-to Forum | 1 | 09-05-2005 11:04 PM |
Template_demo broken in 1.8.1 | RobM | Bug Tracker | 1 | 07-09-2004 07:21 AM |
removing 'Powered by' allowed? | shinji | How-to Forum | 1 | 01-22-2004 01:06 PM |