Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Error, Forum (http://www.bvlist.com/showthread.php?t=3053)

Shurubel 21st July 2009 18:04

Error, Forum
 
2 Attachment(s)
Hi i have a problem, i want to create a topic but apper a problem
Body
Code:

Fatal error:  Call to undefined function  textbbcode() in C:\xampp\htdocs\forums.php on line 333


at the line 333 on forums.php appear


3v0 21st July 2009 20:58

You need to add the textbbcode function.

new textbbcode function

textbbcode function

Shurubel 22nd July 2009 07:49

don't work :sorry:

step by step please

sammygo 22nd July 2009 11:01

1 Attachment(s)
---------------------------------------------
New textbbcode function
---------------------------------------------
add this inside format_comment function
Code:

//[align=(center|left|right|justify)]text[/align]
$s = preg_replace("/\[align=([a-zA-Z]+)\]((\s|.)+?)\[\/align\]/i","
\\2
", $s);
//[s]strike[/s]
$s = preg_replace("/\[s\]((\s|.)+?)\[\/s\]/i", "\\1", $s);
//[mail]mail[/mail]
$s = preg_replace("/\[mail\]((\s|.)+?)\[\/mail\]/i","\\1", $s);

The arhive is for this mod ^ scroll down and download it !
---------------------------------------------
Textbbcode function
---------------------------------------------
Don't forget to remove the space from java script ie.
Code:

javascript
Replace your function with this in global.php
Code:

// Credits: original creator; improvements by t.bz team
function textbbcode($form,$name,$content="") {
?>



 
   
     
   
   
     
     
   
 

     
     
     
     
     
     
     
     
     
     
     
     
     
     
 

     

     
     

     
     
      global $smilies, $BASEURL;
      while ((list($code, $url) = each($smilies)) && $count<20) {
        if ($count % 4==0)
            print("");

            print("\n");
            $count++;

        if ($count % 4==0)
            print("");
      }
      ?>
     

     

     

}



All times are GMT +2. The time now is 18:50.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.