Search Results for 'wordpress'
-
AuthorSearch Results
-
January 7, 2013 at 8:52 pm #149897
In reply to: Register Error
Cidade Sonho
ParticipantI use this plugin https://wordpress.org/extend/plugins/bp-disable-activation/
working 100%, but … 😡
January 7, 2013 at 8:20 pm #149889In reply to: [Resolved] New Buddypress Default Themes
Ben Hansen
Participanti much like yourself don’t have much if any programming skills but reading your post gives me two thoughts.
#1 not sure i agree with you about the child theme thing unless you are saying the people shouldn’t need to know html/css in order to customize html/css. if you are not saying that then i think the regular wp child theme doc should be fine. https://codex.wordpress.org/Child_Themes
#2 we (i use that term loosely) are actually working on a new default theme it’s called turtleshell which if I’m not mistaken is being designed as a completely fresh UI/X perspective and responsive from the ground up. i think you are more then welcome to be a part of that process, if you want more info start here: http://bpdevel.wordpress.com/
bonus the plan for 1.7 is (i believe) to make it work with any wp theme by default so maybe that this something to consider as well.
January 7, 2013 at 7:10 pm #149877In reply to: Not exactly "a few easy clicks"
Paul Wong-Gibbs
KeymasterThe first issue is fixed by a 1.6.3 update, which we will be releasing very soon.
I am not aware of any bugs with your second issue; if the current user is a member of that private group, they have access to see its activity items on any page on your site.
Third issue is a WordPress setting; see http://www.agentwp.com/enable-or-disable-user-registration-in-wordpress
January 7, 2013 at 7:06 pm #149876In reply to: IS BuddyPress WordPress 3.5 Ready
Paul Wong-Gibbs
KeymasterWe have a 1.6.3 out very, very soon to address a few minor issues, but BP is compatible with WP 3.5, yes.
January 7, 2013 at 6:18 pm #149871In reply to: i need style.css for buddypress.1.6.2.zip
modemlooper
ModeratorYou do not install BuddyPress through the WordPress theme upload. Upload or install the plugin via the plugin upload or add new. Then you choose the BuddyPress theme via Appearance > themes
https://codex.buddypress.org/user/setting-up-a-new-installation/
January 7, 2013 at 6:09 pm #149870In reply to: galxy s3 user don't show buttons
Ben Hansen
Participantcreating a gallery sounds like a wordpress thing not a buddypress thing per se. also might be helpful to send a link to your site or at least tell us what theme you are using.
January 7, 2013 at 5:44 pm #149864In reply to: Only LEFT half of avatar cropper showing in BP 1.6.2
nkarafo
ParticipantThank you for your reply but I made the changes but still nothing. Also, I disable ALL the plugins and there is only buddypress 1.6.2 installed with it’s default theme and nothing else at all. I CAN upload media files within wordpress normally but I cannot upload photos as avatars in buddypress profiles, groups, etc.
I also tried buddypress 1.6.1 but still the same..
🙁
January 7, 2013 at 5:43 pm #149863In reply to: IS BuddyPress WordPress 3.5 Ready
modemlooper
ModeratorYou should set up a test environment if you plan on running a BuddyPress site. Test versions/plugins. current bp has a few minor issues with 3.5.
January 7, 2013 at 5:30 pm #149859In 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:16 pm #149854In reply to: IS BuddyPress WordPress 3.5 Ready
danbpfr
Participantof course.
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: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 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: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 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 12:06 pm #149816In reply to: Buddypress 1.7
raghavendra satish peri
Participant@johnjamesjacoby
Hi i downloaded the trunk version and tried to activate it on my test site and received a error. WordPress is 3.5 version and downloaded the trunk from the above given link…Here is the error i receivedPlugin could not be activated because it triggered a fatal error.
Warning: require(wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php) [function.require]: failed to open stream: No such file or directory in wp-content/plugins/trunk/bp-loader.php on line 401
Fatal error: require() [function.require]: Failed opening required ‘wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in wp-content/plugins/trunk/bp-loader.php on line 401
January 6, 2013 at 5:48 pm #149790In reply to: [Resolved] threaded comments won't work after update
wpte
Participantuhm… that’s not the patch I applied. This patch @mercime is suggesting is newer. It’s not always a good idea to use patches from upstream, there might be incompatibilities. Like you say, you don’t have all the files
I used the patch attached to the ticked: https://buddypress.trac.wordpress.org/attachment/ticket/4510/4510.patch
I suppose for now it’s ok to use the patch I used, in the new version of bp the patch will be included automatically.
January 6, 2013 at 2:36 pm #149784danbpfr
ParticipantHi Barry,
sorry to begin with a bad news: buddypress is buddypress and facebook is facebook. To have the same as FB, you have… FB !
But the trend is the trend and you’re not alone to ask for the same thing. So a plugin still exist that allows you to create an administer your Facebook fan pages directly from WordPress.
This is the nearest i know so far to respond to your question ” which creates fan pages exactly like facebook”
Unfortunately, the plugin’s FAQ tells
Will this plugin work with BuddyPress?
Meh, yes and no. We’ve had reports that it does look odd and behaves strangely in BuddyPress.
Should be tested, huh ?https://wordpress.org/extend/plugins/fanpage-connect/
So you have probably to imagine your own solution after grabing a bit here:
https://wordpress.org/extend/plugins/search.php?q=buddypress+profileJanuary 6, 2013 at 1:02 pm #149778In reply to: Avatar Upload Error
danbpfr
ParticipantBP 1.6.2 should be installed with WP 3.5…. You’re not alone, read here: https://buddypress.trac.wordpress.org/ticket/4713
tchuss !
-
AuthorSearch Results