• User

    Motore di ricerca personalizzato Google

    Ciao a tutti!sto lavorando continuatamente al mio nuovo progetto VendereSito.net,e oggi, vorrei migliorare il modulo di ricerca del sito web implementandolo con quello di Google: implementarlo e non stravolgerlo graficamente! Vorrei "fondere" il codice attuale del "searchform" con quello di Google in modo da non alterare la grafica ma solo rimuovere la ricerca per località e aggiungere quella personalizzata di Google.

    IL CODICE ATTUALE:
    <?php global $app_abbr, $header_search; $header_search = true; ?>
    <?php get_header(); ?>

    <?php if (get_option('jr_show_searchbar')!=='no' && ( !isset($_GET['submit']) || ( isset($_GET['submit']) && $_GET['submit']!=='true' ) ) && ( !isset($_GET['myjobs']) || ( isset($_GET['myjobs']) && $_GET['myjobs']!=='true' ) ) ) : ?>

    • <form action="<?php bloginfo('url'); ?>/" method="get" id="searchform">*

    •   <div class="search-wrap">*
      
    •   *
      
    •   	<div>*
      
    •   		<input type="text" id="search" title="" name="s" class="text placeholder" rel="<?php _e('All Jobs','appthemes'); ?>" value="<?php if (isset($_GET['s'])) echo get_search_query(); ?>" />*
      
    •   		<input type="text" id="near" title="<?php _e('Location','appthemes'); ?>" name="location" class="text placeholder" rel="<?php _e('Location','appthemes'); ?>" value="<?php if (isset($_GET['location'])) echo $_GET['location']; ?>" />*
      
    •   		<label for="search"><input type="image" src="<?php echo get_template_image_url('search.png'); ?>" alt="<?php _e('Go','appthemes'); ?>" title="<?php _e('Go','appthemes'); ?>" class="submit" /></label>*
      
    •   	</div>*
      
    •   	*
      
    •   </div><!-- end search-wrap -->*
      
    • </form>*

    *<?php endif; ?>

    *IL CODICE FORNITO DA GOOGLE:
    <script>
    (function() {
    var cx = '007466262449965364898:nkful7okdq0';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
    '//urldigoogle/cse/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
    })();
    </script>
    gcse:search</gcse:search>

    Ringrazio in anticipo a chiunque risponderà! 😉


  • Community Manager

    Ciao Powerlife,

    provo a spostarti di sezione 😉


  • User

    Ho risolto il problema, potete chiudere il thread, grazie! 🙂


  • Community Manager

    Come hai fatto? 😄


  • User

    ci ho rinunciato...