help image preview bbcode

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Lovely Malinao
    replied
    Answer For Your Question

    Originally posted by stratosphere View Post
    what are to codes to make [img]id[/img] works? I will fetch from gallery to preview it thanks so much.
    PHP Code:
    function getbbcode($text$sid=""$filtered)

    {

    $text=preg_replace("/\[image\](.*?)\[\/image\]/is","<a href=\"$1\"><img src=\"$1\" height=\"100\" width=\"100\"></a>",$text);

    $text preg_replace("/\[img](.*?)\[\/img\]/is","<a href=\"gallery.php?a=preview&amp;sid=$sid&amp;gid=$1\">Image Preview</a>",$text);

    $text preg_replace("/\[user\=(.*?)\](.*?)\[\/user\]/is","<a href=\"index.php?a=viewuser&amp;who=$1&amp;sid=$sid\">$2</a>",$text);

    $text preg_replace("/\[url\=(.*?)\](.*?)\[\/url\]/is","<a href=\"$1\">$2</a>",$text);

    return 
    $text;


    Its A function Whisch You Can Create BBCodes, Now You Should Put It in core.php ...
    Last edited by Lovely Malinao; 15.06.12, 01:18.

    Leave a comment:


  • subzero
    replied
    Its upto the gallary script your using now...


    if each uploads are numbers 1 to 10290192382392

    Not like mine site does

    username / id


    if number of ids only it can be done.

    Mine same but more 40% will not drop right image lol

    Leave a comment:


  • stratosphere
    replied
    sorry lack of info hehe. Im using lavalair thanks

    Leave a comment:


  • subzero
    replied
    What script you using.

    1/ Always say the script your using.....
    2/ Always say the script that is that your using...
    3/ Did i make any sense ???
    4/ All above ^^

    Thank you and have a nice day.

    Leave a comment:


  • stratosphere
    replied
    help please?

    Leave a comment:


  • stratosphere
    started a topic help image preview bbcode

    help image preview bbcode

    what are to codes to make [img]id[/img] works? I will fetch from gallery to preview it thanks so much.
Working...
X