tdakanalis
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyMeet] Global Jitsi Settings for all BP GroupsHi,
the global settings in the admin page – along with an option to disable the groups’ specific settings – will be added in the next version coming later this month.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] Disable BuddyMeet Step while creating new BP GroupsHi,
the global settings in the admin page – along with an option to disable the groups’ specific settings – will be added in the next version coming later this month.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] Select a roomHi,
when you create a room you actually reserve a unique room identifier. The plugin gives you the ability to correlate that identifier with a name so that you remember which room was it. That room is now added in the list of the open room of all invited members. Every time you go back to the “Meet Members” tab you will find there a drop down list with all the rooms your are invited into or you have started.
If you click on the “Leave Room” button you actually delete that room from your available rooms and your leave foreer that room. But the room still exists. So, all other invited members wibb able to enter again unti they decide to click “Leave Room” button.
So, if you want to return back to a room via the drop down in the “Meet Members” tab, just navigate out of the page. If you want to leave the room forever then click the “Leave Room” button and the room will get deleted from the list in the “Meet Members” tab.
Hope that clears things a bit,
ThemisForum: Plugins
In reply to: [BuddyMeet] Password set up?Hi,
from the description of the plugin:
password: A password for the room. The first to enter the room sets that password and all other participants have to put it to enter.
So, if you set a password and you enter the room you actually activate that password for any other entering the room. This is how jitsi meet works.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] Change BuddyMeet name in tabsHi,
this is not the proper way to change the name of the tab. You have to implement in your theme or plugin the buddymeet_get_name filter by adding the line below:
add_filter('buddymeet_get_name', change_buddymeet_name_callback, 10);
and then just implementing the callback function that will return just the new name:
public function change_buddymeet_name_callback($name){ return 'CHANGE_NAME_HERE'; }
Filter and Actions are actually 2 different kind of hooks that wordpress gives you to add extension points. That way you can follow any future updates without having to apply again your patch.
Thanks,
Themis- This reply was modified 4 years, 6 months ago by tdakanalis.
- This reply was modified 4 years, 6 months ago by tdakanalis.
- This reply was modified 4 years, 6 months ago by tdakanalis.
- This reply was modified 4 years, 6 months ago by tdakanalis.
Forum: Plugins
In reply to: [BuddyMeet] fichier scvYou do not need to use a file. You put the text in the settings of the short code. For example:
[buddymeet room=1234567890 subject=MyRoom toolbar=microphone,camera,hangup,desktop,fullscreen,profile,chat,recording,settings,raisehand,videoquality,tileview]
Forum: Plugins
In reply to: [BuddyMeet] fichier scvHello,
for example in order to set various toolbar settings you have to provide a csv string like the following either in the toolbar parameter of the short code or in the settings page of a BuddyPress Group.:
microphone,camera,hangup,desktop,fullscreen,profile,chat,recording,settings,raisehand,videoquality,tileview
Thanks,
Themis- This reply was modified 4 years, 7 months ago by tdakanalis.
Forum: Plugins
In reply to: [BuddyMeet] Delete entries in ?Select a room?Hi,
there is a Leave the Room button at the bottom of the page.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] No output for BuddyMeet Group Pagehave you updated to version 1.6.0 and removed the overriden template files?
Forum: Reviews
In reply to: [BuddyMeet] Disables SubmitThis is fixed in the latest version of the plugin.
Forum: Plugins
In reply to: [BuddyMeet] Front-end translationHello,
I have added the missing translations in the new version of the plugin.
Forum: Plugins
In reply to: [BuddyMeet] No output for BuddyMeet Group PagePlease remove the overriden templates and update to the new version of the plugin.
Forum: Plugins
In reply to: [BuddyMeet] BuddyBossCan you please check if the new version resolves this issue?
Forum: Plugins
In reply to: [BuddyMeet] ErrorHello,
this is weird. Based on the information you provided I cannot find any relation of this error with the plugin.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] Shortcode not working on Learndash lessonsHello,
so it seems that Learndash course page is not a post. Could you please provide me with an extra generic check to add? I have not installed the plugin – which is a premium one – and unfortunattely I have very limited time.
Thanks,
Themis