Search Results for 'wordpress'
-
AuthorSearch Results
-
January 7, 2013 at 3:40 pm #149833
In 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 !
January 6, 2013 at 7:36 am #149772In reply to: [Resolved] moderating forum posts
@mercime
Participant@steveredshaw Yes, I just saw your post at the bbPress.org forums re same issue. Marking this topic as resolved.
If you encounter any issue with the plugin, please post at bbPress.org forums or better yet, at the plugin’s forums https://wordpress.org/support/plugin/bbpressmoderation Cheers.
January 6, 2013 at 1:13 am #149760In reply to: BuddyPress Template Pack + Flexx Professional Theme
Tony
Participantheader.php – http://pastebin.com/jBdfBpMc
page.php – http://pastebin.com/rDpVpYEU
index.php – http://pastebin.com/Z8GwqFSR
sidebar.php – http://pastebin.com/T8zDPHaL
footer.php – http://pastebin.com/GHey6AP0
sidebar-left.php – http://pastebin.com/CPKzyux6
sidebar-right.php – http://pastebin.com/zv5ZS06W
flexlayout.php – http://pastebin.com/JyPBDKGD
feature-bottom.php – http://pastebin.com/F1cVX67J
feature-top.php – http://pastebin.com/XsbUtWGX
and here is the list of all file names in the wordpress theme editor in case i’m missing any – http://pastebin.com/vb6ZPpyS
January 6, 2013 at 12:27 am #149756In reply to: [Resolved] moderating forum posts
@mercime
Participant@steveredshaw check out this plugin https://wordpress.org/extend/plugins/bbpressmoderation/
January 6, 2013 at 12:25 am #149755In reply to: Buddypress 1.6 and wordpress 3.5
@mercime
ParticipantJanuary 5, 2013 at 7:15 pm #149740In reply to: Update time shows 8 hours ago on new posts
Tammie Lister
ModeratorHave you set your timezone correctly in the WordPress settings? I’m just wandering if that’s set to a different timezone to the one you expect?
January 5, 2013 at 6:39 pm #149737In reply to: Login Page for Buddypress
danbpfr
ParticipantJanuary 4, 2013 at 4:05 pm #149672In reply to: Cannot access empty property when I add friend
panashe
Participanti have the latest BP and WP with theme 1349 (which can be seen at http://wp.io/wordpress-theme/wordpress-theme-1349/)
my site url is test.iamatopprospect.com
January 4, 2013 at 3:08 pm #149666In reply to: BuddyPress Install not working
Tammie Lister
ModeratorAre you using multisite? Are you installing as admin full rights or as a user? What hosting are you using – self hosted or with a hosting company that installed WordPress?
January 4, 2013 at 1:02 pm #149658In reply to: customizing notifications!
Tammie Lister
ModeratorThe plugin I was going to suggest for this is a little out of date. https://wordpress.org/extend/plugins/post-author-comment-notification/ You could look at the code though perhaps to see how it’s done and adapt or see if there is going to be a new version or if indeed it needs a new version (probably best to try in a test environment).
January 4, 2013 at 10:03 am #149647In reply to: installation wizard failing
mvk15
ParticipantI’m not hosted on the internet yet. I thought I’d give this a try on a virtual machine first before I start using it in anger. I also tried installing it on a laptop and I had the same results there. I tried uploading with a file manager as well. Same result. (All the files were in plugins/buddypress already, and it looked exactly the same after removing and adding manually)
Is having a domain a requirement? Currently I have wordpress set up with a local ip address which seems to work fine. I can install plugins, themes and can upload media ok.January 4, 2013 at 10:03 am #149646In reply to: Best way to enable facebook login?
Rocio Valdivia
ParticipantMeanwhile, I’ve tested the BP demo of this one /loginradius-for-wordpress/ and it doesn’t duplicate the user. But I prefer not to use a external service.
So, I found this one buddydev.com/plugins/buddypress-facebook-connect-plus/ (thanks to @mercime) and it looks perfect for what I’m looking for. Any of you have used it? if you do, does it duplicate the same FB user in wp_users? and does it work fine importing users Facebook data to BuddyPress profile?
Thank you very much for your help and if I find more usefull info about this, I will post it here 🙂
January 4, 2013 at 12:28 am #149602fivehead
ParticipantGood call, @Roman. Defining both fixed one problem, but introduced many more.
Delving deeper, I believe that multisite is designed, on purpose, to keep things separate amongst network sites. That includes avatars, group avatars, etc. That is why each site has a separate upload directory (wp-content/blogs.dir/3/files/avatars, wp-content/blogs.dir/4/files/group-avatars and so on…).
By default, each subsite’s upload path is something like wp-content/blogs.dir/5/files. And the home site’s upload path is wp-content/uploads. If no root blog is set (which @Roman pointed out that we can’t set a root blog AND enable multiblog), then the code will set the current site as the root blog and grab that site’s upload path. For example, if I’m on site 5 of a WPmultisite/BPmultiblog install, the site will look to pull files from the wp-content/blogs.dir/5/files folder. Accordingly, it will find any files that were uploaded to that directory, from site 5. It won’t find your avatar, because you likely uploaded them via the home site, and those avatars reside in the wp-content/uploads folder.
While this design probably works for most implementations, it does not suit my purposes. I need to show avatars and group avatars across all sites (sounds like you both do as well). With that in mind, here is the path I’m heading down:
The Network Admin Sites/Settings page (accessible via wp-admin dashboard at wp-admin/network/site-settings.php?id=4) allows you to update the “Upload Path”, “Upload URL Path”, and “Fileupload URL”. For my project, I modified all subsites to be the same as the home site upload path: “wp-content/uploads”, “http://example.com/wp-content/uploads”, and “http://example.com/wp-content/uploads”, respectively. HOWEVER, you can update them until you are blue in the face, but you will never successfully upload to the directory you update to. This is because WP overwrites these custom upload paths with the default upload paths mentioned above. This is done on the last line of wp-includes/ms-settings.php. As @Andrea Rennick points out on wordpress.org, this was done to protect ourselves from…ourselves by hosing things up in a multisite environment. On that same WP thread, @cooliojones proposed the fix of commenting out the last line in wp-includes/ms-settings.php, which is ms_upload_constants();.
YES, it’s a core hack, and NO it’s not the ideal solution, but I’m plowing forward with it anyway because I don’t want my project to die while I throw on my One Love cape and try to solve all the BP/WP integration problems of the world. I guess you have to ask yourself which is more important to you: common avatars across sites OR maintaining separate upload directories across sites?
Hope that helps.
As a last second, chuck it into the end zone and pray…Since I only need group/avatars to display across the multisites, I’m thinking it would be ideal if there way some way to define separate upload paths for group/avatars from all other uploads. Anyone have the golden ticket for that?
January 3, 2013 at 10:27 pm #149589mgkoller
ParticipantI am using WordPress 3.5. , BuddyPress Version 1.6.2, BBPress Version 2.2.3
BBPress is displaying the correct time, Buddpyress activity displays the correct time I.E “posted 5 seconds ago” But times are wrong in Dashboard > Activity , which causes searching for activity updates along with plugins such as BuddyPress Component Stats to pull the wrong times.
January 3, 2013 at 7:46 pm #149578In reply to: Buddypress background Transparent
panashe
Participantmy website is test.iamatopprospect.com, the link im having issues with is http://test.iamatopprospect.com/members-2/
when it shows the list of members the background is the same as my theme bg. how can i change that? is just just an alignment issue with BP Compatability?
I am using WP theme 1349 which can be seen at
January 3, 2013 at 7:23 pm #149576In reply to: Is anybody really using BuddyPress?
@mercime
ParticipantSee lists of BP-enabled sites https://wordpress.org/showcase/flavor/buddypress/ and http://www.bpinspire.com/
January 3, 2013 at 5:02 pm #149555In reply to: Display recent topics of all groups on sidebar
danbpfr
Participantoh, forgot to give you this one:
https://wordpress.org/support/plugin/bbpress-latest-discussion
i use it on my static homepage, but he works also on the rest of the site (bp 1.6.2 and wp 3.5)
You probably need to style it a bit to fit your template.
-
AuthorSearch Results