If you need to save it so that other people can see it or that it will be saved between sessions, than yes, it is more difficult than a normal issue because it means altering the database and making custom SQL queries and associated code both to save the text and read it back later, as well as the php code to handle it and the associated template edits needed to display it. It is not an "easy" task.
I REALLY dont know what you are talking about. I dont have much knowledge about php, mysql and vb coding.
Quote:
Originally Posted by BirdOPrey5
It might be a little easier if you can store the data as a custom user profile field, would mean no database altering is needed but depending on who enters the text and who is supposed to see it could be fairly involved. Can you give more details- what type of text? Is it custom for each user? Is it a message you are giving that everyone will see?
What I want to do is very simple as described in above posts. Simply want to add another text field below the "Title" textbox. AND the text entered in this field should be able to shown in potbit template like we can show text of "Title" field in postbit by just entering "$post['title']" in postbit.
We will have to save text for each thread as each thread title text is being saved and shown later. Saving it as a profile field doesn't seems to be a correct way and I dont think this would work.