<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPlus | dennis | Activity</title>
	<link>https://www.wordplus.org/members/dennis/activity/</link>
	<atom:link href="https://www.wordplus.org/members/dennis/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for dennis.</description>
	<lastBuildDate>Tue, 14 Apr 2026 21:22:41 +0200</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">219870de53c3d4420acf64ada3b4fedb</guid>
				<title>dennis started the topic Remove numbers of users in the chat / change video chat group in progress messag in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/remove-numbers-of-users-in-the-chat-change-video-chat-group-in-progress-messag/</link>
				<pubDate>Fri, 24 Nov 2023 10:35:16 +0200</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Would like to make couple of changes in the chat group functionality to improve adoption.</p>
<p>1. video chat active, &#8220;Join&#8230;&#8221; button styling is different, doesnt seem to respond to any settings in the theme (Oceanwp). How to change the color of the button?<br />
2. In a chatroom, it mentioned the number of users in the chat and the number online,&hellip;<span class="activity-read-more" id="activity-read-more-91587"><a href="https://www.wordplus.org/forums/topic/remove-numbers-of-users-in-the-chat-change-video-chat-group-in-progress-messag/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">379d8e6c4a5093d82aa186c91d679d71</guid>
				<title>dennis started the topic Guest login not working -&#062; what am I doing wrong in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/guest-login-not-working-what-am-i-doing-wrong/</link>
				<pubDate>Fri, 10 Nov 2023 19:09:23 +0200</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Got guest access enabled on the socket version, nice dialog to login, register or guest login is shown, however when i enter a random guest name my cursor changes to forbidden when i press continue. </p>
