I want to add something above and below my user's post
Hi,
I have a technical question in VB style Source code
because of my previous forum Editor (TinyMCE) each post in my DB saved with HTML code (and not BBCode)
so , i solved this problem in my present forum (SMF) with adding a function to convert $message (which is a variable that mentioned to post body) to a clean $message without any html script...
but now i am in VB and database converted to vb ...
therefore:
i need to find $message variable in VB files code that carry User's post body...
i am not familiar so much with vb source code...,where is the style/theme files?
or in another question
where i can add something extra to the above or below of each post..., i mean where i can find $message variable??
...to put that in that function
it's very important for me if i am not able to change my post view...and if i can't with this HTML Code it would be the worst view that the world has ever experienced...
Thanks in advance
|