Quote:
Originally Posted by MicroHellas
Just use this:
Code:
$editorid = construct_edit_toolbar($profile['bodytext'],1,'',0,1,($vbulletin->userinfo['userid']));
Please note that the last part is to show an editor according to usergroup permissions (eg full WYSIWYG). The first part, is the field name. You can use '' to let it empty.
Maria
|
Nope still wont transfer "message / bodycontents"
Ive made a video exsample
http://www.screencast.com/t/M2U2ZGU1NGUt
wow screencast stinks,, youtube for the win..
http://www.youtube.com/watch?v=MS2UXqNOA-0
i changed the "Type="POST" to TEST so i get the entire line postet in my URL field
for debugging.. and as seen on the video, message= thats it..
--------------- EDIT / UPDATE
If i change the editor mode to view BBcode (Aa button topright in editor) the text submit fine,
and it submits as wysiwyg=0 then it works.. which is strange..
so it has to be something with the initial setup...
--------------- EDIT / UPDATE 2 - it works if im logged out,
if im logged in, it dosent submit the textarea named message..
got to be login info in the php..
--------------- FINAL EDIT
just using
Quick reply box, its the only one working for me..
the full editor got some problems with user permissions..