I have a field called interests....its a multiple selection box and I have language settings configured for it.
In
the language settings, for each string entry i have a <br> at the
end of each string so that it displays the options vertically during
registration.
The problem is that when it tries to
display the data on the profile page, it will display <br> rather
than running it as html.
Somehow it gets translated from HTML in the code.
So <br> turns into <br> when viewing the profile.
any ideas?
I am running:
Dolphin 6.1.6
OpenSuSE 11.1
MySQL 5.0
PHP5
|
If I wasn't on strike I'd tell ya there's a character missin' in that little <br> but then you'd just end up pissin' on yourself in the end. / |
I have a field called interests....its a multiple selection box and I have language settings configured for it.
In
the language settings, for each string entry i have a <br> at the
end of each string so that it displays the options vertically during
registration.
The problem is that when it tries to
display the data on the profile page, it will display <br> rather
than running it as html.
Somehow it gets translated from HTML in the code.
So <br> turns into <br> when viewing the profile.
any ideas?
I am running:
Dolphin 6.1.6
OpenSuSE 11.1
MySQL 5.0
PHP5
Try \n instead of <br> or <br/> and see if that works
Looking for Help? http://www.boonex.com/kevinmitnick |
Yeah I tried both.....neither worked. \n gets displayed as is. And <br/> just gets translated like the last.
I'm thinking theres some code within the profile's php file that converts the html....So there must be a way to disable it
|
Somebody who wasn't on strike would again probably tell ya to piss all over yourself like this:
<br />
But I'm on strike so I can't tell ya that. Of course, what difference would a space possibly make? In the strike line spaces in between the picketers make all the difference in the world, otherwise it'd be a chain rape.
|
Somebody who wasn't on strike would again probably tell ya to piss all over yourself like this:
<br />
But I'm on strike so I can't tell ya that. Of course, what difference would a space possibly make? In the strike line spaces in between the picketers make all the difference in the world, otherwise it'd be a chain rape.
Hey, you're secretly helping him. I'm telling your union.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
lol.....I did try it with a space.
It did the same thing.
I tried it again just now just to be 1000% sure.
|
Somebody who wasn't on strike would again probably tell ya to piss all over yourself like this:
<br />
But I'm on strike so I can't tell ya that. Of course, what difference would a space possibly make? In the strike line spaces in between the picketers make all the difference in the world, otherwise it'd be a chain rape.
For someone on strike, your providing an lot of subtle support.
https://www.deanbassett.com |
See if you can find those entries in the database to determine if the html is being converted before it is stored.
https://www.deanbassett.com |
I think it must be converted since its displaying correctly on the search and join page.
But I'll double check tonight.
|
I just checked....and they are not converted in the database. |