Sub Menu
Links Menu
Online Users

In total there are 307 users online :: 2 registered, 0 hidden and 305 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Google [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

[BUG & FIX]Period in word script; search page.

Support for IntegraMOD 141

Moderator: Integra Moderator

[BUG & FIX]Period in word script; search page.

PostAuthor: Teelk » Thu Feb 01, 2007 2:33 am

The word .script has a period in front of it when viewed from the search page(when "Display results as: Posts" is selected).

Fix is as follows...
OPEN search.php
FIND
Code: Select all
                    if ( $return_chars != -1 )                     {

AFTER ADD
Code: Select all
                        if (strpos($message, '..script') !== false) {                             $message = str_replace ('..script', ".script", $message);                         }
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Return to IntegraMOD 141

Who is online

Registered users: Google [Bot], Majestic-12 [Bot]

cron