-
Virtuali posted on the forum topic Buddypress pages not working in the group How-To and Troubleshooting: 13 years, 8 months ago
Did you read in the codex page given to you?
To fix this problem, enter the WordPress admin panel > Settings > Pemalinks – set to any configuration other than the default configuration. The mod_rewrite must be enabled on your server for pretty permalinks to work.
-
Virtuali posted on the forum topic Background and Sidebar Issues in the group How-To and Troubleshooting: 13 years, 8 months ago
So, go into your theme’s Style.css and add:
background-color: #85C8F2;
under the #content { -
Virtuali posted on the forum topic Background and Sidebar Issues in the group How-To and Troubleshooting: 13 years, 8 months ago
Well right now, it looks like your homepage background color is a light blue, it’s just a color code am i right?
So you will need to apply that color to your wrapper css:
{ background color: #ffff; }
(replace #fff to your appropriate color) -
Virtuali posted on the forum topic Background and Sidebar Issues in the group How-To and Troubleshooting: 13 years, 8 months ago
I’m sorry that your stack :). So I tried to comprehend as much as I possibly could from what you are writing. Are you trying to style the background of some of the components of buddypress? Like profiles and groups to match your background image? It’s hard to get a picture also, because your site […]
-
Virtuali posted on the forum topic i need immediate helpe in the group Miscellaneous: 13 years, 8 months ago
Looks like you got it sorted out, the registration seems to be working.
-
Virtuali posted on the forum topic How do I add a menu item on the profile page? in the group How-To and Troubleshooting: 13 years, 8 months ago
Wait… do you mean a subnav? Like for instance, under profile, the subtabs are “Edit Profile, and Change Cignature?” Could be done, wrap the bp_core_new_subnav_item call in a function which is hooked on xprofile_setup_nav action; `/* Add the subnav items */ bp_core_new_subnav_item( array( ‘name’ => __( ‘My Friends’, ‘buddypress’ ), ‘slug’ =>…[Read more]
-
Virtuali posted on the forum topic How do I add a menu item on the profile page? in the group How-To and Troubleshooting: 13 years, 8 months ago
Of coarse, simple. I’m understanding you now, just add another tab right? Adding the screen function will add the tab next to your profile markup tab: Add to bp-custom.php. You were almost correct on your first approach. 🙂 `function my_test_setup_nav() { global $bp; bp_core_new_nav_item( array( ‘name’ => __( ‘test’ ), ‘slug’ => ‘test’,…[Read more]
-
Virtuali posted on the forum topic Problem After Installing Buddypress in the group How-To and Troubleshooting: 13 years, 8 months ago
Sometimes on most regular hosted servers, the emails can take up to an hour, yes, and hour to receive. Especially if there is alot of activity going on on your site. The more activity, the longer it takes.
I could probably tell you for a fact, they are getting send, just taking extremely slow.
-
Virtuali posted on the forum topic Buddypress pages not working in the group How-To and Troubleshooting: 13 years, 8 months ago
All of them, or just some? Read this: https://codex.buddypress.org/troubleshooting/navigation-links-return-404-errors/
-
Virtuali posted on the forum topic ERROR: There was an error when creating the topic in the group How-To and Troubleshooting: 13 years, 8 months ago
Go to a group that you have created, your the admin of the group. Go to the Group’s Admin –> Group Settings.
Now see where it says “Enable discussion forum” box? uncheck- recheck about 4 times, then click save at the bottom and try to create another topic
-
Virtuali posted on the forum topic Checking if activity entry is a forum topic or not in the group How-To and Troubleshooting: 13 years, 8 months ago
Please don’t replicate topics. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-activity-by-keyword/
You need to be more specific on what you are trying to do, I can’t understand what you are saying.
-
Virtuali posted on the forum topic How do I add a menu item on the profile page? in the group How-To and Troubleshooting: 13 years, 8 months ago
Just creating new profile page category from my understanding??? Just to go your buddypress admin page under profile setup and create new fields there, no need to hook anything. P.S, why on your activity page is the header content below the avatar? Go into your theme’s CSS file and remove
div#item-header div#item-header-content { float:left; }
[…] -
Virtuali posted a new activity comment 13 years, 8 months ago
Please create a support topic on this. You will have a much better chance of getting support there.
-
Virtuali posted on the forum topic Instead of "Change Avatar" can it be "Change Picture" ? in the group How-To and Troubleshooting: 13 years, 8 months ago
What do you want to change to “Change Picture”, the title of the page, or URL, or what?
if you want to change the title label, go into /members/single/profile/change-avatar.php and change the
to whatever
if you have template pack installed, or have a child theme, it won’t change on bp updates.
-
Virtuali posted on the forum topic How Can I put a 'NEXT' Button in the 'Edit Profile' Section? in the group Miscellaneous: 13 years, 8 months ago
Oh, don’t put the code in bp-core.php If you have template pack installed, go into your theme, and go to members/single/profile/edit.php and put it next to the
<input type="submit" name="profile-group-edit-submit" id="profile-group-edit-submit" value=" " />
Your code should be something like<a class="button"…
[Read more] -
Virtuali posted a new activity comment 13 years, 8 months ago
please create a support topic on this issue, as you will have much better luck on getting support there.
-
Virtuali posted on the forum topic Avatar Crop Page Header and Background Image don't load in the group How-To and Troubleshooting: 13 years, 8 months ago
Theme author (TY) couldn’t see the issue, but did say it could have something to do with file size, and it not being able to handle the request. This didn’t make much sense, because most of everybody is having this issue that is using arras. He said it also could be a jquery conflict. Anybody […]
-
Virtuali posted on the forum topic Trouble with oembed beta by Ray in the group BuddyPress Rate Forum Posts: 13 years, 8 months ago
@r-a-y, I did the same thing in Rich’s Signature plugin for forums, deleted the filter from 5, and it fixed it also.
is leaving it blank mean it’s at default?
-
Virtuali posted on the forum topic Seems Too Simple, but The Time Stamp on all BP Activity is 5 hours off in the group How-To and Troubleshooting: 13 years, 8 months ago
I don’t think we ever had a version !.2.6 🙂
-
Virtuali posted on the forum topic How to make group tab the homepage? in the group How-To and Troubleshooting: 13 years, 8 months ago
Go into Header.php and change:
<a href="//"
to
</a><a href="<="//"
- Load More
@gunju2221
Not recently active
thank you