Search Results for 'buddypress'
-
AuthorSearch Results
-
June 8, 2011 at 12:43 pm #114128
In reply to: Progress bar plugin
Prince Abiola Ogundipe
Participant@nlvp ,Try this : https://wordpress.org/extend/plugins/buddypress-profile-progression/
May be you can modify it to what you want
June 8, 2011 at 10:17 am #114124In reply to: Admin gets automatically redirected to homepage…
Prince Abiola Ogundipe
Participanthi, have just solved this type of problem on my test site. go to Wp dashbord, click on users, at the list of users , change the Admin Email address from ———— @example.com to just normal email like yahoo. gmail. etc
Thats it enjoy
June 8, 2011 at 8:29 am #114122In reply to: Desperately need help creating full width pages!
Morticia Addams
Member@hnla Thank you! I’ll give that a read, if only there was a crash course to teach me everything I need to know in under five minutes! LOL
@mercime that’s sorted that page out – I can’t thank you enough for all your help. At the risk of pushing my luck, I also wanted to change these pages to a full width option but am not even sure what php files they use, let alone what to change..I was hoping they would have similar index files in so I could apply that same code you sorted for me, in fact the forums page is the main one I wanted to change! ergghh!
http://glitchaddict.com/groups/glitch-addicts/forum/
http://glitchaddict.com/groups/glitch-addicts/June 8, 2011 at 7:14 am #114118In reply to: Narrow height subnav in activity stream
@mercime
Participant@LPH2005 you have two #subnav in your page – the red one and the BP subnav which inherited width of 970px. Recommend changing div ID of the red navigation bar to get HTML markup validation.
On the BP subnav which is called in your stylesheet as div#subnav.item-list-tabs, you would need to change `minimum-height:35px` to `height: 25px` like the red navigation bar.
June 8, 2011 at 6:22 am #114116Paul Wong-Gibbs
KeymasterIf you don’t know where you php.ini is, ask your host. Setting allow_call_time_pass_reference will prevent the error being generated (you could apply patches to your version of BuddyPress to fix the errors, but that is more involved).
June 8, 2011 at 4:34 am #114115Marcos Nobre
Participant@DJPaul any idea of how to pass the user id too? I been trying but fail so far…
tried `&user_id=’ . bp_displayed_user_id()` `global $bp;` `bp_is_member()`….. nothing seems to work
June 8, 2011 at 2:21 am #114112In reply to: Desperately need help creating full width pages!
@mercime
ParticipantJune 8, 2011 at 1:09 am #114110In reply to: Can’t add friends
@mercime
ParticipantWP/BP versions? Have you tried deactivating plugins except BuddyPress and changing to bp-default theme?
June 7, 2011 at 9:22 pm #114103In reply to: BuddyPress Template Pack 1.1 upgrade
Boone Gorges
KeymasterGreat, thanks. I’ll release a new version with the bugfix.
June 7, 2011 at 8:29 pm #114100In reply to: BuddyPress Template Pack 1.1 upgrade
Steve D
ParticipantI had removed the tick marks the last time, but this time it wasn’t wrapped in tick marks. Anyway – The new update got me to step 3 in the process. Now all I have to do is learn the ins & outs of BuddyPress.
So far things look good! Thanks for your help and I’ll post here if I run into any other glitches!
June 7, 2011 at 7:51 pm #114098Paul Wong-Gibbs
KeymasterYes.
June 7, 2011 at 7:44 pm #114097In reply to: BuddyPress Template Pack 1.1 upgrade
Boone Gorges
KeymasterDid you remove the backticks? I had a typo that included an apostrophe where it shouldn’t have. Can you try again? (Sorry to make you do this, but I can’t recreate it on my machine)
June 7, 2011 at 7:06 pm #114095Hugo Ashmore
ParticipantSame question you asked here isn’t it Greg?
Wait a while then you can bump the original.
June 7, 2011 at 6:44 pm #114094In reply to: BuddyPress Template Pack 1.1 upgrade
Steve D
ParticipantChange to line #48, as prescribed, causes HTTP Error 500 (Internal Server Error), so I changed it back for now.
June 7, 2011 at 5:54 pm #114093In reply to: BuddyPress Template Pack 1.1 upgrade
Boone Gorges
KeymasterIf you have never activated Network Mode, then you don’t have it activated. Don’t worry about it.
Open up wp-content/plugins/bp-template-pack/bp-template.php. Around line 48 you’ll see a line that looks like this:
`add_theme_page( __( ‘BP Compatibility’, ‘bp-template-pack’ ), __( ‘BP Compatibility’, ‘bp-template-pack’ ), current_user_can(‘switch_themes’ ), ‘bp-tpack-options’, ‘bp_tpack_theme_menu’ );`
Replace it with
`add_theme_page( __( ‘BP Compatibility’, ‘bp-template-pack’ ), __( ‘BP Compatibility’, ‘bp-template-pack’ ), ‘switch_themes’, ‘bp-tpack-options’, ‘bp_tpack_theme_menu’ );`This is a bug that I’ll fix in the next version, but I’m not certain that it’s the cause of your error. Let me know.
June 7, 2011 at 5:47 pm #114092June 7, 2011 at 5:26 pm #114090Brajesh Singh
Participantopen bp-default/activity/post-form.php
look for these lines
`<option value="”>
`
It should be 43-45.
remove it from the post from and user can only post to his profile.Btw, if you have child theme, then copy this file in your child theme and modify there. Otherwise the changes will be lost in another upgrade of buddypress.
June 7, 2011 at 5:01 pm #114089In reply to: BuddyPress Template Pack 1.1 upgrade
Steve D
ParticipantWhere would I look for a “network mode” setting?
Attempting to access the BP Compatibility page from the dashboard, results in an error page with the message:
You do not have sufficient permissions to access this page.
All the associated files and folders on my server are to set to allow full capablities.
BTW, Thanks for your quick response!
Also, I didn’t notice the BP Compatibility prompt until I upgraded to WP 3.1.3. I noticed on the plugin page that the BP Template Pack had not been tested with “my version of WP”, so perhaps I am in uncharted waters. I’ll leave the plug-in activated since it doesn’t seem to be causing any problems as it sits. I never fully went through the buddypress set-up in the past and only have a very limited amount of the BP functionality, (i.e. menu bar, access to dashboard)
June 7, 2011 at 4:18 pm #114087In reply to: bbpress forums / sidebar. Need Help Please! :)
@mercime
ParticipantYes, I suggest that you check Platform Pro theme forums or documentation and see whether the theme lives up to the “buddypress” tag, which should include at the very least providing the markup necessary to use on BP template pack files – 2 col or 3 col per your choice.
I checked the free version in WP theme repo and content of index.php contains basically the same `setup_pagelines_template();` so you can’t tell till you look at page source code online and then eliminate the header and footer markups to find out which markup you need for the BP template files – which can be overwhelming for many.
June 7, 2011 at 4:13 pm #114086In reply to: BuddyPress Template Pack 1.1 upgrade
Boone Gorges
KeymasterDo you have network mode turned on? What is the exact content of the error message?
June 7, 2011 at 3:36 pm #114083In reply to: Let Users Create Subnetworks?
@mercime
ParticipantMultiple BuddyPress Social Networks – http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/
June 7, 2011 at 3:26 pm #114080In reply to: Desperately need help creating full width pages!
@mercime
ParticipantThanks. There are 11 HTML markup validation errors on the page which included a missing closing div. I have revised the HTML replacement for the bottom portion of activity/index.php
June 7, 2011 at 2:53 pm #114078In reply to: bbpress forums / sidebar. Need Help Please! :)
jonobradley
MemberThanks for the advice. I’ve tried it out and I’ve hit a few road blocks.
page.php has nothing in it other than:
`<?php setup_pagelines_template();`
So I’ve gone into index.php to get the structure and I have this (as the page says I should):
`
`However there is no div id footer tags. After all `
` for the content and container comes these tags:
`
`That structure is the same throughout the 13 files the webpage tells me to edit. I am edit the top tags so they look like:
`
`But because I can take the sidebar part out it does nothing for the page.
Any more suggestions?
Thanks,
Jono
June 7, 2011 at 2:50 pm #114077In reply to: BuddyPress Template Pack 1.1 upgrade
Steve D
ParticipantI am on WP 3.1.3 with the Twenty-Ten child theme. I noticed a message in the dashboard that prompted the completion of the template pack set-up by linking to the BP Compatibility page, however, I get a permission error when attempting to access the page. Since I’m not using a BP child template, I don’t have a BP Compatibility option in my Appearances in the dashboard.
I upgraded the template pack to 1.1.2 last night, yet still have the same issue regarding permission to –
‘../wp-admin/themes.php?page=bp-tpack-options’
Anyone else have this dilemma?
June 7, 2011 at 2:40 pm #114076Scotty501
MemberI use this – there is a tweak to show your own posts too – as it stands it will ignore the users own post – a quick search will find the fix – its pretty simple.
I can’t see its supported anymore which is a shame as some fine tuning of this could make it excellant. For example if you click View on a person is not a friend – it will just return blank – it would be better if it said “Only Friends Can See this etc” – but it is a good starting point.
Good Luck
-
AuthorSearch Results