Title: Upload links broken
Last modified: August 21, 2016

---

# Upload links broken

 *  Resolved [Sarathbabu_k](https://wordpress.org/support/users/sarathbabu_k/)
 * (@sarathbabu_k)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/upload-links-broken/)
 * Hi ,
 * Thanks for this wonderful plugin. I have been waiting for something like this
   for a long time.
 * I installed it now. I couldn’t see any upload link, create folder link in my 
   page as shown in the screenshots. Even in the dashboard it is not showing up.
 * I am using the BP-nicey theme. I dont know if its becoz of the theme of some 
   other issue. I am using Buddy Press 1.7 only. Also I uninstalled template pack
   as mentioned in the solved forum request.
 * Please advise me. Also is there a way to use this as a shared space for a group?
   i.e one Drive for a group along with individual space.
 * [http://wordpress.org/extend/plugins/buddydrive/](http://wordpress.org/extend/plugins/buddydrive/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/upload-links-broken/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/upload-links-broken/page/2/?output_format=md)

 *  Anonymous User
 * (@anonymized-6594935)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657566)
 * Multisite ?
 * can you try with bp default, then twenty twelve or eleven or ten.. And see if
   something changes. I didn’t advise to deactivate template pack, i was just surprised.
 * I built this plugin with BuddyPress 1.7, so it takes benefit of BP Theme Compat.
   But some other plugins may still need template pack…
 *  Thread Starter [Sarathbabu_k](https://wordpress.org/support/users/sarathbabu_k/)
 * (@sarathbabu_k)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657569)
 * @imath Thank you for your immediate response. Yes I tried BP default theme and
   I did show up. Is there anyway to make it work with BP nicey theme?
 *  Anonymous User
 * (@anonymized-6594935)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657572)
 * same as [here](http://wordpress.org/support/topic/broken-theme-32?replies=4#post-4082582)
   actually..
 * Try to add these lines in the functions.php of your theme :
 *     ```
       function fixes_buddydrive_for_bp_nicey() {
   
       	add_theme_support( 'buddypress' );
   
       }
       add_action( 'after_setup_theme', 'fixes_buddydrive_for_bp_nicey' );
       ```
   
 * It might fix the issue 😉
 *  Thread Starter [Sarathbabu_k](https://wordpress.org/support/users/sarathbabu_k/)
 * (@sarathbabu_k)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657592)
 * I tried it and still the issue continues. Does it matter if this function is 
   added at the beginning or at the end of function.php? I tried both actually.
 * But still its not working. Its not the end of the world. I can live with default
   theme. But would be nice if this works for BP nicey.
 * This Plugin functionality is more important than the looks of the site at the
   moment.
 *  Anonymous User
 * (@anonymized-6594935)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657601)
 * Well, i’m sorry, i guess you need to contact the theme author. I saw that it 
   was buddydev, so i’m sure the theme will soon be BP 1.7 ready 😉
 *  Thread Starter [Sarathbabu_k](https://wordpress.org/support/users/sarathbabu_k/)
 * (@sarathbabu_k)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657631)
 * Hi @imath,
 * I have written in the Buddy Dev support page about this issue. Thanks for taking
   time in replying for every request.
 * I am using Buddy Press Default theme now. I could see the icons on the right 
   now. (new file,new folder,edit file,delete). But when I click on them it goes
   to the “websiteaddress/user//buddydrive/#” and doesn’t make any change. Any idea
   why this is happening? Do I need to change any settings?
 *  Anonymous User
 * (@anonymized-6594935)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657633)
 * It’s a javascript conflict. Can you give the url of your site so that i can check
   what’s going wrong.
 *  Thread Starter [Sarathbabu_k](https://wordpress.org/support/users/sarathbabu_k/)
 * (@sarathbabu_k)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657634)
 * I am using it as an intranet for my NGO. So its password protected. Here is what
   I see in the Console
 * “Uncaught Error: Syntax error, unrecognized expression: #projects_tax .right .
   p, #tasks_tax .right .p, ”
 *  Anonymous User
 * (@anonymized-6594935)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657635)
 * then, that’s another plugin that is the cause of the conflict, you’ll find it
   by using a tool like sublime text and searching in all files of your WordPress
   Installation
 *  Anonymous User
 * (@anonymized-6594935)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657636)
 * Try deactivating BP GTM.
 * Then try to deactivate BuddyDrive and reactivate BP GTM to see if the reason 
   is the cohabitation of the 2 plugins.
 *  Thread Starter [Sarathbabu_k](https://wordpress.org/support/users/sarathbabu_k/)
 * (@sarathbabu_k)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657637)
 * That is great. When I deactivated GTM, Buddy Drive works 🙂
 *  [vischan](https://wordpress.org/support/users/vischan/)
 * (@vischan)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657689)
 * Hi!
    I have the same problem, but I have a new installed wordpress and buddypress
   with no other widgets. I have also tried it in bp default theme.
 *  Anonymous User
 * (@anonymized-6594935)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657690)
 * [@vishan](https://wordpress.org/support/users/vishan/)
 * Please can you tell me :
    What version of BuddyPress ? multisite ? what is the
   probleme because, there was 2 different problems in the thread …
 *  [vischan](https://wordpress.org/support/users/vischan/)
 * (@vischan)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657691)
 * The problem is that I cant see no one of the icons for the buddydrive files
 * I have BuddyPress 1.7 and not multisite.
 *  [vischan](https://wordpress.org/support/users/vischan/)
 * (@vischan)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/#post-3657692)
 * I have tried i too in a BuddyPress 1.7 with a lots of plugins, but not BP GTM.
   Its the same problem.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/upload-links-broken/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/upload-links-broken/page/2/?output_format=md)

The topic ‘Upload links broken’ is closed to new replies.

 * ![](https://ps.w.org/buddydrive/assets/icon-256x256.png?rev=3305954)
 * [BuddyDrive](https://wordpress.org/plugins/buddydrive/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddydrive/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddydrive/)
 * [Active Topics](https://wordpress.org/support/plugin/buddydrive/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddydrive/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddydrive/reviews/)

 * 18 replies
 * 3 participants
 * Last reply from: Anonymous User
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/upload-links-broken/page/2/#post-3657695)
 * Status: resolved