Thanks Dirk!
On 11 Mar 2006, at 18:17, Dirk Haun wrote:
> Rocteur CC wrote:
>
>> It returns me a list of links.. When I click on a
link, it loads up a
>> url like this:
>>
>> http://www.rocteur.cc/geeklog/public_html/links/porta
l.php?
>> what=link&item=20060311135636813
>>
>> Which takes me to my link Category index.
>
> I assume you pasted the wrong link here. But, yeah, it
doesn't work.
> It's linking to index.php, not portal.php. That's a
bug, obviously.
Yes I did paste the wrong link, I'm sorry. But you got the
drift
I just changed plugins/links/functions.inc line 424
From:
'/links/index.php?page=' . $A['lid']);
To:
'/portal.php?what=link&item=' . $A['lid']);
That fixed it.
>> Whatever I search for, I get:
>>
>> - No entries found -
>
> It only searches the URL, title, and category at the
moment. Which
> isn't
> too useful.
>
> In admin/plugins/links/index.php, find the line that
reads
>
> 'query_fields' => array('title',
'category', 'url'),
>
> and change it to
>
> 'query_fields' => array('title',
'category', 'url',
> 'description'),
Works GREAT thanks.
> Also, you'll have to pad your query strings with
'*', e.g. '*rocteur*'
> to find anything. All the Admin search options work
that way. This
> hasn't occured to me until now, but it's odd that
they should work
> different than the normal search. We should probably
change that ...
Inconsistency sucks doesn't it.
Cheers and thanks again,
Jerry
_______________________________________________
geeklog-users mailing list
geeklog-users lists.geeklog.net
http:
//lists.geeklog.net/listinfo/geeklog-users
|