<p>Any ideas?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">20a2fefdc23452cc9c6bec8020207eae</guid>
				<title>dennis replied to the topic Charge Mycred points per minute in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/charge-mycred-points-per-minute/#post-19560</link>
				<pubDate>Thu, 23 Mar 2023 19:48:31 +0200</pubDate>

									<content:encoded><![CDATA[<p>Would it be possible to allow negative mycred charge? like to reward users for using the chat!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ba81e31e8a362e7ff69b8bebc33ed92</guid>
				<title>dennis replied to the topic buddypress/v1/messages REST API in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19559</link>
				<pubDate>Thu, 23 Mar 2023 19:46:22 +0200</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>See that there is already API provisioning in the source, why isn&#8217;t there documentation? Is it for internal use?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b2746ba1ba84c6126dbdf27c41a8d608</guid>
				<title>dennis replied to the topic external img url preview? in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/external-img-url-preview/#post-19543</link>
				<pubDate>Sat, 11 Mar 2023 13:00:36 +0200</pubDate>

									<content:encoded><![CDATA[<p>Hi,<br />
Curious what issue you see, isnt it like oEmbed for pictures? Could you give me a hint where to implement, on my own risk ofc?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7da78b96334fa2c25bad9537d89f751b</guid>
				<title>dennis started the topic external img url preview? in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/external-img-url-preview/</link>
				<pubDate>Fri, 10 Mar 2023 22:35:35 +0200</pubDate>

									<content:encoded><![CDATA[<p>Hi,<br />
Is it possible to have a preview on external url, for example a picture, when i paste url in msg? same way when i upload it from my device?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">19f1aca75387ac4698208475552aa108</guid>
				<title>dennis replied to the topic buddypress/v1/messages REST API in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19537</link>
				<pubDate>Thu, 09 Mar 2023 21:11:42 +0200</pubDate>

									<content:encoded><![CDATA[<p>6.to create new threads and post messages [POST] <a href="https://&lt;yoursite&gt;/?rest_route=/better-messages/v1/createnewthread&#038;JWT=JWT" rel="nofollow ugc">https://&lt;yoursite&gt;/?rest_route=/better-messages/v1/createnewthread&#038;JWT=JWT</a><br />
<code><br />
// register create thread endpoint<br />
add_action(&#039;rest_api_init&#039;, function () {<br />
            register_rest_route( &#039;better-messages/v1&#039;, &#039;/createnewthread&#039;,array(<br />
                &#039;methods&#039;  =&gt; &#039;POST&#039;,<br />
                &#039;callback&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-91022"><a href="https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19537" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6a9a667e4a7940d5dd8ae00d311a40da</guid>
				<title>dennis replied to the topic buddypress/v1/messages REST API in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19536</link>
				<pubDate>Thu, 09 Mar 2023 21:11:08 +0200</pubDate>

									<content:encoded><![CDATA[<p>5. to add messages [POST] <a href="https://&lt;yoursite&gt;/?rest_route=/better-messages/v1/addmessagetothread&#038;JWT=JWT" rel="nofollow ugc">https://&lt;yoursite&gt;/?rest_route=/better-messages/v1/addmessagetothread&#038;JWT=JWT</a><br />
<code><br />
// register add message endpoint<br />
add_action(&#039;rest_api_init&#039;, function () {<br />
            register_rest_route( &#039;better-messages/v1&#039;, &#039;/addmessagetothread&#039;,array(<br />
                &#039;methods&#039;  =&gt; &#039;POST&#039;,<br />
                &#039;callback&#039; =&gt;&hellip;</code><span class="activity-read-more" id="activity-read-more-91021"><a href="https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19536" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">886621fe750fc89cebb06d3774213886</guid>
				<title>dennis replied to the topic buddypress/v1/messages REST API in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19535</link>
				<pubDate>Thu, 09 Mar 2023 21:10:41 +0200</pubDate>

									<content:encoded><![CDATA[<p>ok, hacked-up some wordpress rest endpoints (my first php yeah!)</p>
<p>1. you need simpleJWT plugin to take care of auth.<br />
2. make sure you enable jwt on all endpoints and pass &amp;jwt=&lt;token&gt;<br />
3. this is not production software! as said i am not a PHP engie (assembler, c, c++, c#, pascal but not php 🙂<br />
4. drop the code in functions.php in your themes&hellip;<span class="activity-read-more" id="activity-read-more-91020"><a href="https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19535" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">affca770f3bfe2c5cec3652006c66583</guid>
				<title>dennis replied to the topic buddypress/v1/messages REST API in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19530</link>
				<pubDate>Thu, 09 Mar 2023 21:05:50 +0200</pubDate>

									<content:encoded><![CDATA[<p>6.to create new threads and post messages [POST] <a href="https://&lt;yoursite&gt;/?rest_route=/better-messages/v1/createnewthread&#038;JWT=JWT" rel="nofollow ugc">https://&lt;yoursite&gt;/?rest_route=/better-messages/v1/createnewthread&#038;JWT=JWT</a><br />
// register create thread endpoint<br />
add_action(&#8216;rest_api_init&#8217;, function () {<br />
            register_rest_route( &#8216;better-messages/v1&#8217;, &#8216;/createnewthread&#8217;,array(<br />
                &#8216;methods&#8217;  =&gt; &#8216;POST&#8217;,<br />
                &#8216;callback&#8217; =&gt;&hellip;<span class="activity-read-more" id="activity-read-more-91019"><a href="https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19530" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4e2b739d12ee5f0820e0e0f2d6f52103</guid>
				<title>dennis replied to the topic buddypress/v1/messages REST API in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19529</link>
				<pubDate>Thu, 09 Mar 2023 21:05:32 +0200</pubDate>

									<content:encoded><![CDATA[<p>ok, hacked-up some wordpress rest endpoints (my first php yeah!)</p>
<p>1. you need simpleJWT plugin to take care of auth.<br />
2. make sure you enable jwt on all endpoints and pass &amp;jwt=&lt;token&gt;<br />
3. this is not production software! as said i am not a PHP engie (assembler, c, c++, c#, pascal but not php 🙂<br />
4. drop the code in functions.php in your themes&hellip;<span class="activity-read-more" id="activity-read-more-91018"><a href="https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19529" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">560d7524ad1998913632e30d7e14b39a</guid>
				<title>dennis replied to the topic buddypress/v1/messages REST API in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19525</link>
				<pubDate>Thu, 09 Mar 2023 18:35:48 +0200</pubDate>

									<content:encoded><![CDATA[<p>PS: like you lost buddypress, we dont need, was just there for better messages. I am c# engineer, not php, will try to hack a simple wordpress endpoint</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e6293406b18ee10543b5b87c23f5cd7f</guid>
				<title>dennis replied to the topic buddypress/v1/messages REST API in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/#post-19524</link>
				<pubDate>Thu, 09 Mar 2023 18:19:00 +0200</pubDate>

									<content:encoded><![CDATA[<p>thanks for pointing it out, missed that disconnect from buddypress, like. However my bot is external and not within wordpress itself. Is there another an endpoint? url I can abuse?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d1107c6a1256c9e157bbb40c84277d77</guid>
				<title>dennis started the topic buddypress/v1/messages REST API in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/</link>
				<pubDate>Wed, 08 Mar 2023 20:00:41 +0200</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there somebody that uses the buddypress messages API in combination with SimpleJWT plugin? I am having serious doubts that this API can be used in combination with Better Messages. Although it sometimes works (miracle?) it most of the times reports &#8220;There was an error trying to create the message.&#8221;. I am a 100% sure I am authenticated and&hellip;<span class="activity-read-more" id="activity-read-more-91014"><a href="https://www.wordplus.org/forums/topic/buddypress-v1-messages-rest-api/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">23a9b0fe71a8babc862339566f421e7b</guid>
				<title>dennis replied to the topic API insert message in chat in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/api-insert-message-in-chat/#post-12879</link>
				<pubDate>Sun, 17 Jul 2022 10:57:12 +0200</pubDate>

									<content:encoded><![CDATA[<p>ok, short update, due to other priorities put this on hold for a while. Via the endpoints from buddypress managed to add ads to the group chats every so many seconds. works great. its still pretty unclear to me what the user_id, thread_id, etc actually mean for better messages, can&#8217;t seem to confirm it has something to do with which chatroom, just&hellip;<span class="activity-read-more" id="activity-read-more-90683"><a href="https://www.wordplus.org/forums/topic/api-insert-message-in-chat/#post-12879" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f85c19d1553a96b005d7f22057844f70</guid>
				<title>dennis replied to the topic API insert message in chat in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/api-insert-message-in-chat/#post-11845</link>
				<pubDate>Sun, 24 Oct 2021 17:58:26 +0200</pubDate>

									<content:encoded><![CDATA[<p>Hi,<br />
Again stunned by your support however how to put this message in a specific chat window? should i use thread id for that or something?</p>
<p>Regards,<br />
Dennis</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">490dcef81afadc1872fa003e9793831f</guid>
				<title>dennis started the topic API insert message in chat in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/api-insert-message-in-chat/</link>
				<pubDate>Sun, 24 Oct 2021 17:42:40 +0200</pubDate>

									<content:encoded><![CDATA[<p>Hi,<br />
 Was wondering if somebody has example of posting message in a specific chat? I like to insert ads now and than to get funding for the websocket license.<br />
Understand that it should support the buddypress messaging api, anyone got example? preferably in C# but any language will do. Highly&hellip;<span class="activity-read-more" id="activity-read-more-90295"><a href="https://www.wordplus.org/forums/topic/api-insert-message-in-chat/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">346190bf4b36aaa4008b883855471363</guid>
				<title>dennis started the topic lightbox / attachment / images in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/lightbox-attachment-images/</link>
				<pubDate>Thu, 07 Oct 2021 21:50:48 +0200</pubDate>

									<content:encoded><![CDATA[<p>is there a way to disable the bp better messages lightbox? I am using another lightbox and its shows after i close the bp better messages one..</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e4bec253b88c5a40f61c97d1b553ca61</guid>
				<title>dennis replied to the topic Build in username popup in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/build-in-username-popup/#post-11670</link>
				<pubDate>Thu, 07 Oct 2021 21:03:05 +0200</pubDate>

									<content:encoded><![CDATA[<p>ok, awesome support! thanks for the quick message. please consider it for the future.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f00cee4f7f7ff052b64714b242816ad</guid>
				<title>dennis started the topic Build in username popup in the forum BP Better Messages</title>
				<link>https://www.wordplus.org/forums/topic/build-in-username-popup/</link>
				<pubDate>Thu, 07 Oct 2021 20:24:58 +0200</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Just wondering, want to provide a chat on my site but for non registrated / non logged in visitors. Is there a way to do this via shortcodes? which name they get is not relevant but right now they cant seem to enter the chat (it says they are joined but cant type).</p>
<p>Regards,<br />
Dennis </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca2327fe9f30e504059a276cd9b47f67</guid>
				<title>dennis became a registered member</title>
				<link>https://www.wordplus.org/activity/p/90262/</link>
				<pubDate>Thu, 07 Oct 2021 20:21:58 +0200</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>