ThinkDing

ThinkDing (http://www.thinkding.com/forum/index.php)
-   Troubleshooting & Problems (http://www.thinkding.com/forum/forumdisplay.php?f=4)
-   -   Fresh Intall (http://www.thinkding.com/forum/showthread.php?t=27)

timy 02-24-2006 11:51 PM

Fresh Intall
 
Hi Everyone,
I uploaded all the files to a search directory with the changes made to the configuration file. I'm gettin the search form but no results at all. I'm sure I'm just not editing the configuration files properly and any help would be greatly appreciated. Thanks a bunch. :o
By the way, I want my links to show like this:
www.mysite.com/article.php?article_id=
And I edited the other stuff like this:

$db_tbl = "news";
$db_col[0] = "article_header";
$db_col[1] = "article_body";

$db_show[2] = "article_id";

Winston 02-25-2006 02:09 PM

Hi, let's say your article links are like so:
Code:
http://www.yoursite.com/article.php?article_id=9

And you are using an HTTP link like so:
Code:
$http_link = "http://www.yoursite.com/article.php?article_id=";

Then set the following:
Code:
// this is the table column name containing 9 $db_show[2] = "article_id";

timy 02-25-2006 05:11 PM

Thanks Winston for your prompt reply!
It's still not working, but at least now I know that this part of the conficuration is correct.
The problem could be related to my database, so I'm going to doublecheck that before I place a posting again.

timy 02-25-2006 05:37 PM

My fault!!! I was using the wrong fields. Everything wroks great now. Thanks again.


All times are GMT. The time now is 12:50 PM.

Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.