Title: [Plugin: Front File Manager] adding bbcode ?
Last modified: August 20, 2016

---

# [Plugin: Front File Manager] adding bbcode ?

 *  [jujole](https://wordpress.org/support/users/jujole/)
 * (@jujole)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-file-manager-adding-bbcode/)
 * HI,Great plugin ! I was wondering if it’s possible to add a column,near “downloads”
   with bbcode ready for users who wants share their images or files with other 
   on forums….
 * [http://wordpress.org/extend/plugins/front-file-manager/](http://wordpress.org/extend/plugins/front-file-manager/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [jujole](https://wordpress.org/support/users/jujole/)
 * (@jujole)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-file-manager-adding-bbcode/#post-2599069)
 * I forgot, what about adding even a “delete” button available for administrator
   and/or other users ?
 *  Thread Starter [jujole](https://wordpress.org/support/users/jujole/)
 * (@jujole)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-file-manager-adding-bbcode/#post-2599080)
 * Well,I’ve solved my self in this way:
    - Open the file /wp-content/plugin/front-file-manager/includes.php
    -  Find `<td style="vertical-align:middle"><a href="'.wp_get_attachment_url(
      $post->ID).'">'.__('Download', 'frontfilemanager').'</a></td>`
    - in a new line UNDER that one finded, copy this:
       `<td style="vertical-align:
      middle"><textarea readonly="yes" style="width:300px;">[img]'.wp_get_attachment_url(
      $post->ID).'[/img]</textarea></td>`
 *  Thread Starter [jujole](https://wordpress.org/support/users/jujole/)
 * (@jujole)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-file-manager-adding-bbcode/#post-2599081)
    - Then, find `<th>'.__( 'Link', 'frontfilemanager' ).'</th>`
    - Under this line, add a new line as this:
       `<th>'.__( 'BBCODE (valid only for
      images)', 'frontfilemanager' ).'</th>`
 * You’ve done :))
 * This is BBCode only for images, I’m finding a solution to put the BBCode also
   for videos with autodetecting file extensions 🙂
 * If I’ve some news, I’ll write it here 🙂
 *  Thread Starter [jujole](https://wordpress.org/support/users/jujole/)
 * (@jujole)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-file-manager-adding-bbcode/#post-2599102)
 * Well’,Ive added also the distinction between images and video:
 * If a file is video, it shows embed, if is image, it show img bbcode 🙂
 * if U need it, I’ll send you my modified include.php 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Front File Manager] adding bbcode ?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/front-file-manager.svg)
 * [Front File Manager](https://wordpress.org/plugins/front-file-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/front-file-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/front-file-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/front-file-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-file-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-file-manager/reviews/)

 * 4 replies
 * 1 participant
 * Last reply from: [jujole](https://wordpress.org/support/users/jujole/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-file-manager-adding-bbcode/#post-2599102)
 * Status: not resolved