Toengel
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress - Anonymous Subscriptions] Change content of emailHi,
good ??
I need only the Post-URL and everything for the unsubscribe link…
Thanks a lot,
Toengel@Alex
Forum: Plugins
In reply to: [bbPress Toolkit] Warning – Plugin breaks WordPress 6.7.1Hi,
this plugin is not official available anymore, due to a security issue (https://nvd.nist.gov/vuln/detail/CVE-2023-34032) – no one reacts here and it’s not compatible with PHP 8. An alternative is necessary (take a look at bbp-style-pack/)
Toengel@Alex
Hi,
it is working again. However, the titel of the forum topic is also changed to the new blog post titel, but I want to keep the original forum topic title…
Example:
Blogpost “Test 1” => Forum Topic title = “Test 1”
Blogpost “Test 2” is connected to forum topic_id of topic with title “Test 1” => Forum Topic Titel change to “Test 2”
Toengel@Alex
Forum: Plugins
In reply to: [bbPress - Anonymous Subscriptions] Change content of emailHi,
ok – I understand a lot of things from your code… However, the
return $message;
of my custom function should also contain the unsubscribe link, which does contain the email address. Is there some kind of placeholder? Cause your source loops through the emails and send the mails correspondingly. My custom function should only generate the message including the unsubscribe link.
But maybe I’m wrong in my understanding. Any hints?
Toengel@Alex
Thanks a lot!
Hi,
I just switched on my debug log and this message appears… I did nothing special…
Toengel@Alex
Hi,
just found the setting (again) in a different plugin:
Settings -> Discussions -> bbPress Topics for Posts Defaults -> A link to the topic
Toengel@Alex
Hi,
yes – it’s fixed for me. Just wondering – I deactivated the plugin and after enabeling again the setting was not enabled as before disabeling…
Toengel@Alex
Hi,
just found the setting (again):
Settings -> Discussions -> bbPress Topics for Posts Defaults -> A link to the topic
Toengel@Alex
Forum: Plugins
In reply to: [bbPress - Anonymous Subscriptions] Change content of emailHi,
add_filter( 'bbp_subscription_mail_message', 'custom_subscription_message', 10, 3 );
the $reply_id = 10, $topic_id =3 …
How can I get the corresponding values?
I mean, if I’m using this filter, I also need to generate the unsubscribe link again and also the link to the post…
Any help is appreciated!
Toengel@Alex
Forum: Plugins
In reply to: [bbPress - Anonymous Subscriptions] Change content of emailHi,
can you post an example, please?
Toengel@Alex
Forum: Plugins
In reply to: [IndexNow Plugin] Bing webmaster not recognising IndexNow integrationHi,
same here – I even created the txt file with the API KEY as stated on the indexnow page in BWT… the Insights dashbord loads for 1sec and afterwards the normal page with information regarding indexnow is shown.
Toengel@Alex
Hi,
I just activated the option to display the rating widget – but I implemented the widget via functions.php…
Anyway, it is now working again…
Thanks a lot!
Toengel@Alex
Hi,
I just updated the plugin – I did not change anything.
Where can I check that, what you mentioned?
Toengel@Alex
Forum: Plugins
In reply to: [WP Load Gallery] Server Folder with SubfolderHi,
exactly…
Toengel@Alex