PDA

View Full Version : How to allow visitor message reply from profile


CCV_Pinto
11-22-2008, 05:10 PM
hello,

I am trying to modify my forum to allow the people to answer visitor messaging directly from their own profile (like orkut does...)

so, what I did:

I changed the memberinfo_visitormessage template (which repetes for each message you have in your profile), adding a form at the end

well.. it works a litle: I can answer the messages, except the first (the most recent)

the problem is that there is already a form to inline moderation of the messages... so I am inserting forms inside this bigger form.... I know this is not good

the inline moderation of the messages stopped working too after my modification

so someone has an idea how can I make it work?

I think I can insert an iframe to each form... but then I would need to create another template... is that the best approach?

and how can i insert an editor like the quick reply editor to my own template?

I woul appreciate any help...

regards,

I am not sure