Search Results for 'buddypress'
-
AuthorSearch Results
-
January 7, 2013 at 5:30 pm #149859
In reply to: IS BuddyPress WordPress 3.5 Ready
sosensible
ParticipantIs there a link or somewhere where it is officially stated? On the addon page it shows 3.4 but not 3.5 currently.
January 7, 2013 at 5:24 pm #149858In reply to: Only LEFT half of avatar cropper showing in BP 1.6.2
January 7, 2013 at 5:21 pm #149857In reply to: How to create custom notifications
Riente
ParticipantHello, if you’re still interested I had the same problem and found a solution I described in my blog here
Glad if I could help 🙂
January 7, 2013 at 5:20 pm #149856In reply to: Adding Sites to Profile
danbpfr
Participanton the top left, under the logo. create a new topic.
under the form and the tag line, select the forum “your buddypress”
January 7, 2013 at 5:19 pm #149855In reply to: Buddypress 1.7
VegasKev88
Participant@tarkham Not for nothing, but you’re also using the Vantage theme, which is still fairly buggy as I’m sure you already know. If you need help with Vantage, let me know, as I’ve been chopping it up and cleaning up some of the code for one of my own installs of the theme. You can find me on their forum and PM me at VegasKev
@jjj John, you were completely right about my comments not being very helpful in my last post on this thread. I should have taken notes when I started seeing the bugs I saw in 1.7 back then, but I was all hopped up on redbull and was working on minimal sleep. That is my fault entirely. My apologies.
January 7, 2013 at 5:16 pm #149854In reply to: IS BuddyPress WordPress 3.5 Ready
danbpfr
Participantof course.
January 7, 2013 at 5:12 pm #149853In reply to: Buddypress 1.7
John James Jacoby
KeymasterSounds like you didn’t completely move all the files in.
Also, I deleted the full paths to your file server that you pasted; unless you want to make yourself vulnerable to attack, which I would advise against. 🙂
January 7, 2013 at 4:58 pm #149851In reply to: Menu tab issue
Versipellis
Participant@chouf1 Will do, thank you.
However, I’ve put all this into a plugin for wordpress now and activated it – I am still not getting a tab in my profile. The above code you suggested @chouf1 doesn’t display for me at all?
Could you possible paste bin the entire plugin code for me to view to see where I am going wrong?
Thanks
January 7, 2013 at 4:37 pm #149846In reply to: Will issues be corrected upon update
danbpfr
Participanthi,
to know what is done and not in upcoming BP version, and so on, there is only one address:
https://buddypress.trac.wordpress.org/report
When you update WP and BP, do you also update your theme if you use a third party theme ? Troubles you describe let me think you have some JS conflict somewhere.
January 7, 2013 at 4:32 pm #149844In reply to: Menu tab issue
danbpfr
ParticipantYes.
did you checkek skeleton ? It’s a good starting point.
https://wordpress.org/extend/plugins/buddypress-skeleton-component/
January 7, 2013 at 4:22 pm #149842In reply to: [Resolved] BuddyPress kills my 3.5 upgrade
lwaltzer
ParticipantYeah, I realize all that. It was a temporary step. In php.ini it’s 128m and it’s been fine. This just helped me figure out where the problem lay if not how to solve it.
January 7, 2013 at 4:09 pm #149840In reply to: Menu tab issue
Versipellis
ParticipantYes thanks @modemlooper that has been suggested but I asked a question in regards to whether it requires the usual wordpress plugin info (plugin and author uri’s etc) or not?
January 7, 2013 at 4:08 pm #149839In reply to: BuddyPress Template Pack + Flexx Professional Theme
Tony
Participantcan somebody please show me what the code would look like on my 3-column theme? the walkthroughs only show 2 column themes
January 7, 2013 at 3:49 pm #149836In reply to: [Resolved] BuddyPress kills my 3.5 upgrade
Hugo Ashmore
ParticipantPHP Script Memory limit is there for a very particular reason, it’s set as a limit to ensure that no script running on the server can end up consuming all the main system memory and thus crashing your whole server, setting what you have suggests all of your machines main memory and you may well run into issues, 128M or 256M should be more than enough to run WP/BP.
I would also not trust to setting this php config from WP check what is actually set using phpinfo()
January 7, 2013 at 3:44 pm #149835In reply to: Ajax Error
danbpfr
Participanthi @somdefabrica,
have you tested with the bp-default template activated ?
Deactivate also any plugin except BP and reactivate one by one to try to find a culprit.
January 7, 2013 at 3:43 pm #149834In reply to: Menu tab issue
Versipellis
ParticipantI’ve just put the file in with my theme – this is how I develop everything to start with on wordpress and never fails. This just means its always hard coded for my testing purposes rather than being a plugin.
So it should just be bp-custom.php on it’s own in the plugin folder? There is no special code like in wordpress to give the name, uri etc?
I had looked at the buddypress info you linked to originally and found it lacking in information, it seemed to assume you knew how to develop a buddypress plugin without actually explaining if its the same as wordpress or different.
If the case is you cannot hardcode any buddypress code outside of a plugin I shall try a custom plugin, if you could possible answer my previous question of the plugin info code for me? Is it the same as wordpress or does it have to define it is buddypress?
January 7, 2013 at 3:40 pm #149833In reply to: Can't unpack/install Buddypress
danbpfr
Participantdelete the content of htaccess and put this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
and create a phpinfo() file at the root of your site and check the exact php version.
Google to see what is phpinfo if you don’t know
January 7, 2013 at 3:36 pm #149832In reply to: Menu tab issue
danbpfr
ParticipantWhere do you try to insert the code ? The code works if you put it in bp-custom.php (this file should be in wp-content/plugins) , i tested it before publishing here and a tab appears on the profile page.
Copy/pasting from here is odd, take care with cotes.
I don’t know about a good tutorial. View here and try also bp-skeleton
https://codex.buddypress.org/developer/plugin-development/creating-a-custom-buddypress-component/January 7, 2013 at 3:25 pm #149830In reply to: Menu tab issue
Versipellis
ParticipantThanks for the info but even cutting and pasting your code into my file doesn’t work, no tab appears in my menu.
I’ve never built a buddypress plugin before so I don’t really know how to set one up – is it the same as making one for wordpress or not? Currently I’m just working with a test file within my local wordpress/buddypress set up, exactly how I test my commercial plugins before actually developing them within the wordpress plugin format.
Since this doesn’t seem to have any effect – IE, the code you gave does nothing, does it have to be within a plugin already, unlike wordpress which simply has to be accessible? If so, could you possibly link to a buddypress plugin guide (If different to wordpress itself) As I could not find a clear one myself?
Thanks kindly,
Versi
January 7, 2013 at 3:21 pm #149829In reply to: Can't unpack/install Buddypress
sn0zb0z
ParticipantThe hosting site says 5.2. I don’t know that I can upgrade it as I never actually installed it.
The htaccess file just says “# Do not remove this line, otherwise mod_rewrite rules will stop working
RewriteBase /# BEGIN WordPress
# END WordPress”
January 7, 2013 at 3:15 pm #149828In reply to: Can't unpack/install Buddypress
danbpfr
Participanthave you php 5.2 or something greater?
WP requires more as 5.2.4 https://wordpress.org/about/requirements/
What is in the htaccess file ?
January 7, 2013 at 3:06 pm #149827In reply to: Not exactly "a few easy clicks"
danbpfr
Participanthi @ngoegan,
you have problems ? Me too ! But what kind of problems ? It’s not working as you expect is not really ” a problem” i guess….
You can’t find a register page ! Huh , because User registration is currently not allowed. It’s written here: http://livingcm.org/register/
Go to BP setting and show if you created all the pages needed by BP espacially “register” and “activate”. This must be done. If pages are OK, check “Anyone can register” from here /wp-admin/options-general.php
How to do you set up your homepage ? Did you something like a static page or so ?
Have you changed a slug somewhere ?Have you also changed the permalinks from default to something else ? Must be done to use correctly BP : D
January 7, 2013 at 2:50 pm #149826In reply to: Can't unpack/install Buddypress
sn0zb0z
ParticipantWP version 3.5. PHP version 5.2 and MySQL is 5.1. Hosting it on 000webhost.com (free host). And single.
January 7, 2013 at 2:45 pm #149825In reply to: Can't unpack/install Buddypress
danbpfr
ParticipantHi,
who’s your host ? What type of host do you have ? What is your host mysql and php version ?
What is your WP version ? Do you want to install BP on a single or MS wordpress ?January 7, 2013 at 2:41 pm #149824In reply to: Menu tab issue
danbpfr
ParticipantHi @versipellis,
Make sure that you only attempt to set up the items after BP has set up its core navigation. You can ensure this by hooking to bp_setup_nav with a priority higher than 10.
https://codex.buddypress.org/developer/plugin-development/group-extension-api/
try this in bp-custom.php
<code>function my_bp_nav_adder() {
bp_core_new_nav_item(
array(
‘name’ => __( ‘Media Privacy’,’bp-media-privacy’ ),
‘slug’ => ‘media-privacy’,
‘position’ => 75,
‘show_for_displayed_user’ => true,
‘screen_function’ => ‘bp_media_privacy_link’,
‘item_css_id’ => ‘bp-media-privacy’
)
);}
function bp_media_privacy_link () {
add_action( ‘bp_template_title’, ‘my_media_privacy_title’ );
add_action( ‘bp_template_content’, ‘my_media_privacy_content’ );
bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ ) );
}
function my_media_privacy_title() {
echo ‘My Page Title’;
}
function my_media_privacy_content() {
echo ‘Add the content loop here’;
}
add_action( ‘bp_setup_nav’, ‘my_bp_nav_adder’, 100 );
</code>
-
AuthorSearch Results