Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Custom BBCODE - Possible, but how? (http://www.bvlist.com/showthread.php?t=3051)

informatic 21st July 2009 11:47

Custom BBCODE - Possible, but how?
 
... Never mind... -.-'

Ashur 21st July 2009 18:05

when you made the code what's the error are you getting back?
dead site or no effect?

thats ts_custom_bbcode
looked at it and not sure how to use to either but something to do with $text as variable if you try to use, see what hapenns

also it looks like you need to define a function e.g.
Code:

function code_tag ($code)
  {
    $code = str_replace (array ('', '', '\\"'), array ('', '', '"'), $code);
    $code = strip_front_back_whitespace ($code, 1);
    $blockheight = fetch_block_height ($code);
    return '' . '
CODE:
' . $code . '
';
  }

but then how to relate to that function elsewhere I'm not sure

informatic 21st July 2009 20:41

I have to apologize to you Ashur, it seems it was just like I predicted. Just a minor error on my part kept it from executing in the proper manner.

Thank you for the assistance, and keep up the good work mate. :friend:

wMan 21st July 2009 20:43

can u post hove did u get it work please ?

informatic 22nd July 2009 12:31

Quote:

Originally Posted by wolfman (Post 13608)
can u post hove did u get it work please ?

Basically, you do as it is described in my first post. Would be much easier if we had a well-crafted staff panel way to do this though. Ah, maybe due in time. :ok:


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

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