» » » » Arama kutusunu değiştirme

Arama kutusunu değiştirme

RestlessTR
RestlessTR 9-09-2014, 19:19
Meraba,Sitemde totaltemp temasını kullanıyorum.Dle sürümü 10,3.Temanın arama çubuğunun yerine google arama çubuğu eklemek istiyorum fakat nasıl yapabileceğimi bilmiyorum yardım edermisiniz?

site adresi www.medyaindir.com
Çözüldü İşleme Alındı Bekliyor Çözülemedi
Bilgilendirme
Yorum Ekleyebilmeniz için Sitemize Kayıt Olmanız Gerekmektedir.
3 779
MaRZoCHi 16 Eylül 2014 10:51
@dlestarter, nice guide. Thanks ;)

Tüm kullanıcılarımız DLE ile ilgili kodlara http://www.dleguide.com/ buradan bakabilirler. İngilizce olduğu için Rusça'dan daha kolay anlaşılabilir olacaktır.

--------------------
0
dlestarter 16 Eylül 2014 06:46
if you ask me personally, the trick is in google code customization along with CSS, but the main point is still how you want to land your search page...

If I may give you simple example in my experience, I already tried to use "2 pages" code on google Custom Search Engine (cse) https://www.google.com/cse/

I already tested with a few files here: http://www.dleguide.com/guide/dle-engine/index.html
That page is old one...but the steps will be like this

1) create landing page, in this case I will create static page in DLE Admin name it "search" which will be http://site.com/search.html, and you need to use custom static theme file, like let's name it as "qsearch.tpl" then specify this theme file in static page and the file should contain the second part of the google code look like this:
http://codepaste.net/znpxx8


2) get google searchbox using old js version which should look like this
http://codepaste.net/ymskha

You will get your own ID to replace xxxxxxxxxxxxxxx:xxxxxxxx
And will replace http://www.site.com/search.html with your own URL to landing page you created from static page previously

3) CSS is a bit tricky because you will need to use your own custom to prevent conflict to css on google files, this is what I use in my css:
http://codepaste.net/1xifif


You will be able to see the results like this:
http://www.dleguide.com/guide/search.html?q=template

That's about it...

I also use this google search in my main site, if you go to 404 pages like this:
http://www.dlestarter.com/123

You will see options for dle search and google search underneath it
QSearchQSearch


You can try to search on that...very much the same code on both sites...but dleguide search will be dropped and removed very soon maybe by the end of September...

Anyway, the concept still can be used...

Good luck.
0
RestlessTR 10 Eylül 2014 23:42
@MaRZoCHi, Anladım hocam yinede ilginiz için teşekkür ederim.
3 779
MaRZoCHi 10 Eylül 2014 23:40
@RestlessTR, sayfaya baktım fakat mümkün gibi gözükmüyor. Google reklam kodları gibi yerleştirme ile yapmış kodlamasını.

--------------------
0
RestlessTR 10 Eylül 2014 22:32
@MaRZoCHi, Hocam şuan siteye ekledim google arama çubuğunu arama sonuçları kısmında görebilirsiniz.Sizinde dediğiniz gibi tasarım olarak aynı fakat işlev olarak google araması olsun istiyorum.
3 779
MaRZoCHi 10 Eylül 2014 22:12
@RestlessTR, Tasarım olarak aynı görünümü vermek, sanıyorum görmeden olmaz. O yüzden sitenize ekleyip haber vermeniz iyi olur.

--------------------
0
RestlessTR 10 Eylül 2014 20:43
@cemal024, o şekilde yaptım ama olmadı hocam
0
cemal024 10 Eylül 2014 16:52
Hocam topmenu.tpl dosyasındaki
<form id="searchbar" method="post" action=''>
        <input type="hidden" name="do" value="search" />
        <input type="hidden" name="subaction" value="search" />
        <input class="ser-text" id="story" name="story" placeholder="Ara" value="" type="text" />
        <input type="submit" class="ser-but" alt="Bul" title="Bul" value="Ara" />
    </form>


kod yerine google dan aldıgın kod u yazar san oluyo ama pek güzel durmuyo