Hi Robbie,
please have a look at:
http://www.joobb.org/community/board/topic/124-Link_to_user_Profile_doesnt_work.html#p294
or
http://joobb.org/community/board/search.html?searchwords=fireboard&option=com_joobb&view=search&Itemid=8
.
It says that meanwhile function spliti() in joobbengine.php is deprecated. Maybe you can ignore case sensitivity as well by regular expression in function split().
mn82,
thx for the report.
I changed to PHP 5.3.0 and then I got the deprication warning message. It's fixed now.
I decided to use explode() instead, because this function does't use regular expression engine and it's faster this way (I don't need RegExp at this place).
Robbie
You're welcome, Robbie!
By the way, you might have forgotten to change the css layout of highlighted search terms in the topic header. At the moment, it is displayed white on yellow background which is pretty hard to read. I suggest to add following line to your css template:
Code
.jbTextHeader .highlight {
color:#666666;
}
Hi Rainer,
I wasn't sure it's you! Therefore I didn't call you by name last post.
You are right. I added your suggestion to the default template. Many thanks.
Robbie