Search Results for 'wordpress'
-
AuthorSearch Results
-
March 5, 2010 at 8:05 pm #66929
In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterTry this plugin:
https://wordpress.org/extend/plugins/oembed-provider/
It seems to only work for images though. Contact the plugin author to ask for video support.
You’d also need to add your site to WP’s oEmbed whitelist, read this:
https://codex.wordpress.org/Embeds#How_Can_I_Add_Support_For_More_Websites.3F
March 5, 2010 at 7:18 pm #66915In reply to: New plugin: BP Group Management
Anointed
ParticipantI installed the group plugin, and then added another member to a public group. I even bumped the member to a moderator.
That part worked perfectly, but there is one small issue.
On the groups activity page, it says user ‘x’ joined the group. The ‘x’ is the proper name, however just to the left of the username is my avatar, and not his.
example:
http://shawngaffney.anointed.net/groups/public-test-group/
first activity says ‘steve’ joined, yet the avatar is my avatar, not his, and the avatar also links to my account not his. That will make it a bit confusing to users?
**cross posted this on the wordpress.org download page forum as well**
March 5, 2010 at 7:18 pm #66914In reply to: Most effective/stable events plugin?
David Lewis
ParticipantSounds good. I’ll hold off a little longer
I was losing faith and perfectly happy launching with a simple WordPress plugin for now. But an integrated solution would be better of course. That said… I will really need recurring events… so who knows… I may STILL end up going with a WP plugin for the time being. Then maybe switch to bp-events in 2011.
March 5, 2010 at 7:09 pm #66909In reply to: Remove "Activation" page on user registration
r-a-y
KeymasterI’m going to paraphrase a line out of the iPhone ads:
“There’s a plugin for that!”
Check out this plugin by Brajesh Singh:
http://www.thinkinginwordpress.com/2009/10/autoactivate-users-and-blogs-at-buddypress-signup/
I think it needs to be updated for BP 1.2 though.
March 5, 2010 at 5:51 pm #66894In reply to: Is this a plugin?
modemlooper
ModeratorIt installs like a plugin but will take over your site theme as you need to active the BP theme to get the functionality. If you want to use your own theme please read this.
https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/
March 5, 2010 at 5:40 pm #66893In reply to: Is this a plugin?
Peter Anselmo
ParticipantBasically, Yes. Buddypress is plugin for an existing WordPress install. You can’t just install it by itself in a sub-folder. Also, Buddypress is not like a “blog posts” page that you can assign somewhere on your site. You can’t fit it into a couple pages. It’s an entire social networking platform. It will add groups, profiles, messaging, activity, and more to your site.
March 5, 2010 at 5:23 pm #66888In reply to: big problem with wordpress theme and buddypress
maxell6667
Memberhello ladies and gentleman, that’s me again…
I was working really hard to solve this problem with sidebar and i think i found the solution. But i still have no clue how to to move this photos on the left side just few cm to the right?
Here is style css of my wordpress theme with added bp style css (starts at line 2055)…
Can you please give my some small hint?
March 5, 2010 at 4:06 pm #66880FayssalF
Participantthis may help a bit although it doesn’t give a clear answer to the problem apart from pointing the finger at an outdated plugin –> http://alwayswordpress.com/blogging/the-menacing-white-screen-of-death-with-wordpress
Then you may probably have to follow versluis’s advice above… that is to activate your other plugins one by one to find the culprit
March 5, 2010 at 2:55 pm #66874Okfalls
ParticipantHi… Good idea. I will ask tech for the log file and go from there. This is annoying to say the least.. Oh, I also had no problem installing BP on another WP site with the same ISP.. weird or what!!!
Rod
March 5, 2010 at 2:42 pm #66872In reply to: Whos Online Avatar
Marcus (aka @msykes)
ParticipantI’ve tracked down the root of the problem (at least in my case), it’s most likely that you server clocks are out of sync (timezones) between your system, php and mysql.
(This explanation might be wrong with exactly where times are pulled from, but is correct as to the fact that they’re pulled from different places!)
The bit that checks recently online users looks at the last activity entry in user_meta and checks for users logged in within the past 5 minutes. However, last_activity user meta is logged by wordpress using PHP gmdate, and when you search for the last activity in this widget, it uses MYSQL’s NOW() function. If your times are out of sync a user with last activity of <5 minutes will never happen.
Example:
In my local server, the times of last activity are being logged as GMT by WP (PHP). However, I’m in CET and mysql takes it’s timezone from the system (windows), so everyone no matter what was last “seen” by WP and BP at least an hour ago.
See below for more info on setting MySQL timezones
http://dev.mysql.com/doc/refman/5.1/en/time-zone-support.html
March 5, 2010 at 2:05 pm #66869tagnu
MemberI too could install it in my local system.
Did you try getting server logs from your hosting provider?
I got mine after requesting it from the tech support.
March 5, 2010 at 1:34 pm #66864Okfalls
ParticipantAn addendum to my other post. I just installed BP on my local machine with no trouble. What could be going wrong with my hosting service I wonder?
March 5, 2010 at 1:25 pm #66862In reply to: Front End Blog Posting
March 5, 2010 at 1:20 pm #66861Okfalls
ParticipantHi.. For what it is worth I had/am having the same trouble. I deleted BP files and have not bothered since. I never did get an answer that helped me with the problem…
March 5, 2010 at 12:08 pm #66849In reply to: Buddypress on my Homeserver
webdoc01
ParticipantFurther to my above post
I installed buddypress v1.2.1 as a plugin to my wordpress v2.9.2 install wordpress was and is working fine on my server, this is running on windows home servers own internal server which is IIS 6 I think, my hp mediasmart server is running PHP v5.2.10.
The problem I am having is with the nav bar and links that buddypress adds to wordpress, all links goto the page that says The page cannot be found.
I have setup wamp on my desktop pc, on this i installed wordpress & buddypress and both work fine and as they should do, but installing buddypress to my wordpress install on my hp mediasmart server has problems it seems.
Any help on this will be greatfully received
Regards
Webdoc
March 5, 2010 at 11:30 am #66845tagnu
MemberHi versluis,
Thank you for the reply. I couldn’t log on after activation, so I deleted the /buddypress/ directory.
(Later I found out just renaming bp-loader.php was enough)
I have all my plugins deactivated, but activating buddypress again displays the white screen.
Any other ideas?
But don’t you think this has something to do with the tables of BP not being created during the initial activation?
Thank you again.
March 5, 2010 at 11:28 am #66844In reply to: BuddyPress-Links 0.3 FINAL is here at last
bpinspire
Participant@MrMaz I notice a bug under WordPress single install 2.9.2 with BP1.2.1 when the plugin is activated everything look to be fine if your role is set as administrator but if you are login as regular member and try to see someone member pages your are getting a blank page. I had to deactivate the plugin. Any idea?
March 5, 2010 at 11:08 am #66843Jay Versluis
ParticipantI wonder if it’s a conflict with another plugin. Here’s what I would do:
Deactivate all other plugins, then re-activate BuddyPress with its default theme. See what happens. If that’s successful, activate your other plugins one by one to find the culprit.
If you can’t login to your site anymore, rename the BuddyPress folder in /plugins/ to something else for now to deactivate it.
Good luck!
March 5, 2010 at 6:54 am #66821In reply to: Tweetstream (twitter plugin) Beta testers needed!
takuya
ParticipantVersion 1.1.8 has a bug with WordPress 2.9.2 with BuddyPress 1.2.1
Enabling this plugin disables buddypress profiles, which returns 404 on every member profile page.
I’m using custom member slug for my BP install, so please check if there’s conflict on your code with users with custom BP slugs. This is the only BP plugin I’m running aside from BP.
March 5, 2010 at 4:28 am #66809billydecola
Participantlogin using my user/pass for wordpress.org didn’t work for me either. I had to create another login to post here.
March 5, 2010 at 1:36 am #66795In reply to: Upon login/registration redirect to Activity Stream?
r-a-y
KeymasterUse the older version then:
https://wordpress.org/extend/plugins/bp-redirect-to-profile/download/
March 5, 2010 at 1:33 am #66793In reply to: How to set members directory as startpage
r-a-y
KeymasterAlthough this isn’t related to the thread, use Brajesh’s BP Redirect to Profile plugin:
https://wordpress.org/extend/plugins/bp-redirect-to-profile/
March 5, 2010 at 12:49 am #66782In reply to: Most effective/stable events plugin?
David Lewis
ParticipantI can’t wait for bp-events any longer. I’m going to just use a simple WordPress plugin for now. Hopefully at some point bp-events or some other BuddyPress solution will happen. Given the pace and history of development… bp-events 1.2 could be months away. Or not. Hard to say.
March 4, 2010 at 10:36 pm #66761Paul Wong-Gibbs
KeymasterThere is, but it only kicks in on a MU install. Look at bp_core_add_illegal_names() in bp-core.php. There may be a reason why it is not done on a regular WordPress install — perhaps such a feature doesn’t exist in regular WordPress.
March 4, 2010 at 9:23 pm #66753In reply to: Tweetstream (twitter plugin) Beta testers needed!
Peter Hofman
Participant@all, Will release new version, in 1.1.7 is a major bug.
New version ready will be up in a few minutes on wordpress plugins
-
AuthorSearch Results