Georgio
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyDrive] Uploading from Dashboard for userswe are considering adding a paid add-on marketplace.
I will be following the evolution of the plugin.
Thanks for your response.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Suggestion: php functionYeah, with a small change (single mark quotes) it works in templates:
<?php echo do_shortcode('[osd_social_media_sharing]'); ?>
I think you can propose this code officially. Many developers of other sharing plugins propose code for templates and now you can do it you too. Thank you very much.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Special characters in post title not rendering@osdwebdev
It is the filter wptexturize that is supposed to make a text more beautiful, but often causes problems, especially with foreign languages. I had the same problem with french language and I removed the filter.@vistawide
Add this in your functions.php://TEXTURIZE (remove) remove_filter('the_title', 'wptexturize'); remove_filter('the_content', 'wptexturize'); remove_filter('the_excerpt', 'wptexturize'); remove_filter('comment_text', 'wptexturize');
- This reply was modified 8 years, 3 months ago by Georgio.
Forum: Plugins
In reply to: [WP Idea Stream] Deletes without confirmationYeah, it’s much better with the confirmation dialog. I downloaded the snippet and it works very well. Thank you very much. Merci beaucoup !
Forum: Plugins
In reply to: [WP Idea Stream] Deletes without confirmation@imath
Hi again (sorry, I am writing in english, because someone else can have the same problem…)I finally found the reason why it happens : when a subscriber becomes group admin, they can delete. In case they don’t have access in the dashboard, that can be annoying.
Look for yourself: screenshot
Practically, I don’t have a problem as I can hide it with css. I just report it for feedback.
Thanks for your time!
Forum: Plugins
In reply to: [Buoy] Feature request: upload docsI think that if Buoy can be connected with BuddyDrive, this would be a good solution. Maybe a buddydrive button in the Buoy toolbar …
Forum: Plugins
In reply to: [Mutual Buddies] Cannot retrieve users' namesHi,
You can set your site on maintenance mode so that you can disable your plugins one by one to find if another plugin causes a conflict.
If it is the case and you don’t want to remove the conflicting plugin, you can probably deactivate it on the page it causes the problem. This can be done by Plugin Organizer This plugin allows to deactivate plugins based on pages, post types or filters (using urls).
The problem is that it is difficult to find how to do this on users profiles as their urls are not standard but change according the users.
In my case, I didn’t resolve it with Plugin Organizer. I had the problem until the day I decided to remove some plugins considering them useless and the problem was resolved by itself.
- This reply was modified 8 years, 4 months ago by Georgio.
Forum: Plugins
In reply to: [Plugin Organizer] Filter with variable permalinkThank you for your quick response.
Forum: Plugins
In reply to: [Buoy] Feature request: upload docsI would need to see a clear UX/use case for why you might need to read a document in the middle of a tactical crisis situation
It depends how you mean the term “crisis” (it doesn’t mean always danger) and if you want to expand the use of Buoy to other kinds of help. Here are some cases:
1. You manage by distance a team that works far from home, maybe in difficult geography or weather (mountains, difficult countries etc) and they need some docs.
2. you sent to some social groups documents they need to defend their causes (application forms, tutotials and guides etc). There are people that are not comfortable with searching them (especially if they are administrative docs) or they have not time, because they are in a difficult situation.
3. you upload important docs for a critical meeting of your company
4. you sent pre-maid plans of action to a team. In some cases you gain time by sending a plan instead of explaining a lot of information they may forget.
5. Some times people are not involved in a critical situation directly, but are just observers (police violence, etc). They can take photos and, once at home, import them in openoffice, add a description and export in pdf. If Buoy could upload pdfs, the document could be downloaded by the team members and shared to other media. What is the advantage? An observer doesn’t take the risk to be exposed personally by publishing directly to social media. He/she shares the event only to the team and it will be published by someone who has more courage (or who is an activist).
So I think that, at least, pdf upload is strongly recommended. It is not necessary to add a reader; members could download it. If you want to allow more repurposing of Buoy you could add other file types as well.
Have a nice day!
Forum: Plugins
In reply to: [Buoy] Translation of monthsThanks for your response, but it seems more complicated than that. I didn’t answer for some days because I am digging in the problem before overwhelming you with vague descriptions (and because I had some other priorities as well).
Well, my time and language settings are OK screenshot
I found something that may be related to the problem. With scheduled alerts, I see a problem with the timepicker when scheduling an alert.
Using Firefox: screenshot
Using Chromium: screenshot
The buggy arrows on the screenshot means that if you click them the time is initialized and becomes jj/mm/aaaaIn both cases, the adminbar tab shows months in english: screenshot
All javascripts of the browsers are enabled. I will come back if I find something else that can help.
Have a nice day!
Forum: Plugins
In reply to: [WP Idea Stream] Deletes without confirmationIf users don’t have access to dashboard, they cannot recover them. As a workaround, I will hide the delete link. Imagine someone takes a long time to write a text and then they delete it by error (it happened to me ?? )
Forum: Plugins
In reply to: [Plugin Organizer] Filter with variable permalinkSidewide=Sitewide
Forum: Plugins
In reply to: [WP Idea Stream] disable ratingI put it in bp-custom.php and it works great! Thanks.
Thank you for the other snippets as well.
Forum: Plugins
In reply to: [MediaPress] Feature request for groupsI believe case 4 for group is apt, we need some kind of basic permission like who can create gallery members/moderators/group admin and also who can upload-members/moderators/group admins.
Some thoughts… It is reasonable that a site admin decides who (for example: which role) can “Enable Gallery” but they should not intervene in the groups affairs. A site admin doesn’t know how a group admin wants to use their group.
A group may be used for a collective affair where all members have equal permissions but also for a personal reason where you want to have the control.
An example of the first case is a group for a football club and an example for the second case is an artist’s group. Well, an artist wants to have members-fans but may want the gallery only to present his/her OWN work.Same case for comments. If you create a group for personal reason, you may use Mediapress to show your galleries and creations but you may not want to be bothered by comments.
So, in my opinion, only a group admin should decide about galleries/media inside the group.
Forum: Plugins
In reply to: [MediaPress] Feature request for groupsClarification:
5. Case-based. You add a checkbox in the userlist in the dashboard, where the site admin can check who can create.
Alternatively, you can add a checkbox in the group memberlist for the group admin to check who can do what.
A checkbox near each username.