Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

BP Group Documents

Περιγραφή

Το BP Group Documents δημιουργεί μια σελίδα μέσα σε κάθε ομάδα BuddyPress για μεταφόρτωση οποιοδήποτε τύπο αρχείου ή εγγράφου. Αυτό επιτρέπει στα μέλη των ομάδων BuddyPress να φορτώνουν και να αποθηκεύουν αρχεία και έγγραφα που σχετίζονται με την ομάδα.

Τα αρχεία μπορούν να τα επεξεργαστούν και να τα διαγραφούν είτε ο κάτοχος τους είτε ο διαχειριστής της ομάδας.
Οι κατηγορίες μπορούν να χρησιμοποιηθούν για την οργάνωση τους.
Η δραστηριότητα καταγράφεται στη κύρια ροή δραστηριοτήτων και συνδέεται επίσης με τις ροές δραστηριότητας του χρήστη και της ομάδας.
Ο διαχειριστής του ιστότοπου μπορεί να ορίσει περιορισμό στον τύπος αρχείων και να ορίσει τον τρόπο εμφάνισης τους.
Τα μέλη της ομάδας και οι συντονιστές μπορούν να λαμβάνουν ειδοποιήσεις σχετικά με νέα αρχεία ηλεκτρονικού ταχυδρομείου κατ ‘επιλογή τους.
Ο διαχειριστής ομάδας μπορεί να αποφασίσει εάν όλα τα μέλη ή μόνο οι διαχειριστές / συντονιστές μπορούν να μεταφορτώσουν έγγραφα.
Για ιδιωτικά δίκτυα, ανατρέξτε στο FAQ “Έχω δίκτυο μόνο μέλη. Πώς να απενεργοποιήσετε τη λήψη αρχείων για μη μέλη; ».

4 Μικροεφαρμογές: «Τα έγγραφα των ομάδων του χρήστη», «Πρόσφατες μεταφορτώσεις», «Δημοφιλείς λήψεις». Εάν το θέμα υποστηρίζει διαφορετικές πλευρικές γραμμές για τις σελίδες ομάδας, το BP_Group_Documents_CurrentGroup_Widget μπορεί να χρησιμοποιηθεί για την εμφάνιση των εγγράφων της τρέχουσας ομάδας.

