Stefan Sebechlebsky
Forum Replies Created
-
@davidanderson,
Does thist plugin work reliably at least on the main site tables when used in a multisite WP installation? And, should we “network activate” or better only on the main site?Forum: Plugins
In reply to: [BuddyDrive] Under New ManagementHi @kariravantti,
could you please share how you have customized the plugin to show file extensions?
Thanks.Forum: Plugins
In reply to: [BuddyDrive] Restrict to group admins/modsHello @mrpritchett,
in the meantime I have tried to dig into the code a bit and found it:In the file … plugins/buddydrive/includes/buddydrive-functions.php – there is the function buddydrive_current_user_can( $capability = …
And there on lines 993-994 I have made a hack:
} elseif ( bp_is_group() ) {
$can = (bool) groups_is_user_admin( $user_id, bp_get_current_group_id() ) || (bool) groups_is_user_mod( $user_id, bp_get_current_group_id() );
}So now only group admins and mods can upload to any group’s BuddyDrive.
But it would be nice to have it selectable in the plugin settings – per group – in the group manage area:
1. Any members can upload to this group
2. Only admins and mods can upload to this groupAnother hint: it would be useful that every upload or deletion would be posted in the group’s activity stream. Then with the help of the plugin “BuddyPress Group Email Subscription” users would receive email notifications.
Regards,
Stefan.Forum: Plugins
In reply to: [BuddyDrive] Restrict to group admins/modsHello @mrpritchett,
but can’t you give us another compatible code to be able to restrict uploading capability to group admins/mods?
Thanks…Hi, thank you for adding translation domain parameter for translatable strings in the rename login page (wp-security-rename-login-feature.php). However, you only did it for instances using __(…) and you forgot those with the e_(…) function.
Hi,
this is still unresolved.
The text domain argument ‘all-in-one-wp-security-and-firewall’ is missing in all instances of translatable strings in the file /other-includes/wp-security-rename-login-feature.php.Forum: Plugins
In reply to: [BP Emails for BBP] No notifications being sent for me.Probably the same problem here. Neither Forum nor Topic subscriptions work, i.e. no notifications are being sent when the forum contributor is an ordinary member or moderator or even group admin. The only exception is when the Superadmin writes a new Forum Topic or Topic Reply, i.e. both Forum and Topic subscriptions work in case of Superadmin’s forum contributions.
Does not matter who is the subscriber.
After deactivating BP Emails for BBP, email notifications start working correctly.
I have the latest WordPress – multisite instal., bbPress and BuddyPress.
I am using private BP groups.- This reply was modified 9 years, 2 months ago by Stefan Sebechlebsky.
Forum: Themes and Templates
In reply to: [i-excel] Small screen menu is not responsive on smartphoneBut Couldn’t it be (easily) fixed somewhere in the themes’ functions.js?
Forum: Plugins
In reply to: [TemplatesNext ToolKit] Widgets Comments Error dateThe same here, now it is 47 years. There is some wrong code in the file
wp-content/plugins/templatesnext-toolkit/inc/widgets/widget-comments.php
I have resolved it as follows:
1) remove complete line 70:
$comment_date = mysql2date(‘U’, $comment_date);
– or just comment out
2) change line 74 which originally reads:
human_time_diff( $comment_date, current_time(‘timestamp’) ) . ‘ ‘ . __(“ago”, “tx”)
into simple
$comment_date
Then the widget shows the real date when comment posted (not the … ago form).
Then another issue came out that the comment text was beginning on an inappropriate line right behind the date which I solved by introducing an html paragraph section for the comment text:
insert <p> at the end of line 78 which would then read:
<div class=”comment-body”><p>
and insert </p> in the beginning of line 88 which then reads
</p></div>
Hope this helps.@marsian there is also a bug of incorrect menu behavior on Android smartphones (using Chrome browser) in all your free themes, including the latest i-design! Please see
https://wordpress.org/support/topic/small-screen-menu-is-not-responsive-on-smartphone/Forum: Plugins
In reply to: [BulletProof Security] Frontend Login Messages TranslationYou’re welcome and I thank you for your work.
Forum: Plugins
In reply to: [BulletProof Security] Frontend Login Messages TranslationWell, during my testing yesterday, the second part string “due to…” was not getting translated when there was no space but was remaining in English. After I inserted the space it started to work well. Now I tried to remove the space and it keeps on working 🙂 Apparently, there must have been another fault, I don’t know what 🙂
Forum: Plugins
In reply to: [BulletProof Security] Frontend Login Messages TranslationYes, I tested it by hacking the login-security.php file and adding the translation entries to the .po file manually and it works. A special attention has to be given to the above mentioned message which has to be devided into 2 strings (lines 48, 251, 381, 495) in login-security.php:
$error->add('locked_account', __('<strong>ERROR</strong>: This user account has been locked until <strong>','bulletproof-security').date_i18n(get_option('date_format').' '.get_option('time_format'), $row->lockout_time + $gmt_offset). __('</strong> due to too many failed login attempts. You can login again after the Lockout Time above has expired.','bulletproof-security'));Note: there must be space character between the dot and the __(…) function of the second part.
- This reply was modified 9 years, 3 months ago by Stefan Sebechlebsky.
Forum: Themes and Templates
In reply to: [i-excel] Small screen menu is not responsive on smartphoneThis incorrect menu behavior on smartphones is the same in all your free themes, including the latest i-design!
Forum: Themes and Templates
In reply to: [i-excel] Mobile Friendly Menu positionI have placed it more to the top (right under logo) using the following css:
.menu-toggle {
top: 68px;
}You can set the position anywhere by adjusting the top distance appropriately.
Forum: Reviews
In reply to: [WP Idea Stream] BP users cannot post comment on IdeasThis way I have expressed my disappointment about NO ONE of the authors responding a single word since more that 3 months (at the time of my writing the review) or, I can say FIVE MONTHS – until today.
Regardless of this, I do respect you and your work.
Currently, I have no budget to hire a developer and unable to contribute myself.
I promise to change my rating as soon as the plugin works well.