Field not displaying correctly

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 &lt;br&gt; when viewing the profile.

any ideas?

I am running:

Dolphin 6.1.6

OpenSuSE 11.1

MySQL 5.0

PHP5

Quote · 19 Jan 2010

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.  /

Quote · 19 Jan 2010

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 &lt;br&gt; 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
Quote · 19 Jan 2010

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

Quote · 19 Jan 2010

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. 

Quote · 20 Jan 2010

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
Quote · 20 Jan 2010

lol.....I did try it with a space.

It did the same thing.

I tried it again just now just to be 1000% sure.

Quote · 20 Jan 2010

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
Quote · 20 Jan 2010

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
Quote · 20 Jan 2010

I think it must be converted since its displaying correctly on the search and join page.

But I'll double check tonight.

Quote · 20 Jan 2010

I just checked....and they are not converted in the database.

Quote · 21 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.