Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: vBulletin Attachments
To import avatars and attachments you have to append ?avatars=1&files=1filepath=/path/to/attachments to the porter URL. See http://docs.vanillaforums.com/developers/importing/porter/#attachments (View Post)2 -
Re: Time Stamp is 5 Hours Ahead (GMT) only In Comments not Discussions Page
* Guests will always see timestamps in the timezone defined in $Configuration['Garden']['GuestTimeZone']. You can check if it is working by changing it to a different timezone. * If you are logged in… (View Post)1 -
Re: how to change the profile start page?
You will have to create a plugin for this: public function profileController_index_create($sender, $user = '', $name = '', $id = '') { $sender->getUserInfo($user, $name, $id); Gdn::dispatcher()-&g… (View Post)3 -
Re: editor-modified with different code languages
Cool idea, this can probalby be done without overriding the core editor plugin though. Check out these events: editorPlugin_toolbarConfig_handlereditorPlugin_InitEditorToolbar_handler (View Post)1 -
Re: Plugin dont show quote
Do any errors appear in the console tab? (View Post)1