Search Function Problem Search Function Problem
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Search Function Problem

Started by mdreamer, March 07, 2006, 06:02:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mdreamer

I uploaded a new theme for my gallery... upgraded it so that it would work with my version and in the process I deleted my "Search" function because it was messing up my layout slightly and I thought I wouldn't need it... however, I have changed my mind and, if possible, would like to re-add it. Unfortunately it seems I can't get the coding right because no matter what I try it will not work. I tried using the coding from the sample template and it did not work (it would show in my tool bar {SEARCHNEW_LNK} ... I think that's what came up). I tried something else... and now it shows as {SEARCH_LNK}....

Here is the only code in my theme.php which has anything to do with the search function... I believe... and if anyone could help me out, that would be great... I hope I post this properly and I hope this topic is in the right forum.....

<center>

<a href="{SEARCH_TGT}" title="{SEARCH_LNK}">{SEARCH_LNK}</a>  </td><td style="cursor:hand"

onmouseover="this.style.backgroundColor='D96077';"onmouseout="this.style.backgroundColor='F3AFBC';">



I tried to search the forum to find the answer to this, but I couldn't find an answer.

mdreamer

nevermind... I figured it out.

Thanks