uCoz Community Additional Services Account Management S57 Search not working |
S57 Search not working |
ehhe, I can't quite point out a problem here. The search works fine, and just because it doesn't have a visible request url doesn't mean it's messed up.
Regards. My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio |
Alrighty, there is no need to continue this discussion too much, but for the sake of it we might as well. Sunny has forwarded the issue on to tech so that they may look into it to check that it's not a bug at our end. To assist, however, with the analysis Xayaan and PixelKhaos are trying to provide from our end here, it would be appreciated if you could provide the code to the template that you're using for your search page.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
ehhe, the reason is because the main search page is by default, showing no results. We simply want to check whether there might be a problem with the search template. So please, we are trying to help, provide it and we'll check it out for anything faulty.
Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
Code <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title><?if($SEARCH_QUERY$)?>$SEARCH_QUERY$ - <?endif?>Keresés</title> <?$META_DESCRIPTION$?> <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> <style> ul#items{ width:100%; overflow:hidden; -webkit-padding-start: 1px; -moz-padding-start: 1px; } ul#items li{ list-style:none; float:left; width:170px; overflow:hidden; margin:8 8px; background:#FFF; color:#fff; text-align:center; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } ul#items li .image{ overflow:hidden; } </style> <!DOCTYPE HTML> </head> <body> $ADMIN_BAR$ $GLOBAL_AHEADER$ <br><br><br> <div style="width:980px; background-color: #EBEAE4; box-shadow: 0 0 3px #333333; margin-left: auto; margin-right: auto;"> <table width="100%" cellpadding="0" cellspacing="0"><tr> <td valign="top" width="232px"> $GLOBAL_CLEFTER$ </td> <td valign="top"> <br> <!-- <body> -->$BODY$<div align="center">$PAGE_SELECTOR$</div><br><!-- </body> --> </td></tr></table> </div> $GLOBAL_BFOOTER$ </body> </html> |
ehhe, for one thing, theres <!DOCTYPE HTML> inside the head, it shouldn't be there.
And you'd want the following code place before $BODY$ Code <div style="padding:0 0 5px 0;">$SEARCHFORM$</div><div style="padding:4px 4px 0 4px;"><!--<s5248>-->Results <b>$NUM_SHOWN$</b> of <b>$NUM_ENTRIES$</b> for the request <b>$SEARCH_QUERY$</b><!--</s>--></div> I don't think it'll make results show up, but at least it would show if there ARE any results. Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
No result...
"True Blood" added 2012: http://cinemastore.cc/blog....7-10229 Try to find "True": http://cinemastore.cc/search/?q=true >>>> No result "Pusztító arany" added 2012: http://cinemastore.cc/blog....01-3795 Try to find "arany" : http://cinemastore.cc/search/?q=arany >>>> No result |
ehhe, it would seem that the code is proper, so for the search to work on your site I can only suggest waiting for the answer from the staff.
Howerver, there should be a way to re-code the searh form to submit to an url with the searchword ($SEARCH_QUERY$), by making the submit action link to http://YOURSITE.com/search/$SEARCH_QUERY$ I can check this up if the staff doesn't reply shortly, in any case it'd serve as a decent temporary solution. Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
Quote Howerver, there should be a way to re-code the searh form to submit to an url with the searchword ($SEARCH_QUERY$), by making the submit action link to http://YOURSITE.com/search/$SEARCH_QUERY$ This solution only search in tags. |
ehhe, That solution would search for whatever you put in the search field if I'm not mistaken. Which would include tags and other results in entries.
Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
For test:
Search "arany" - No result http://cinemastore.cc/search/arany But "Pusztító arany" added 2012: http://cinemastore.cc/blog....01-3795 Thanks! Working now! Post edited by ehhe - Monday, 2013-09-02, 5:54 PM
|
| |||