PDA

View Full Version : Is there a function convert $post[message] to plain text


humax9110
05-11-2007, 05:05 AM
hello every body ;

I want to convert $post[message] to plain text in

<hookname>postbit_display_complete</hookname> by plugin .... How I can ?

thanks

humax9110
05-12-2007, 05:06 AM
Please for important :)

humax9110
05-13-2007, 10:09 AM
Still I am waiting

nexialys
05-13-2007, 11:50 AM
if you tell us what you try to accomplish, maybe we can help...

humax9110
05-13-2007, 12:35 PM
if you tell us what you try to accomplish, maybe we can help...

I want to display the $post[message] of the posts as plain text without any format , some body like it like this without format ....

can u help

humax9110
05-14-2007, 11:44 PM
No body :confused:

I hope that any body help us:eek:

Dismounted
05-15-2007, 07:13 AM
It's an element of the post array (I've forgotten which one it was). At the hook do this:
die(print_r($post));
Then goto a thread and look at what comes up.

humax9110
05-15-2007, 07:25 PM
It's an element of the post array (I've forgotten which one it was). At the hook do this:
die(print_r($post));
Then goto a thread and look at what comes up.

Thanks my dear ,,

but this code will not do what I want


see my freind

for eg. I have these posts

post 1

post 2

I want some group see these post without formating like this

post 1

post 2

I waiting ur help

Dismounted
05-16-2007, 07:05 AM
I know what you want.....When you do that, it will output the whole array. Then look at the array objects and see which one is the one you need; there's one in there, I just can't remember it.

nexialys
05-16-2007, 01:29 PM
simple... you just have to link all your threads with their /archive/ version...