The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
input test
Code:
line break test Code:
line\n \nbreak \n \ntest PHP Code:
EDIT / P.S the str replace with <br /> didnt work cause it just showed the damn html code inside the threads, and trying to figure out if i can make a linebreak BBcode if i can get that working i can str_replace that to the line break bbcode ![]() --------------- Added [DATE]1271539826[/DATE] at [TIME]1271539826[/TIME] --------------- Well not excaktly great but its working.. BBcode with replacement -- <div >{param}<br /></div> and then str_rep in php -- $bodytext = str_replace('\n', '', $bodytext); and it turns out fine.. lol ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|