-
valuser replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 1 year, 7 months ago
BP Xtra Signup is in the PASS list on http://codex.buddypress.org/releases/1-5-plugin-compatibility/.
Works perfectly in single site setup.
BUT
On a multisite set-up with buddypress root blog on a […]
-
valuser replied to the forum topic is the (install in secondary blog) feature still maintained? in the group How-To and Troubleshooting 1 year, 7 months ago
redid this now. and success. Convoluted explanation. Script not executed memory shortage !
Added define(‘WP_MEMORY_LIMIT’, ’64M’); to wp-config. No relief !
but am redirected to page not found but with a […] -
valuser replied to the forum topic is the (install in secondary blog) feature still maintained? in the group How-To and Troubleshooting 1 year, 7 months ago
reinstalled 1.2.10 on site A. all well.
-
valuser replied to the forum topic is the (install in secondary blog) feature still maintained? in the group How-To and Troubleshooting 1 year, 7 months ago
A note on this. may or may not be relevant.
Have two test multisite installations both with subdirectories and both with bp installed on a subdirectory via wp-config -define ( ‘BP_ROOT_BLOG’, 14 );
One […]
-
valuser replied to the forum topic 1.5 BP Default Themes styles leak into custom theme ? in the group How-To and Troubleshooting 1 year, 8 months ago
Just to note this is NOTin any way urgent for me.
and that inserting
body button,
body a.button {
color: #A4C2DD;
}body a.button:hover {
color: #397193;
}does the trick. Many thanks for the […]
-
valuser replied to the forum topic 1.5 BP Default Themes styles leak into custom theme ? in the group How-To and Troubleshooting 1 year, 8 months ago
put the test site online at http://ruby.de-nws.com/susanx/ get in with usr joly and pw joly
see http://ruby.de-nws.com/susanx/activity/ etc
have taken away the !important […]
-
valuser replied to the forum topic 1.5 BP Default Themes styles leak into custom theme ? in the group How-To and Troubleshooting 1 year, 8 months ago
third party theme techozoic-fluid
took out the !important s and empty cache reloaded pagethe button color is now gone back and appears to be taking the color from bp.css: 653 as per Web inspector
my […] -
valuser started the forum topic 1.5 BP Default Themes styles leak into custom theme ? in the group How-To and Troubleshooting 1 year, 8 months ago
Currently experimenting with 1.5 r trunk 5157 (WP 3.2.1) with a third party theme modified with the BP Template Pack from https://github.com/boonebgorges/bp-template-pack on a local install.
Have transferred a […]
-
valuser replied to the forum topic Add Profile link to WP Custom Nav Menu in the group How-To and Troubleshooting 1 year, 8 months ago
Worth trying this – may work
<a href="/edit">Edit Profile -
valuser replied to the forum topic Issue with navagation in the group How-To and Troubleshooting 1 year, 8 months ago
Copied from http://plugins.svn.wordpress.org/buddybar-widget/trunk/buddybar-widget.php
<a href="">Messages
or
<a href="">Inbox<a href="/sentbox">Sentand so on
-
valuser replied to the forum topic Issue with navagation in the group How-To and Troubleshooting 1 year, 8 months ago
try this just might work-please let me know
<a href="">My Mail -
valuser replied to the forum topic Issue with navagation in the group How-To and Troubleshooting 1 year, 8 months ago
I use
<a href="/members/display_name; echo $userName;?>/messages/inbox">My Mailand it appears to work.
but this could be refined by someone who knows how to do these things. I’m making it up as i go.
-
valuser replied to the forum topic How to generate BuddyBar/WP menu links, to place somewhere else in theme? in the group How-To and Troubleshooting 1 year, 8 months ago
for members, groups etc i have used
<a href="/members/"Membersand for specific members, groups etc i have used (say for a member’s profile)
`<a href="/members/?php $userObject = wp_get_current_user(); $userName = […]
-
valuser replied to the forum topic Ajax not working in BP 1.5 with custom theme in the group How-To and Troubleshooting 1 year, 8 months ago
I also successfully used the old method (13 or so files) with the new bp template pack. Couldn’t figure out whether or not I was using the new method correctly so can’t really comment on it. But the old method […]
-
valuser replied to the forum topic Ajax not working in BP 1.5 with custom theme in the group How-To and Troubleshooting 1 year, 8 months ago
or try the bp template pack download at https://github.com/boonebgorges/bp-template-pack
-
valuser commented on the post, BuddyPress 1.5 – Beta 3, on the site BuddyPress.org 1 year, 8 months ago
First Many Thanks for all this.
just to note 2 items.1.5 beta 3 – 5070—wp 3.2.1
1) In bp 1.2.9 default theme in Forums- clicking New Topic brought up the “Post a new topic” and form ON TOP of the Group […]
-
valuser started the forum topic BP 1.5 (5041) New Topic appears below Directory – Is this the intended behavior ? in the group How-To and Troubleshooting 1 year, 8 months ago
In bp 1.2.9 default theme in Forums- clicking New Topic brought up the “Post a new topic” and form ON TOP of the Group Forums Directory.
in bp 1.5 default theme in Forums – clicking New Topic brings up the “Create a new […]
-
valuser replied to the forum topic how to covert wordpress them to buddy press in the group How-To and Troubleshooting 1 year, 8 months ago
-
valuser replied to the forum topic remove admin-bar in the group How-To and Troubleshooting 1 year, 9 months ago
define(‘BP_DISABLE_ADMIN_BAR’, true); + Hide admin bar for logged out users NO works
-
valuser replied to the forum topic remove admin-bar in the group How-To and Troubleshooting 1 year, 9 months ago
define(‘BP_DISABLE_ADMIN_BAR’, true); worked up to 1.29
in bp 1.5 beta 2 on a multisite it works but whitespace takes it place - Load More
@valuser
active 1 week, 2 days ago
seem to have solved the styling of forums in p2 1.2.1 with buddy 1.2.7.
self inflicted – had my own class named ”forum” in the style sheet – how stupid can one man be.
2 glitches remain
1)Keyboard Shortcuts somehow has been disabled.
2)the ”Add Friend” styling in Members needs adjustment.
Any ideas wecome View