-
Faramarz replied to the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
@hnla I think you are right, when I check my error log I get this error:
[28-Jul-2013 22:51:11] PHP Fatal error: Using $this when not in object context in /public_html/wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 461
How to submit a ticket to BP and report this bug for tracking?
-
Faramarz replied to the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
@mercime sorry for keep bugging you, but is this solution something you recommend?
-
Faramarz replied to the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
Hi, Thanks again @mercime, you are a life saver.. Looking at the thread, looks like this is a Buddypress issue and not bbpress. I see a lot of people are fixing the issue by replacing the ‘groups’ folder with the one in version 1.7.3. Is that something that you or Buddypress peeps recommend? Is that going to cause other problems down the road?…[Read more]
-
Faramarz replied to the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
@mercime.. I am still getting the same error even after changing my URL and my subdomain. When I check my error_log file, I get this error:
[28-Jul-2013 22:51:11] PHP Fatal error: Using $this when not in object context in /public_html/wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 461
I’ll post this question in BBpress…[Read more]
-
Faramarz replied to the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
Update: I figured out what the problem was. When I created a Wildcard, my hosting cPanel adds the word ‘Wildcard’ to the end of my document root, so my document root was /public_html/Wildcard. I changed it to /public_html and that fixed the subdomain issue. Now http://community.example.com/ is accessible via admin and browser :). I guess I…[Read more]
-
Faramarz replied to the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
The more I read, the more I understand how much I do not know about Multisites. I read something about WordPress MU Domain Mapping plugin. Is that something that I need to install to enable my sub-domain website? So far, I have only created a Wildcard in my host.
Please note: I do not want my users to create their own websites (and…[Read more]
-
Faramarz replied to the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
@mercime first I want to thank you for your help and support.
I started over fresh, restored my database, disabled WordPress Multisite, changed my website URL structure in my single site to http://example.com (no more wwww).. then I reactivated Multisite and recreated my community site and this time WordPress allowed my to create it as a…[Read more]
-
Faramarz replied to the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
@mercime.. will do. Question, do I have to configure a wildcard for my websites? Here is my scenario: I have one main site WITHOUT buddypress installed and a sub-site WITH buddypress and I only want to have these features on my sub-site: Forums, Groups, Extended user profiles, Private messaging and Friends connection.
Also, I want my sites…[Read more]
-
Faramarz replied to the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
@mercime thanks for looking into this. I am using WP 3.5.2 and BP 1.8 I upgraded from the previous version and I am hosted on Bluehost.
Something really strange is going on, I tried to login today and my http://domain.com/wp-admin/ was redirecting me back to http://www.domain.com. I looked at my database and I saw my Siteurl and home tables were…[Read more]
-
Faramarz replied to the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
@mercime, nobody replied to this thread. I was wondering if you could shed a light on this or show me some direction. I would appreciate it.
-
Faramarz started the topic BP Groups and Forums in the forum How-to & Troubleshooting 11 years, 3 months ago
Hi,
I am having a problem with BP groups and forums. When I am creating a group, in step 3, I should be able to select a checkbox (Yes, I want this group to have a forum.) to enable forum feature for my group, but for some reason the checkbox is not showing up and I cannot proceed by clicking “Next Step” button. I am using the latest version of…[Read more]
-
Faramarz started the topic Reporting an issue on buddypress.org in the forum Requests & Feedback 11 years, 3 months ago
When I log in and hover over my name > Forums > Topics Started, I get redirected back to home page of buddypress.org instead of the topics I started. Basically, any link from that drop-down redirects to home page. Please fix.
Thanks
-
Faramarz replied to the topic [Resolved] Groups, Member, Forum links redirect to homepage – using Child theme in the forum Creating & Extending 11 years, 4 months ago
@mercime .. I found the problem. It was my CSS file. I added something in my style.css to remove the site name and use an image logo instead, so I used this for my logo link:
h1#logo a {
display: block;
width: inherit;
height: inherit;
padding-top: 9999px;
overflow: hidden;
}the padding-top was hovering over all Groups, Members and…[Read more]
-
Faramarz replied to the topic [Resolved] Groups, Member, Forum links redirect to homepage – using Child theme in the forum Creating & Extending 11 years, 4 months ago
okay, I just removed the line I added to my header.php in my child theme, now the CSS of the website is broken BUT the redirection is not happening and the links are working. This is strange.
-
Faramarz replied to the topic [Resolved] Groups, Member, Forum links redirect to homepage – using Child theme in the forum Creating & Extending 11 years, 4 months ago
@mercime the only plugin I am using is bbPress and the only modification I made to header.php is adding this:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
and my functions.php only has this code:
<?php
[Read more]
if ( !function_exists( 'bp_dtheme_enqueue_styles' ) ) :
function… -
Faramarz started the topic [Resolved] Groups, Member, Forum links redirect to homepage – using Child theme in the forum Creating & Extending 11 years, 4 months ago
This is strange and I don’t think it’s the same old redirect to home page issue. For my case it only happens when I activate my child theme. Everything works fine with “Twenty Twelve” theme, but when I activate my child theme, all links redirect to home page.
My child theme is based on bp-default theme and it’s located in my root…[Read more]
-
Faramarz started the topic Child Theme – How to partially inherit the default theme’s CSS in the forum How-to & Troubleshooting 11 years, 4 months ago
I created/activated a child-theme for my bp-default theme. This article helped me but somehow I can’t figure out how to inherit the parent’s CSS and also modify some of the existing CSS with my style.css in my child theme folder when needed. I don’t want to make any changes to my parent bp-default theme and that’s the whole idea for creating a…[Read more]
-
faramarz updated the Installing on a Secondary Blog page, on the BuddyPress Codex 11 years, 4 months ago
***The following pertains to administrators using WordPress 3.0 in network mode)***
This option might appeal to you if you want to style and theme BuddyPress differently than your root blog.
For example, say […]
-
Faramarz replied to the topic How to remove auto generated links in user profile? in the forum Installing BuddyPress 11 years, 9 months ago
@shanebp thanks man.
This is the right code for BP 1.5+
`function remove_xprofile_links() {
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 […] -
Faramarz replied to the topic How to remove auto generated links in user profile? in the forum Installing BuddyPress 11 years, 9 months ago
looks like this plugin “BP Extended Settings” can do the job, but I can’t seem to find it.
http://wpmu.org/daily-tip-tweak-buddypress-with-the-new-extended-settings-plugin/Any thoughts?
- Load More
@faramarz
Active 9 years, 9 months ago