-
fptcom replied to the topic [Resolved] Forum Issue in the forum Showcase 11 years, 4 months ago
@mattg123 – everything is the original settings. I haven’t changed any settings. Everything is setup the basic way, I haven’t created any pages or used any short codes. I did try searching for similar problems on bbpress.org, but there is nothing there. I even disabled bbpress, deleted, re-downloaded, and re-installed it, and I am having the same issue.
-
fptcom replied to the topic [Resolved] Forum Issue in the forum Showcase 11 years, 4 months ago
@mattg123 – was that clear for you?
-
Chase8705 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
That did it. I had S2Member plugin that was blocking it from allowing anyone to register. So I deactivated S2Member and WA LA! It now works. Thank you @mattg123 and to everybody who helped. I really do appreciate it.
-
Chase8705 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
Oh ok. well I did that. I will try to deactivate and reactivate the plugins and see if it helps. @mattg123
-
Chase8705 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
Got it! I just did that. How does it look now? @mattg123
-
Chase8705 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
@mattg123 I’m kind new at this. Are you able to help me understand how to do that? I’m not trying to be a burden. If you can’t that’s ok. I appreciate your time.
-
Chase8705 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
@mattg123 ok. I will give it a try. Is it bad to have a lot of plugins?
-
Chase8705 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
@mattg123 If I do that, will it mess up anything that I already have on my site?
-
meg@info replied to the topic disable auto embeds in activity stream in the forum How-to & Troubleshooting 11 years, 6 months ago
Hi @mattg123, try this code in your functions.php
define('BP_EMBED_DISABLE_ACTIVITY', true);
define('BP_EMBED_DISABLE_ACTIVITY_REPLIES', true);
if it’s not work try this code :
[Read more]
add_filter('bp_use_oembed_in_activity', 'never_use_oembed_in_activity');
add_filter('bp_use_embed_in_activity_replies', 'never_use_oembed_in_activity');
function…
@mattg123
Active 9 years, 2 months ago