Then, in each of 16 files, you’d like to make sure that the BP Templates’ page title’s header which have`
.// title
` are changed to `
// Titles Of Respective BP Page Templates //
` and move to just above `
Save files.
Anyone?
http://pastebin.com/nCDC3fxc is full page.
Any idea about the style?
Post the full-width template code in pastebin.com so I can double-check code
Sorry, if you look again it’s now in there and still not working.
As you can see, the style is wrong. When you enter your details upon registration you can’t see all of your writing. Also, it won’t go full width it has just removed the sidebar.
I don’t see the style mods from Twenty Ten in your stylesheet http://lad-mag.com/wp-content/themes/sportsmag-single-pro/style.css
Also, do change code in Members directory to that with sidebar so I can correct code for full-width as needed.
Sorry, I didn’t realize. Apologies.
Oh, I figured this out. Oddly, if you deactivate “Private Messaging” in BuddyPress it seems (at least for me) that the notifications information and content up until “Send a notification by email when:” stays. I was able to just comment out the Settings tab using CSS and move the update Password & Email fields to my Edit Profile section.
Thanks!
Warning: NSFW
http://www.lad-mag.com
Edit – you have to add NotSafeForWork warning for your site or else people can get into trouble at work!
Mercime
It works for all we’ve helped out with template pack, some with minor tweaks. Need to see. Site URL? Or just need to clear cache.
I can’t work out what to do with the stylesheet. I’ve added the extra bits to style.css in sports mag theme and twenty ten theme and its still the same and messy…
Try re-uploading the BuddyPress folder, this time manually via FTP/cpanel/etc
WP adminbar missing from front end or wp-admin?
== Am I missing something with Buddypress on Multisite install? ==
Is BP set up for main site or subsite? If subsite, did you define in which blog_id BP will run in?
( ‘BP_ENABLE_MULTIBLOG’, true ); is used only if you want to access the BP components from the other subsites. Also enable_multiblog requires that you activate BP-compatible themes in subsite/s you want it to work.
@wizza to make it full width, you just have to change the lower bottom of the files to
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
for the registration page and remove the ` … ` for all other templates.
If that doesn’t work, add another `` just before “
It has worked.. wish it could be full width but it’ll do.
Thank you
I have this same problem.
I am trying to run buddypress on a site within Multisite. I have define ( ‘BP_ENABLE_MULTIBLOG’, true ); in my bp-custom file and was able to start the Installation setup but, I get to the theme chooser section and the site hangs.
The page seems to not finish loading. The wp bar is also missing (which is loaded in the footer of the admin pages) which makes me think the page is not loaded completely.
Is there a way around this? Am I missing something with Buddypress on Multisite install?
Thanks @mercime, but unfortunately I’ve tried all of those things and have googled it numerous times. I’ve been at this for a couple days…ha. I have everything synching to WP in DAP, but one small thing is going wrong…I just can’t figure it out. Anyway, I appreciate your help. If anyone has any knowledge about this specific problem please let me know. Thanks for all of the replies!
@trailmix5 per online search, digitalaccesspass with BuddyPress https://www.google.com/search?q=digitalaccesspass+buddypress
B. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
`
with the following for registration/register.php:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
Save files.
C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/sportsmag/
D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.
@wizza Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your sportsmag theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
`
with
`
Then, in each of 16 files, you’d like to make sure that the BP Templates’ page title’s header which have`
` are changed to `
` and move to just above `
Save files.
Thanks for the reply. Yes, I went through the process and all 6 folders were transferred to my theme’s folder. And oddly enough, all links work when I’m using my admin account. I’m able to edit my profile, change the avatar, etc. I can even see all the members in the activity panel, but when I click on their profile’s, the page is not found. Basically, members seem to be added to BP because they are allowed to post in the groups and forums and everyone is visible by username. The problem is that no profile page (except for admin) works…totally strange.
I’m testing BP on an active site (I know that this is not recommended), but I’m using digitalaccesspass and an integrated theme so it’s easier for me to troubleshoot with my plugs. So, there are no BP links setup in my menu at the time because I’m beta testing it out. If you go to http://www.mymusicmasterclass.com/members, http://www.mymusicmasterclass.com/groups, http://www.mymusicmasterclass.com/forums, etc. you’ll see what I’m talking about.
To make it more confusing, if I register a user with WP (bypassing DAP) it works even as a subscriber. So, there must be something going on when DAP syncs to WP. The thing is that it looks fine either way, so I’m not sure what I’m missing. When a user registers thorough DAP they’re automatically added to WP too and I can’t find a difference when comparing the 2. In both instances, the info looks identical. Am I missing something obvious here?
Thanks…
@illutic haven’t encountered the permissions issue in WP 3.4.2 multisite with BP 1.6.1 installs – with BP installed in main site or where BP is installed in subsite (and defined in wp-config.php). What do you mean by “Oh and it’s a subsite of a second network in that installation and I did add the multisite define to wp-config.php.” Did you install the WP MultiNetwork plugin on top of the Multisite installation and added BP MultiNetwork plugin?
Re Forums: to clarify between group and sitewide forums as well as activation steps https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
Thanks @r-a-y
https://buddypress.trac.wordpress.org/ticket/4573
Let me know if I need to clear anything up.
Thank you for your reply but a larger image doesn’t solve the problem. The final image has a worse quality than the preview image. I reported this on trac.buddypress.org.
Example: http://i47.tinypic.com/mavym8.jpg
(The original image size is 1680×1050)
Rgds
You can download BP Activity Plus plugin here:
https://wordpress.org/extend/plugins/buddypress-activity-plus/
It allows easy sharing of photos, youtube videos, and links!
Oh and if this has been covered in the forums multiple times: search isn’t working for me (I get redirected to the homepage with just ?s added to the URL, adding it manually to the URL results in a search results page with titles only and a search form as the content of every result).