Edit the wall post from database

Michael Brault Posted in General Discussion 2 years ago

Where is the file and line number(s) in the php script to remove the special characters b4 and after from SQL ossn_object?

I wish to echo some posts from members onto additional pages that I create. The share feature is great but it is a stand-alone page that is not editable.

Replies
us Michieal ~ Coder ~ Replied 2 years ago

You do know that editing the original post, will propagate the changes to the shared post, right?
you can also look into how it works, to see where and how to make that editable.

us Michieal ~ Coder ~ Replied 2 years ago

You will want to look at OssnWall->Post(...) - that's where the post is actually processed.

us Michael Brault Replied 2 years ago

When <?php echo $row['description']; ?> the result is, {\"post\":\"the echoed text \"} Where is the code to trim the before and after characters? I tried removing them from the MSQLi row however when I did the echoed text would not display. When I restored the characters the result returned with them when echoed.
Thank you for any help.

German Michael Zülsdorff Replied 2 years ago

Please provide an example 'SQL ossn_object' you're trying to change