Forum Replies Created
-
In reply to: Add a subscribe to all forum topics button
Hey,
Where would i find the necessary code in your plugin?Just to let you know, I pasted the shortcode for Prisna in the BBPress file ‘content-archive-forum.php’ in order to display the language options on the main forum page http://www.apis.de/forum
In reply to: apply bbpress login code only to forumHi,
Sorry to keep on this topic. But i have now changed the login link so that it redirects to the main login page: http://www.apis.de/forum where users can login normally.
Can you help with one last thing 🙂 :
I only want the “login/logout links to appear in all sub areas of http://www.apis.de/forum and not on http://www.apis.de/forum itself. Can you help?In reply to: apply bbpress login code only to forumHi,
If i login normally from the forum page, i am redirected to the forum page (www.apis.de/forum) after entering my login details. When i use this method, i am redirected to the main website page (www.apis.de). Can you help here?
Also, do you know why sometimes after loggin in this way, it says i still need to login? I know i can fix this by pressing ctrl + F5, but i don’t know how to fix it. Any help appreciated.Just to let you know that this issue was fixed by uninstalling the plugin “bbPress Login Register Links On Forum Topic Pages” and instead adding a login/logout link using the code provided here:
and then adding code provided to make sure the links only appear in the forum and not the whole site:
change line 3 to
if ( is_user_logged_in() && is_bbpress() ) {and line 6 to
elseif ( !is_user_logged_in() && is_bbpress() ) {
In reply to: apply bbpress login code only to forumAwesome. That did the trick. Thx.
In reply to: search functionHi,
does anyone have an opinion on this topic. It is not the most pressing issue, but i have been asked to fix it.
thxIs there any way to do that automatically? I have installed “Topic subscribe”, but i have just realised this only subscribes you to new posts. I also installed “AsynCRONous bbPress Subscriptions” as before no emails were being sent. This seems to have helped. but not with older posts.
In reply to: add login to every page inside forumHi,
i have found the plugin “bbpress-login-register-links-on-forum-topic-pages”, which has mostly solved my problem.
The only thing it doesn’t do i redirect back to the forum page after loggin in.
Even better would be to go back to the forum post i was on before clicking “login”.
Any help would be appreciated.
Thx