<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									bbPress – Automatisch aanvinken van topic reply notificatie - Web Development				            </title>
            <link>https://www.tweaking4all.nl/forum/web-development/bbpress-automatisch-aanvinken-van-topic-reply-notificatie/</link>
            <description>Tweaking4All.nl Discussie Forum</description>
            <language>nl-NL</language>
            <lastBuildDate>Mon, 10 Aug 2026 10:30:59 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>bbPress – Automatisch aanvinken van topic reply notificatie</title>
                        <link>https://www.tweaking4all.nl/forum/web-development/bbpress-automatisch-aanvinken-van-topic-reply-notificatie/#post-44</link>
                        <pubDate>Sun, 01 Sep 2013 05:40:54 +0000</pubDate>
                        <description><![CDATA[Standaard heeft bbPress (WordPress forum) de notificatie melding NIET aangevinkt staan. Je kunt dit standaard aangevinkt zetten als volgt:
Als eerste maak je een folder &quot;bbpress&quot; in jouw the...]]></description>
                        <content:encoded><![CDATA[Standaard heeft bbPress (WordPress forum) de notificatie melding NIET aangevinkt staan. <br>Je kunt dit standaard aangevinkt zetten als volgt:
Als eerste maak je een folder "bbpress" in jouw theme folder.<br><br>Kopieer uit de bbpress plugin folder<br><br><pre>/wp-content/plugins/bbpress/templates/default/bbpress</pre>de volgende bestanden naar de nieuwe "bbpress" folder in jouw theme folder:<br><br><pre>form-reply.php<br>form-topic.php</pre>Zoek in beide bestande de volgende regels op:<br><pre>&lt;input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox" value="bbp_subscribe"&lt;?php bbp_form_topic_subscribed(); ?&gt; tabindex="&lt;?php bbp_tab_index(); ?&gt;" /&gt;</pre>en verander ze naar:<br><pre>&lt;input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox" value="bbp_subscribe" checked tabindex="&lt;?php bbp_tab_index(); ?&gt;" /&gt;</pre>Merk op dat "checked" is toegevoegd en dat het PHP deel met bbp_form_topic_subscribed() is verwijderd.<br><br>Sla beide bestanden op en bbPress heeft nu standaard notificatie aangevinkt staan.<br>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/web-development/">Web Development</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/web-development/bbpress-automatisch-aanvinken-van-topic-reply-notificatie/#post-44</guid>
                    </item>
							        </channel>
        </rss>
		