Hello,
I successfully installed SSEP in my site: mycbs.biz. Credit is given in the last line of the footer which acknowledges the resources used. I also managed to change the search page to better match the website's design.
I would like to collaborate providing the developers with a translated lang_es.txt file (Spanish) that you guys could incorporate in your offer as part of the templates folder.
Now I would like two ask you:
1) Since the site will be multilingual: mycbs.biz/en , and SSEP is installed in the root, how can I use SSEP to help English-speaking visitors that will need a search functionality in English, not in Spanish as I implemented it ?
2) How can I inject or put the site's header in the search engine?
Thanks a lot,
elviti.
SSEP in a multilingual site
-
- Posts: 3
SSEP in a multilingual site
Admin
Hello,
1. In order to make the search according to an option, such as "en/" in the url addresses, several changes are required:
a) In the search form: radio buttons, or a hidden field with option for search .
b) In the php class from the "sitesearch.php" file: additional function to get the new added option and filter the results according to its value.
2. To modify the page template with the search results, edit /add html code in the file "search.htm" of the "ssep/templ/" directory.
1. In order to make the search according to an option, such as "en/" in the url addresses, several changes are required:
a) In the search form: radio buttons, or a hidden field with option for search .
b) In the php class from the "sitesearch.php" file: additional function to get the new added option and filter the results according to its value.
2. To modify the page template with the search results, edit /add html code in the file "search.htm" of the "ssep/templ/" directory.
elviti
Thanks a lot for your prompt reply. I am not sure if I will be capable of doing the changes you suggest as my knowledge is limited, but I will try to, for sure.
Similar Topics
-
Help with SSEP cron script
Scripts from this website
First post
Edit: I found the problem.Last post
This line: $start_url = (!empty($_SERVER ) ? ' : ' $objci->domain;
I had to change it to $start_url = ' ....
I'm glad you found the problem and it works.
Thank you for posting the solution. -
SSEP - where determine part of the page
Scripts from this website
First post
Just one more questionLast post
When it displays a part of the pages Content
Where does the script determine where in the page to pull the content from?
I finally finished up the PHP Resources page
And added a few links to this website
Hope that was ok -
SSEP - BUT Cannot save its Page Data
Scripts from this website
First post
Every time I try to index the site it comes back with this message for some of the pages:Last post
BUT Cannot save its Page Data
It indexed 323 pages but...
nice, and nice script, you know what your doing
If you ever want to write a post, article or blog...
Maybe on PHP Resources ?
Id be glad to add it... -
SSEP: search in all the domains at the same time
Scripts from this website
First post
Hi!Last post
I want to know how to modify SSEP in order to do a search on all the indexed domains like google does. I've 5 sites and i want to include all...
Hello,
Sorry, the SSEP script cannot search in multiple domains same time, and it require to many changes to implement that feature.
The person who... -
SSEP - not following relative links correctly
Scripts from this website
First post
Hello, the SSEP scripts work nearly perfect for my site, except for some weird reason they don't follow relative paths correctly.Last post
Say for example:...
Awesome! That was fast, and it worked perfectly. Now I have a great index of my site. Thank you!