PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   How do I modify the template tags output? (http://www.phpdig.net/forum/showthread.php?t=1343)

IAMHHawaii 09-21-2004 06:57 PM

How do I modify the template tags output?
 
for instance:
<phpdig:form_dropdown/>

spits out output like:
Code:

Narrow Path to Search:
<select name='path'>
<option value='Dir1/' selected>http://somesite.com/Dir1/</option>
<option value='Dir2/' selected>http://somesite.com/Dir2/</option>
<option value='Dir3/' selected>http://somesite.com/Dir3/</option>
<option value='Dir4/' selected>http://somesite.com/Dir4/</option>
<option value='Dir5/' selected>http://somesite.com/Dir5/</option>
</select> <a href="search.php">Restart</a>

which is not quite the look I want. where is the code that defines what the output of the form_dropdown tag should be?

I would like to be able to modify most or all of the tag so if they are in a few different places let me know.

vinyl-junkie 09-21-2004 07:51 PM

Look in function_phpdig_form.php to see how this is formatted.


All times are GMT -8. The time now is 03:04 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.