-
@mercime replied to the forum topic WordPress theme with buddypress in the group Installing BuddyPress 14 years ago
WP/BP versions? Did you install WordPress manually or via webhost script like fantastico or simplescripts etc? Have you tried re-uploading BuddyPress again manually via FTP to plugins folder. Basic troubleshooting […]
-
@mercime replied to the forum topic Moving default sidebar widget in the group How-To and Troubleshooting 14 years ago
So what you want to add another widget area after the login form in your sidebar. You would have to register a new widget area in your child theme’s new functions.php file, then add a new get_sidebar call under […]
-
@mercime replied to the forum topic WordPress theme with buddypress in the group Installing BuddyPress 14 years ago
1) BuddyPress requires “pretty permalinks” so go to Settings Permalinks and set to something other than default and Save.
2) If you do not see any “Repair” link after that announcement, go to BuddyPress […]
-
@mercime replied to the forum topic Restricting Users to One Group in the group How-To and Troubleshooting 14 years ago
Check out http://buddydev.com/buddypress/limit-groups-per-user-plugin-for-buddypress/
I think @sbrajesh also made another similar plugin but with different parameters which you’ll find in that site. -
@mercime replied to the forum topic Footer is in left column on BuddyPress pages – Atahualpa Theme in the group Installing BuddyPress 14 years ago
– Install BuddyPress and test it in your server using the bp-default theme.
– If everything’s working well, change to the Atahualpa theme or another WP theme,
– Install and activate the BP Template Pack […] -
@mercime replied to the forum topic How to make a link show on your profile alone but not while viewing friends profile in the group How-To and Troubleshooting 14 years ago
You’re welcome. Thumbs up to you too for your persistence 🙂
-
@mercime replied to the forum topic How to make a link show on your profile alone but not while viewing friends profile in the group How-To and Troubleshooting 14 years ago
@naijaping Here’s how/where I posted the code
<a href=""><span class="user-nicename">@</span>
<span class="activity"></span>
<a class="edit-my" href="profile/edit/" >Edit Profile
-
@mercime replied to the forum topic Edits to /activity/index.php not showing in the group How-To and Troubleshooting 14 years ago
It should. Are you sure you uploaded the revised index.php file into same directory structure as in themes/yourWPBPtheme/activity/index.php in your server? Cleared cache? What changes did you make?
-
@mercime replied to the forum topic Create new user link is gone… in the group How-To and Troubleshooting 14 years ago
== my ‘Create new user link is gone’. ==
You mean the one in dashboard menu Users > Add New or via plugin?
-
@mercime replied to the forum topic Default Theme: Change Right Column Width? in the group How-To and Troubleshooting 14 years ago
There’s a very simple formula. For example you want to increase sidebar to 300px, you add this to your stylesheet. See the pattern? Adjust to taste.
`div#sidebar {
margin-left: -302px;
width: […] -
@mercime replied to the topic Default Theme: Change Right Column Width? in the forum How-to & Troubleshooting 14 years ago
There’s a very simple formula. For example you want to increase sidebar to 300px, you add this to your stylesheet. See the pattern? Adjust to taste.
div#sidebar {
margin-left: -302px;
width: 300px;
}div#content .padder {
margin-right: 301px;
} -
@mercime replied to the forum topic how move the sidebar to right in the group Creating & Extending 14 years ago
The sidebar is on the right in the bp-default theme.
-
@mercime replied to the forum topic How to make a link show on your profile alone but not while viewing friends profile in the group How-To and Troubleshooting 14 years ago
@naijaping as site admin, you will see the link. Clear cache and check it while using a regular member account.
-
@mercime replied to the forum topic interchanging group activity with personal activity in the group Creating & Extending 14 years ago
== i have interchanged group activity button with personal activity button ==
How did you change it? And where did you make the changes, in your child theme? -
@mercime replied to the forum topic "Best" Multimedia Plugin for WordPress/BuddyPress Subsites in the group How-To and Troubleshooting 14 years ago
Do post at https://buddypress.org/community/groups/bp-album/forum/ which is monitored by BP Media plugin devs
The alternative is a premium plugin, BP Gallery
-
@mercime replied to the forum topic Where are my blog posts?? in the group How-To and Troubleshooting 14 years ago
I see a /blog-2/ in the url of your Blog posts. Delete the blog page, then go to Pages Trash and delete permanently the blog pages you have in there. Create a new Page named Blog and go to Settings Reading, […]
-
@mercime replied to the forum topic Footer is in left column on BuddyPress pages – Atahualpa Theme in the group Installing BuddyPress 14 years ago
== I get a 500 Internal Server Error or 404 Not Found when trying to get Buddy Press pages. ==
When did this happen? After you uploaded header-buddypress.php and sidebar-buddypress.php ? Or after activating a […]
-
@mercime replied to the forum topic How to add a background image icon to a button in the group How-To and Troubleshooting 14 years ago
== it looks so rubbish in IE. ==
Yup, IE 9 is bane of designer/developer 🙂 There are still at least 2 solutions as I pointed to above if you want to pursue the buttons later.== But please is there a way to […]
-
@mercime replied to the forum topic How to make a link show on your profile alone but not while viewing friends profile in the group How-To and Troubleshooting 14 years ago
@naijaping you almost got it. Delete extra
<aand add;after the()'s
<a class="edit-my" href="profile/edit/" >Edit Profile -
@mercime replied to the forum topic Assigning blog posts to a Group in the group How-To and Troubleshooting 14 years ago
@wwwobbly Congratulations and Happy Easter indeed.
- Load More
@mercime
Active 5 years, 7 months ago