phr0ze wrote: |
Maybe I'm missing somthing here... Isn't the
search what every DNN skin handles? Are you trying to do something
different? |
|
No, not really. The [SEARCH] tag puts in the search box. I just want a
link to my search page. I don't want the input box in the header. I
figured it would be better to make it a more general tag and just have
it provide the link to a tab by page name. Ill set it up so that if
more than one page has the same requested tab, you get the first one
returned.
Tentatively I am going to set up something like
[TABLINK] with the following properties:
Text - Text to put in the link. Can be a CDATA to make it an img.
LinkToTitle - The title of the page you want to make a link to.
LinkToTabID - In case you are using friendly URLs it would make the
page link to the tab by tabid. Only one of the title or tab id links is
required.
CssClass - The class for the HREF.
Can you think of anything else that would be useful?