Start ::
PostNuke 0.7 Support ::
Core Modules & Blocks ::
Search Mod
Moderated by: Support Team
-
- rank:
-
pnFreshman
- registered:
- January 2008
- Status:
- offline
- last visit:
- 12.05.08
- Posts:
- 20
I have included a search bar in my Xanthia theme using the following code:
I am trying to find the location of the code that this include calls. I have tried editing the code in the modules/Search/index.php and in includes/blocks/search.php to no avail. I want to add a value to the search box so that I can remove the search label, ie.- the word "Search" inside the actual text area. Easy bit of coding, I just can't find where to do it. Can anyone be of help?
edited by: enchanted_illusions, May 08, 2008 - 09:12 PM -
- rank:
-
pnProfessional
- registered:
- November 2003
- Status:
- offline
- last visit:
- 13.05.08
- Posts:
- 1531
The search plugin is a theme plugin and should be located in modules/Xanthia/plugins... it's system/Theme/plugins in .8 so I'm assuming the path.
-----
viewTopiaryWorks($twWorks, $twRosterMaster) -
- rank:
-
pnHelper
- registered:
- August 2003
- Status:
- offline
- last visit:
- 13.05.08
- Posts:
- 240
Yup, it is in modules/Xanthia/plugins in 0.764.
A lot of parameters are available in the plugin function.search.php, so specifying a value and keeping the label empty is no problem.
Parameters:
Start ::
PostNuke 0.7 Support ::
Core Modules & Blocks ::
Search Mod
