How to do this ( if any one can help )

mrx3net

New Member
hello respected forum

i need a little help plz

exmp i have this
Code:
 www.test0.com  www.test1.com www.test2.com
as you see all links are in the same line so i want it like this

Code:
www.test0.com
www.test1.com
www.test2.com

i have many posts in my forum like this but i can't find a soltuion

i tired on "functions_newpost.php" and i added this code but

PHP:
$urlReplaceArray = array(
            "[code][url]\\2\\4[/url]<br>[/code]"

but in the output it give me
Code:
[url=http://www.test0.com]www.test0.com[/url]<br>
Code:
[url=http://www.test1.com]www.test1.com[/url]<br>
Code:
[url=http://www.test2.com]www.test2.com[/url]<br>

i hope you understand me :D my english is a poor
 
take out the brake... <br> especially if its going to be used in the forum post as breaks are not permitted in the posts..
 
you want it definate in different lines?
hm... im not sure if theres a break code for vb..
try without the <br />
see the result?
come back
 
well what i mean
IF links are in [ code] [ /code] in same line like this one
Code:
xxx.link.xx  wxx.xx.xx  x..xx.fr

must show like this

Code:
ww.x.link.com
ww.x.link.com
ww.x.link.com
so is there any thing can do this
 
and you want them to definately be in the
Code:
 box??

try this then
[html]
$urlReplaceArray = array(
            "[code][url]
                        \\2
                        \\4
                            [/url]
"
[/html]
 
what i mean the modification must be in code box [.code]FFFF FFFF [/code] even if i did what u told me there is no possibilty to mod that box
 
can does it need to be in the order your saying?
and i dont quite understand why they cant be in seperate code box's.

i cant help you much more then that dude.

sorry
 
thanx brother i think i must find where can edit what inside code box that's all if your know where i can handle it many thnx dude for you help
 
Back
Top