You may have noticed in some versions of the text editor used within Social Engine, it is missing the Insert Link options.
This is due to an over sight in the coding of that section of the script.
To fix the problem stated above all you need to do is edit the file listed below:
application/libraries/Engine/View/Helper/TinyMce.php
within the file you will see this coding
protected $_config = array( 'mode' => 'textareas', 'plugins' => array( 'table', 'fullscreen', 'media', 'preview', 'paste', 'code', 'image', 'textcolor' ),
All you need to do to enable Linking is to add the Word link after the word Image.
Like Below
protected $_config = array( 'mode' => 'textareas', 'plugins' => array( 'table', 'fullscreen', 'media', 'preview', 'paste', 'code', 'image', 'link', 'textcolor' ),
All you need to do now is re-upload the file to the server and refresh your site.
You will now see the Insert link added to the Text Editor
Looking for quality SocialEngine Hosting? Look no further than Arvixe Web Hosting