-
Savannah Video Central.com posted on the forum topic Changes on BP Template Pack CSS only shows for certain sections/pages? in the group How-To and Troubleshooting: 14 years ago
You can get all the styling for you custom theme in /plugins/buddypress/bp-themes/bp-default/inc/css/default.css
In order for it to take affect in your theme you need to add “/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );” into your custom css page. -
Savannah Video Central.com posted on the forum topic Show avatars in notification menu in the group How-To and Troubleshooting: 14 years ago
@matiaspunx, Usually it will list the username, unless it is a private message. It would surely be possible if you took the code of the (function ‘show user avatar’) ‘buddypress’)), and placed it in the adminpar php file, it would show up. I would highly recommended seeking a professional web builder, because it requires going to to […]
-
Savannah Video Central.com posted on the forum topic How to display replies in Notifications menu in the group How-To and Troubleshooting: 14 years ago
@liesl1698 Are you talking about a Facebook Notification Functionality?
If yes, sorry, unless you are an expert at html code functions, that is not an option at the moment. The Notifications feature is for private messaging, and community functions. There may be a plugin in the near future.
-
Savannah Video Central posted on the forum topic how receive a notification in the group How-To and Troubleshooting: 14 years ago
@superfifi, are you talking about an activity comment in buddypress, or a blog post comment? Blog comments you should automatically get an email. For activity comments, If might be possible for that to be possible via plugin, but I do not know if it exists off the top of my head. You might want to go […]
-
Savannah Video Central posted on the forum topic Group settings create in the group How-To and Troubleshooting: 14 years ago
To help solve your problem, you need to list some more information.
Are you using the Buddypress default theme, or a custom theme?
What version of Buddypress are you using?
Has this problem always been there, or just recently? -
Savannah Video Central posted on the forum topic Can not view or edit member profile. Redirected to the members page. in the group How-To and Troubleshooting: 14 years ago
@kkeller22,From viewing your site, it may look like you have not enabled some features in the WP-Admin. Is the “Extended Profiles” enabled in your “Component Setup” In Wp-Admin? Do you have Buddypress Template Pack Plugin Installed? (if not using default theme) If it is, always check for plugins that may be causing the problem. If that […]
-
Savannah Video Central posted an update in the group BuddyPress Announce Group: 14 years ago
Great Plugin! The feature is a great help to my groups.
Although, if I enable the feature, than Any user can go to Site-Wide Activity, And when posting a new update, can scroll down to “post in:” and select the group, and post a status update in the Announce group.
-
Savannah Video Central joined the group BuddyPress Announce Group 14 years ago
-
Savannah Video Central posted on the forum topic moved buddypress to new server and i get 404 errors on all pages. in the group How-To and Troubleshooting: 14 years ago
@michael,The 404 errors tell you that the buddypress contents have not been correctly transfered. Did you complete the Buddypress Template Pack Steps? (e.g templates)
If you have, try manually bringing the files over to your new server via FTP, or any other hosts you use.
-
Savannah Video Central joined the group RS Buddypress Activity Refresh 14 years ago
-
Savannah Video Central posted on the forum topic Groups Privacy behaviour in the group How-To and Troubleshooting: 14 years ago
@progressiveimpact,Try the plugin “Buddypress Announce Group” https://wordpress.org/extend/plugins/buddypress-announce-group/
It is a group where anybody can see, but only admins can post content.
-
Savannah Video Central posted on the forum topic Sub Blog's "Sign Up" Link = 403 Error in the group How-To and Troubleshooting: 14 years ago
Do you have any plugins that relate to it? Try Deactivating any plugins, so we can check that off the list.
-
Virtuali posted an update 14 years ago
Post something…
-
gunju2221 posted on the forum topic "There was An error when creating the Topic" Un-fixable Problem in the group How-To and Troubleshooting: 14 years ago
@inkblottest, I am not getting anywhere yet!!!!! 🙂
And I changed all of my info, WHEW!
-
gunju2221 posted on the forum topic "There was An error when creating the Topic" Un-fixable Problem in the group How-To and Troubleshooting: 14 years ago
@mercime, I get what you are saying now.
Here is the updated Version: http://buddypress.pastebin.com/2zXYR1qn 🙂
-
gunju2221 posted on the forum topic "There was An error when creating the Topic" Un-fixable Problem in the group How-To and Troubleshooting: 14 years ago
No, I deleted the entire thing.
But what do I do know for you to look at it?
-
gunju2221 posted on the forum topic "There was An error when creating the Topic" Un-fixable Problem in the group How-To and Troubleshooting: 14 years ago
I deleted, but I am not sure what you mean? :s
What do I do with the code?
-
gunju2221 posted on the forum topic "There was An error when creating the Topic" Un-fixable Problem in the group How-To and Troubleshooting: 14 years ago
@hnla @inkblottest, and @mercime, Mercime, is correct. The Bb-config file located in the buddypress folder is not the location I am looking for. As stated on the first page 2 times, it is in /var/chroot/home/content/47/6114047/html, which I have no blues clues where that is. Should I put the code of my BP-config file on here so someone […]
-
gunju2221 posted on the forum topic "There was An error when creating the Topic" Un-fixable Problem in the group How-To and Troubleshooting: 14 years ago
bump
-
gunju2221 posted on the forum topic "There was An error when creating the Topic" Un-fixable Problem in the group How-To and Troubleshooting: 14 years ago
I cannot find the Config File, As mentioned before, I use Godaddy Hosting.
I do not know where to go to find it! It would solve a ton of problems if I could.
- Load More
@gunju2221
Not recently active
You can do this:
replace this line in activity/post-form
<option value="”>
<option class="” value=””>
What we are doing here is assigning a class of announce to the option for groups that are announce groups. After doing so you can just add a value of display none to your css for the class announce like this:
.announce {
display:none
}
Add…[Read more]
Sorry the php code was stripped from my message.