
If you're using the new theme, there's a new search box at the top of the page. It's not a search box in the traditional (google) sense, but a "Game Finder". If you start to type the first few letters of a game, it will come up with a list of suggestions, and clicking the name of a suggestion will take you right to that page.
The only problem with it is that dashes and colons can make it hard to find certain games. For example, if you type "half life", nothing will get suggested, because the official title is "half-life". Hopefully I can find a solution to this problem soon.
There's a new drop down menu on the new theme. I haven't decided on what the final links will be, but I will most likely always be featuring pages for new games.
Create New Account or Log in to comment
Awesome, I hope this site takes off.
I love this!!!! I love how you implemented images for the blogs and not just text.
Also, the Podcast image makes me lol everytime I see it :D
i dont know much about php, but in vb sense, making the search easier shouldnt be too hard. I'd imagine
if searchfield.text != ""{
dim lines as string = searchfield.lines()
for each x as lines{
if x.contains(searchfield.text){
;something to display the game name}}
next
}
There are probably syntax errors, since I didnt try the code in VS. I'd imagine it to be something similar to what is above. Just check a list of games, and display the results that 'contain' the string typed into search.
It sounds like your programming knowledge is a lot better than mine; I just install free modules I find on Drupal.org and make small tweaks to the code. I'm going to try this (sometime in the future) http://drupal.org/node/723978
Search doesen't work for me when I type anything there is no autocomplete and the results page shows no results. It also gives me this error
ah, yes. that ignore punctuation should work fine. the next step, if need be, is misspellings maybe?
and is this your first time with drupal, or was ngw made offof iit aswell?
NGW used Drupal 5, but I did not build that site from the ground level live I built WGG (Drupal 6).
Also, I made a few tweaks to the search so that error should not show up anymore.
looking really good..
Nope I still get the same error