PDA

View Full Version : Custom editor setting per user?


PepiMK
08-13-2007, 08:35 AM
A forum I help administering (not the one in my profile ;) ) is currently in a quandary - some people like the WYSIWIG editor, some hate it.

I haven't found an option where users can set their own preference anywhere, so I added a custom field to their control panel. I know I can access that field through $post['field6'], but I have problems finding where exactly the editor is called (I miss a search-by-template-title search in the admin panel ;) ), so I have no idea where to insert it, so I can't even estimate what the problems would be once inserted.

My questions therefore:

Which template does contain the editor code?
Am I able to override the global editor setting in some template, or
Is there a tutorial on the vBulletin structure language ("if" I know, but I guess I need a bit more) somewhere?
(and while I'm at it, which mod does this forum use to have the smileys plus the help below this box? maybe I would be able to learn the required stuff from that one ^^)


Any hints would be much appreciated :)

bobster65
08-13-2007, 12:21 PM
A forum I help administering (not the one in my profile ;) ) is currently in a quandary - some people like the WYSIWIG editor, some hate it.

I haven't found an option where users can set their own preference anywhere, so I added a custom field to their control panel. I know I can access that field through $post['field6'], but I have problems finding where exactly the editor is called (I miss a search-by-template-title search in the admin panel ;) ), so I have no idea where to insert it, so I can't even estimate what the problems would be once inserted.

My questions therefore:

Which template does contain the editor code?
Am I able to override the global editor setting in some template, or
Is there a tutorial on the vBulletin structure language ("if" I know, but I guess I need a bit more) somewhere?
(and while I'm at it, which mod does this forum use to have the smileys plus the help below this box? maybe I would be able to learn the required stuff from that one ^^)


Any hints would be much appreciated :)

Users can set which editor they want to use in the UserCP already..

PepiMK
08-13-2007, 06:45 PM
Could you tell me where? Best, show me a screenshot?
I just cannot find anything that has to do with the editor there!

(believe me, I am not someone who posts questions before looking himself for an hour or two. And by the way, your post is the exact reason why we've disable the quote function in that forum ;) )

snakes1100
08-13-2007, 07:12 PM
usercp --> edit options --> Message Editor Interface (all the way at the bottom of the page)

you must also set the correct editor options in the admincp so users have the option to pick what editor they want to use.

you can also mass update the users by running the query thru the admincp tools maintanence area.

PepiMK
08-13-2007, 07:39 PM
Ouch!

Indeed another admin did set the editor to plain mode, knowing that otherwise the option would already be there. And I was searching and searching... :rolleyes:

Sorry for the questions then ;)

(and thanks for the mass update hint!)

And regarding my question 4, I already found the mods, so everything should be solved by now :)