Contributions by Lena Stergatou, with additional bug fixes and improvements by Keeble Smith (http://keeblesmith.com) and Anton Andreasson work for BP 1.7.

Ο αρχικός δημιουργός του πρόσθετου ήταν ο Peter Anselmo.

PLEASE: If you have any issues or it doesn’t work for you, please report in support forum. It doesn’t help anyone to mark “broken” without asking around. Thanks!

Σημειώσεις

Roadmap.txt – contains ideas proposed and the (approximate) order of implementation

History.txt – contains all the changes since version .1

License.txt – contains the licensing details for this component.

Στιγμιότυπα

  • Admin settings page
  • Documents settings page on group creation
  • Upload document form
  • Document list tab
  • Ties into site activity stream (for public groups only)
  • Group admin document’s settings tab, allow category’s edit, addition
  • User options for email notifications
  • Widget Recent Documents from your groups and Widget Popular Group Documents
  • Message when non member of a private or hidden group tries to access a group document

Εγκατάσταση

Make sure WordPress and BuddyPress are installed and active.

Copy the plugin folder buddypress-group-documents/ into /wp-content/plugins/

Browse to the plugin administration screen and activate the plugin.

There will now be a “Group Documents” menu item under the “Settings” menu. Here you will find a list of all file extensions allowed for uploaded files along with other settings.

Συχνές Ερωτήσεις

I get mb_convert_case error

If you run a windows server and you get errors about mb_convert_case function which is a default php function (see http://php.net/manual/en/function.mb-convert-case.php), you must uncomment the line with php_mbstring.dll in your php.ini.

Can I link to the add file form

If you are a plugin developer and want to use the upload file form you can link to /group_slug/bpgroupdocuments_slug/add to access the upload document form

I have a members only network. How to disable file download for non members?

Add the following function into your /wp-content/wp-plugins/bp-custom.php file

/*
 * Download file only in the user is logged in
 */

function bp_only_logged_in_can_download( $error ) {
// If we have a only logged-in users site
    if ( ! is_user_logged_in() ) {
    $error = array(
        'message' => __( 'You must log in to access the page you requested.', 'buddypress' ),
        'redirect' => bp_root_domain()
    );
    }
    return $error;
}

add_filter( 'bp_group_documents_download_access', 'bp_only_logged_in_can_download' );

I want to hide the files icon from the tab

Add to your Customizer ‘Custom CSS’ panel the following:
li#nav-documents-groups-li, li#nav-documents-personal-li a {
background: none;
}

Κριτικές

25 Δεκεμβρίου 2016
This document is almost exactly what I was looking for. It simply lets you upload your documents and lists them for display/download. Simple, clean, and works perfectly with BuddyPress. The only thing I’d like to see which it doesn’t do is a simple 1 file/line listing, so that it’s easier to display larger collections of documents.
Ανάγνωση όλων των 15 κριτικών

Συνεισφέροντες & Προγραμματιστές

“BP Group Documents” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Το “BP Group Documents” έχει μεταφραστεί σε 7 γλώσσες. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.

Μεταφράστε το “BP Group Documents” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

Σύνοψη αλλαγών

Version 1.24 (31 August 2023)

  • Fix a bug in the widgets

Version 1.23 (31 August 2023)

  • Fix some PHP 8.1+ warnings and speed improvements

Version 1.22 (28 July 2023)

  • Fix for valid for file extensions, props @boonebgorges

Version 1.21 (11 May 2023)

  • New settings options added for ‘Display File Owner’, ‘Display File Date’
  • Tested with WordPress 6.2.0 and BuddyPress 11.0

Version 1.20.1 (3/02/2023)

  • Fix a PHP warning when in a subsite

Version 1.20 (27/01/2023)

  • New functionality: If Activity Plus Reloaded for BuddyPress plugin is installed, it adds an icon for documents upload next to ‘Activity Plus Reloaded for BuddyPress plugin’ icons.

Version 1.14 (11/11/2022)

  • Tested with WordPress 6.1 and BuddyPress 10.6.0
  • Code standards fixes
  • Changed some strings
  • Various bug fixes

Version 1.13 (3/10/2022)

  • Compatible with PHP 8.x
  • Tested with WordPress 6.0.2 and BuddyPress 10.4.0

Version 1.12.3 (9/4/2019)

  • Fix some PHP 7.x warnings
  • Fix BuddyPress warning, thanks to @venutius
  • Fix a css issue reported in wordpress.org support forum

Version 1.12.2 (29/06/2018)

  • Replace constant WP_PLUGIN_URL with plugins_url()
  • Replace constant WP_CONTENT_URL with content_url()
  • Fix some deprecated warnings

Version 1.12.1 (6/10/2017)

  • Typo fix for template folder

Version 1.12 (2/10/2017)

  • Allow main plugin markup to be overridden with theme template. Props @boonebgorges

Version 1.11 (29/3/2017)

  • Security fixes
  • Introduce new action: ‘bp_group_documents_data_failed_save’

Version 1.10 (24/3/2017)

  • Fix bug caused from 1.9.7 version
  • Security fixes

Version 1.9.7 (15/3/2017)

  • New feature: Display an “Add new” button on top of the documents list when the documents are more than 4.
  • Fix bug on download docx, xlsx
  • Fix bug on delete document’s category

Version 1.9.6 (15/3/2017)

  • Fix typos in group documents admin page

Version 1.9.5 (14/3/2017)

  • Fix some error notices in widgets

Version 1.9.4 (5/6/2015)

  • Fix for widgets, pros @thebrandonallen
  • Add icon for ppsx
  • Fix for Strict Standards setup

Version 1.9.3.1 (21/4/2015)

  • Minor fix

Version 1.9.3 (6/4/2015)

  • Fix BP_Group_Documents_CurrentGroup_Widget for hidden groups
  • Updated Italian language file, thanks to Daniele Mezzetti

Version 1.9.2 (9/3/2015)

  • Fix download count for non-login users
  • Fix warning caused by setcookie
  • Fix a typo
  • Add ods as default valid file extension

Version 1.9.1 (16/1/2015)

  • Add link for “Add new document” on BP_Group_Documents_CurrentGroup_Widget
  • Add new filter bp_group_documents_download_access. Thanks to @kallekillen for the idea.

Version 1.9 (8/12/2014)

  • Category link added in documents list.
  • Escaping fix. Strip slashes on the way out, so that file titles and descriptions don’t have so many unnecessary backslashes. Thanks to @jreeve for patch.

Version 1.8 (September 1, 2014)

  • Fix Sort – “Order by” & Filter – “Category” which was not working with Pagination. Thanks to @wp4yd for reporting.

Version 1.7 (April 22, 2014)

  • Add new widget: BP_Group_Documents_CurrentGroup_Widget. If the theme support different sidebars for group pages, it can be used to show current group’s documents.
  • Fix some minor issues in widgets
  • Fix Document upload notification bug, props to @jreeve

Version 1.6 (March 17, 2014)

  • Language files update

Version 1.5 (December 4, 2013)

  • New feature: Into the Administration screen of the Activity component, the admin can filter activity for New group files and Edited group files. Based on @imath ‘s https://codex.buddypress.org/plugindev/add-custom-filters-to-loops-and-enjoy-them-within-your-plugin/
  • Now supports custom tranlation files placed into WP_LANG_DIR . ‘/bp-group-documents/’ . $domain . ‘-‘ . $locale . ‘.mo’)

Version 1.4 (October 31, 2013)

  • Fix a bug which marked some themes as Broken in some installations.

Version 1.3 (October 25, 2013)

  • Fix a bug which causes Fatal error about the get_home_path() function in some installations.

Version 1.2.3 (October 18, 2013)

  • Fix a bug on editing categories when the group slug is not the default “groups. Thanks to @jomsky for reporting and patching it.
  • Dutch translation, thanks to @sanderbontje

Version 1.2.2 (October 4, 2013)

  • MAJOR security bug fixes. (Thanks to @tomdxw for reporting and patch them)
  • Update bp-group-documents.pot file
  • Fix super admin’s rights for all group documents
  • Fix wrong placed error messagew
  • Remove depreceted functions
  • Remove administrators FTP ability, in favor of security

Version 1.2.1 (September 17, 2013)

  • Bug fix: https://wordpress.org/support/topic/bugfix-for-broken-icon-link, thanks to @sanderbontje
  • Bug fix: https://wordpress.org/support/topic/error-message-if-you-edit-groups thanks to @valuser for reporting
  • Bug fix: https://wordpress.org/support/topic/widget-functionality thanks to @kcurlsjr for reporting

Version 1.2 (September 3,2013)

  • Added Swedish translation. Thanks goes to nat0n (https://wordpress.org/support/profile/nat0n)

Version 1.1 (September 3,2013)

  • Fix some broken links by changing the plugin directory name with BP_GROUP_DOCUMENTS_DIR constant

Version 1.0 (August 28,2013)

  • Update readme.txt
  • Add screenshots

See history.txt for older version changelog
Apologies for the frequent updates, this plugin is under active development!