Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/13/2017 in Posts

  1. How to add an Imgur upload button in the editor *This is my original tutorial. You may share it freely, but(!) consider mentioning who wrote it. 1. Create an Imgur account, and then register an application here: https://api.imgur.com/oauth2/addclient Now you have a client ID, which is to be used in the Imgur plugin we add to the editor. 2. Download the Imgur plugin from http://ckeditor.com/addon/imgur Go to your ACP-> Customization-> Editor--> Toolbars-> "Add Button". Upload the plugin file(zip) for installation. By now you can drag the button to the toolbar for it to show, but it won't function just yet. 3. Connect to your FTP-> Edit file: applications/core/interface/ckeditor/ckeditor/config.js Add the settings in the end of the file (remember to use your Client ID number): CKEDITOR.editorConfig = function( config ) { config.extraPlugins = 'imgur'; config.imgurClientId = '123535ae12372d4'; }; Save & upload, done. I hope this tutorial helped you! Result:
    1 point
  2. Alright Sir! Admin CP -> Customization -> Themes -> YOUR THEME -> Edit HTML and CSS -> Templates Tab -> core -> front -> global -> userBar Now you can replace the FontAwesome icons(example: <i class='fa fa-bell'></i>) with your image icons.
    1 point
  3. You wanna replace them with images or other FontAwesome icons?
    1 point
  4. 1st option means images will be uploaded to your imgur account directly + callback url 2nd option is just without a callback url 3rd option means images will be uploaded anonymously to imgur, not to your account directly callback url is just your site url.
    1 point
  5. Upload 4.1.16 files to your web directory (excepting "conf_global.php" and "uploads" folder) and go to /admin/upgrade
    1 point
This leaderboard is set to New York/GMT-04:00
×
×
  • Create New...