Forum search script, multi keyword search supported

search:
titles,
posts,
authors latest posts
authors latest threads
view latest threads
view latest posts
-------
working on new ipn for paygol (under dev)
This commit is contained in:
Stefan Brannfjell
2013-08-31 13:31:07 +02:00
parent 69e765a94b
commit 3082c27bc8
4 changed files with 270 additions and 23 deletions

View File

@@ -69,7 +69,7 @@ if (empty($_POST) === false) {
<?php
foreach ($array as $value) {
// start foreach
if ($value['group_id'] < 2) {
if ($config['TFSVersion'] == 'TFS_10' || $value['group_id'] < 2) {
echo '<tr>';
echo '<td><a href="characterprofile.php?name='. $value['name'] .'">'. $value['name'] .'</a></td>';
if ($skillid == 7) echo '<td>'. $value['level'] .'</td>';