Welcome, Guest. Please login or register.
Did you miss your activation email?
February 11, 2012, 07:36:50 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149571 Posts in 21093 Topics by 7536 Members
Latest Member: SpokaneDude
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Topics & Bakery  (Read 831 times)
chio
WebsiteBaker Org e.V.

Offline Offline

Posts: 2264


« on: January 14, 2010, 10:58:17 AM »

jo, a completely redesigned site, mostly using the modules bakery and topics:
http://www.vital.co.at/
Check the search!

More about in german:
http://websitebaker.at/topics/nahrungsergaenzungen.html
Logged

*weg*
Argos
Moderator
**
Offline Offline

Posts: 2084


WWW
« Reply #1 on: January 19, 2010, 04:31:18 PM »

WOW! What a great site, nice design and very clever use of coding and modules. I'm impressed!
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
PurpleEdge

Offline Offline

Posts: 232



WWW
« Reply #2 on: January 28, 2010, 02:05:38 AM »

Very nice design, best use of "Bakery" that I have seen!

I think you should have a "Shopping Cart" link visible on all pages - I don't speak German, so it might already be there?
Logged
chio
WebsiteBaker Org e.V.

Offline Offline

Posts: 2264


« Reply #3 on: January 28, 2010, 01:28:10 PM »

Thank you!
Jepp, its not easy to style bakery. In the first tries I did some changes in the view.php, but then I decided to use Bakery "as is", because with every update the changes get lost and have to be made again.
So only one very simple change is still in the Bakery module view.php: The second block; the way "topics" handles this.
When I started the site, I gave "topics" the ability to link easy to bakery products, which is still a (undocumented) feature of topics.


Logged

*weg*
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1680



« Reply #4 on: January 28, 2010, 02:19:01 PM »

Search looks cool, how did you generate the suggestions ?
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
chio
WebsiteBaker Org e.V.

Offline Offline

Posts: 2264


« Reply #5 on: January 28, 2010, 03:46:12 PM »

I used a spider tool to find ALL relevant words on the site. unfortunately some of them are not really "search words", as "besonders" ("specially") and so on. So the client has to delete these words; its a simple text file.

On another site I combined all search strings from Google Analytics with menue-items. This isnt for search sugesstions, but for "Jump To"-Links.
Logged

*weg*
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1680



« Reply #6 on: January 28, 2010, 04:45:01 PM »

Could you post an example code pls.
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
chio
WebsiteBaker Org e.V.

Offline Offline

Posts: 2264


« Reply #7 on: January 28, 2010, 04:50:22 PM »

Sorry, this isnt a "out of the box" solution, there are some changes needed in the Template, 2 (not very beautyful) modules, changes in search, MyPHPAdmin.....)

Its still in development
Logged

*weg*
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1680



« Reply #8 on: January 29, 2010, 10:03:22 AM »


Could you just tell me how the links looks like? I have autosugestion in my PM module, but it only fills in the form when you click on it..
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
chio
WebsiteBaker Org e.V.

Offline Offline

Posts: 2264


« Reply #9 on: January 29, 2010, 01:25:56 PM »

In this case I use:
Code:
..(loop)
//$rawword = Plain word in List
$htmlword = htmlentities($rawword);
$result = utf8_encode($rawword);
$ergtext .= '<li><a href="'.WB_URL.'/search/index.php?string='.$result.'">'.$htmlword.'</a></li>
....

On another site I use searchstring OR page_id in a db-table. I use a script that either redirects to search (with the string)  OR the given page.

Its a litte bit difficult for me, to say those things in english...
Logged

*weg*
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1680



« Reply #10 on: January 29, 2010, 02:21:53 PM »

Cool, you told me exactly what I needed.. I will try to generate suggestion list like yours from keywords..

thanks !
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!