MvdO79
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Yes, I know about how to translate stuff 🙂
Even after that the text is not translated, so it’s something on the plugin side.Could you try and check if you can manage to set the specific text to another language, else it’s indeed a bug.
Thanks!
Forum: Plugins
In reply to: [RumbleTalk Live Group Chat - HTML5] Ultimate Member CompatibilityAh OK, that wasn’t clear to me after reading the docs etc.
Also was not intuitive as you want to only let members login but then need to allow the option guests, but hey it works now and that’s great 🙂Plugin is awesome!
Forum: Plugins
In reply to: [RumbleTalk Live Group Chat - HTML5] Ultimate Member CompatibilityThis is not working for me, trying the 7 day trial, chat keeps getting error:
“this chat-room is only for private users”
- This reply was modified 8 years, 9 months ago by MvdO79.
For now I created the code like this (I prefer to code the UM way but till then…):
<?php $args = array( 'user_id' => um_profile_id(), // use user_id ); $comments = get_comments( $args ); ?> <?php foreach ($comments as $comment) : ?>etc…
Solved, in ‘advanced settings’ have set ‘Current URL Method’ to ‘use HTTP_HOST’.
Viewing 5 replies - 1 through 5 (of 5 total)