Search Album Title & Description - Page 5 Search Album Title & Description - Page 5
 

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 Album Title & Description

Started by Paver, January 15, 2006, 09:43:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JamesG

Hi, rather new to coppermine and have basic knowledge of php and need some help.
Installed latest version of coppermine and latest version of Album Search. Have got the search by album working fine and returns the results, however, I don't need the 'Files Search results' pane that appears beneath. I've read through the threads and can't see how you can stop this part of the search results from showing!

I'd be very grateful if you can help in any way,
Best regards James

tjiepie

Hello I install these on my gallery.
And it's work fine, thanks :)

But I have one question:
I added these code in anycontent.php on line 72




<br>           
<table class="maintable" width="100%" border="0" cellspacing="" cellpadding="5">
<tr>
<td class="tableh1">                   
                      <img src="http://www.-------/themes/classic/images/glas.png" width="18" height="18" align="absmiddle" longdesc="http://www.-------/themes/classic/images/glas.png" /> Advanced Search</td>
</tr>
<tr>
  <td align="left" valign="top">
            <form method="get" action="thumbnails.php" name="searchcpg">
            <input type="hidden" name="album" value="search" />
            <input type="hidden" name="type" value="full" />
            <input type="hidden" name="plugin_search_album" value="true" />
            <input type="input" name="search" maxlength="255" value="" class="textinput" />
            <input type="submit" value="Quick Search" />
            &gt; <a href="search.php">Advanced Search</a>
          </form>
          <script language="javascript" type="text/javascript">
          <!--
          document.searchcpg.search.focus();
          -->
          </script>
          </td>
</tr>

</table>
            </div>


Now the index.php page scroll automatic down to the input box for search album (line 84) <input type="input" name="search" maxlength="255" value="" class="textinput" />

Can I disable these?


Joachim Müller

Quote from: Paver on January 15, 2006, 09:43:32 AM
Also, the search page doesn't have a plugin hook. 
Why not add a hook now to search.php for cpg1.5.x?

ryanwba1

What's the code to get the username to come up in the description part. Many thanks to person who helps.

vova_m

Nice plugin, but there is one problem for me: i'm using a cyrillic symbols in album titles and search in cyrillic does not find anything. Standard search works fine. It seems to be problems with charset (i'm using utf-8). Is there any way to make it works?

P.S. Sorry for my Engligh.

darrenkemp

I have been having some issues with searches returning albums that do not match the search term.
Is there a simple way to force an inline album_search to ONLY search album title and nothing else?

Here is my current inline search code:

          <form method="get" action="thumbnails.php" name="searchcpg">
            <input type="hidden" name="album" value="search" />
            <input type="hidden" name="type" value="albumonly" />
            <input type="hidden" name="plugin_search_album" value="true" />
            <input type="input" name="search" maxlength="255" value="" class="textinput" />
            <input type="submit" value="Search" />
          </form>
          <script language="javascript" type="text/javascript">
          <!--
          document.searchcpg.search.focus();
          -->
          </script>


Thanks!

Darren

JohannM

Pavel

I have read and follow the instructions in installing the search_album plugin

But it seems to give me problems: I get the following error : Call to undefined function: theme_no_img_to_display() in /home/ysf/public_html/include/functions.inc.php on line 1724

This is when I try to search a "keyword"

Any suggestions please ?