Search Results for 'wordpress'
-
AuthorSearch Results
-
July 4, 2012 at 10:34 pm #136816
Roger Coathup
ParticipantDo you mean, you want to send an email to everyone when a new (blog) post is posted, or when any kind of item is posted to the activity stream?
For the first you can hook a function on to the WordPress ‘save_post’ action. In that function, you can iterate over every member (see https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/ for guidance), and for each member you use the BP messaging API ( messages_send_message() ) to send them an email.
For the second – you can’t seriously want to email everyone, any time anything is posted to the activity stream: the system and your users would be swamped – However, if you still do, check out some of the action hooks that are called when activity items are saved: https://codex.buddypress.org/developer-docs/action-reference/activity-streams/
July 4, 2012 at 10:23 pm #136813Roger Coathup
ParticipantIt’s standard WordPress syntax for including templates (e.g. sidebars, footers, template parts).
If you have a template called header-buddypress.php defined it will include that, if not it will fallback to header.php.
July 4, 2012 at 11:05 am #136776In reply to: User blogs not created
@mercime
Participant@rickpowell you would need to resolve your multisite issue first –> https://wordpress.org/support/forum/multisite
July 4, 2012 at 4:49 am #136768In reply to: Private Message Reply Time Is Off [Resolved]
LukeJJones
MemberHad to set my wordpress timezone to UTC, Save Settings, and then set it back to my timezone offset and now it is working.
July 4, 2012 at 2:51 am #136766In reply to: Looking for hired help getting this fluid!
@mercime
Participant@patrickhitches neither BuddyPress nor bbPress are installed in your site. If you’re still want to hire someone to fix the layout for you, do post at
– https://buddypress.org/community/groups/bp-jobs-board/forum/
and/or
– http://jobs.wordpress.net/July 3, 2012 at 11:54 pm #136759In reply to: Site Notices vs. Messages
rossagrant
ParticipantHaraldo, there is nothing wrong with your install, there is NO built in way to message all users in BP. The site notification will merely place a widget type notice at the top of your sidebar for all logged in users, which thy can then choose o close. It isn’t emailed or passed as a private message.
There are a couple of old plugins for this such as: https://wordpress.org/extend/plugins/buddypress-mass-messaging/screenshots/
It’s an option that is useful, HOWEVER, I would strongly recommend you export your users to CSV. Again export plugins are available and import people into a 3rd party email service like Mailchimp.
This is far better for email marketing, however in itself is a bit tricky, as unless your members have signed up or opted into a list, it’s technically breaking the T&C’s of all 3rd party mail apps.
The problem with sending email direct from your server is if you get people unwittingly or deliberately labelling your mail as junk/ spam in clients like hotmail, yahoo and gmail, the ip address of your server can get blacklisted.
At that point NO mail at all from your server is going to get through to those services, not just for the accounts that labelled you as spam but your server will be blocked and mail won’t reach anyone with a hotmail address etc.
Sounds dramatic but it could kill your community if you aren’t careful.
You should always use a 3rd party.
Rules are still incredibly stringent though. You are generally allowed one spam complaint in every 1000 emails sent.
Hope that helps!
July 3, 2012 at 7:45 pm #136746In reply to: BBPress Forums- sitewide and for groups not working
frostdawn
MemberOkay, I started from scratch.
BuddyPress upgraded to 1.5.6.
WordPress upgraded to 3.4.1.
bbPress v 2.0.3 (removed the old instance and rebuilt with this version to make sure and wiped out all old forums, topics and replies)
I’m using the BP Default theme for testing.
I deleted all my old pages so I had the bare bones pages to work with.
I deleted all old groups to make sure I also had a clean slate there.I’ve followed the codex to the letter here:
https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/I attempted to create JUST group forums and NOTHING else, using an existing bbPress Installation. I confirmed that the following were created:
wp_bb_forums
wp_bb_meta
wp_bb_posts
wp_bb_terms
wp_bb_term_relationships
wp_bb_term_taxonomy
wp_bb_topicsGroup forums failed. All I get is “Sorry, there were no forum topics found.” whenever I attempt to access forums from the (newly created, with forums enabled) groups page.
Then I went back to older postings about tricks other users have tried as noted here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/this-group-does-not-have-a-forum-setup-yet-1/?topic_page=1&num=15Post #7 was hailed as a the silver bullet by some users. Didn’t work for me. I went into my test group, edited it, removed forums, saved it. Renamed bb-config.php, reinstalled group forums. Went back in, re-enabled forums, saved again. Nothing.
I’ve performed about 4-5 different iterations and combinations of everything referenced in the above posts over the past several days now. Nothing. Groups forums is STILL not working. Can I offer money to someone to possibly help with this? Please? Anybody?
July 3, 2012 at 4:42 pm #136740In reply to: Buddypress & Videos/Playlists
Roger Coathup
ParticipantHi Thomas –
a few pointers for you:
To integrate your videos into BuddyPress, you probably want to take a look at building a BuddyPress component – check out the bp skeleton component – it gives all the outline code you need for integration with the activity stream, adding new menus / screens within a user profile, and creating classes / custom post types to store your data.
You won’t need any new tables – WordPress custom posts and data storage in wp_post_meta should give you all you need.
I’d suggest you’ll probably want a new custom post type for storing your playlists, and can make use of the existing WordPress video post format for the actual videos.
It’s not easy coding, but if you know your way around PHP, and WordPress custom post types / taxonomies, you’ll be fine.
cheers, Roger
July 3, 2012 at 6:43 am #136727sakis27
MemberHi modemlooper, I tried deactivating and re activating BuddyPress and deleting it and re installing BuddyPress but still the same problem, every time i try to install buddypress-share-it v1.2 the same error comes up. I then tried installing buddypress-share-it Version 1.1.7 and its working fine, Don’t know why v1.2 is not working for me, But apart from the new version not working for me great plug in keep up the good work.
PS If you come up with a fix please let me know or i might have to wait for the next version.
I am using WordPress Version 3.4.1
BuddyPress Version 1.5.6July 2, 2012 at 9:56 pm #136714In reply to: [Resolved] Compatibility with InStyle Theme
JomJom
Member@mercime sorry to revive this topic, I followed your instructions, but buddypress is not correctly aligning yet (eg. http://www.linkin-park.it/newsite/members/linkin-park-italy/activity/). I’m using WordPress 3.4.1, Buddypress 1.5.6 and InStyle Theme 2.7. I’ve attached some code from my theme. Let me know if you can help me out, thanks in advance!
Header: http://pastebin.com/XaLx9ixX
Sidebar: http://pastebin.com/vnHV5FDA
Footer: http://pastebin.com/puaLJRZg
Page: http://pastebin.com/ZKi9QeUh
Page-Full Width: http://pastebin.com/EdkA0CfbJuly 2, 2012 at 7:34 pm #136710In reply to: XML-RPC posts
Eduardo
Participantok, so I will hack on https://wordpress.org/extend/plugins/buddypress-xmlrpc-receiver and see what I can do.
The current version of this plugin isn’t working (authentication fails), if someone can help me I appreciate, i really need this
July 2, 2012 at 4:12 pm #136700creaturis
ParticipantHave this problem also.
using;
wordpress 3.4.1
buddypress 1.5.6July 2, 2012 at 11:43 am #136688b1gft
ParticipantThanks for all the answers, Before I start to work on it, let me just explain. I have my site on the .net domain and the .com is pointed to the .net . I am quite happy, (in fact with your help, would like to) transfer the site to the .com (less the multisite) and leave the multisite set up on the .net url. Just take posts ect off once they are moved to the .com
So I am thinking, do I export the database, from the .net over to the .com and make the changes to the files then, to stop multisite. The .com has no database at the moment. Or could I install a fresh wordpress on the .com, install bp and transfer over only the databases of all the buddypress to the .com.
If this is the best way, would I be correct in saying, export the bp files from the .net and import them back up to the .com database. Any pointers on this would be great.I can have the database in the same host if it makes it easier.
Thanks
July 2, 2012 at 11:24 am #136686In reply to: [Resolved] Widget for One Specific Group
valuser
Participanthttps://wordpress.org/extend/plugins/bp-extend-widgets/ or its code may take you some of way.
July 1, 2012 at 8:04 pm #136673modemlooper
ModeratorIf you do not want the users blog content then you can export the BP database and re install it on a fresh site. The users blog content can be export by each user and then they can do what they want with it.
these plugins may help:
https://wordpress.org/extend/plugins/navayan-csv-export
https://wordpress.org/extend/plugins/bp-export-usersJuly 1, 2012 at 7:16 pm #136672Tammie Lister
ModeratorI’d suggest you look at wp_mail as the starting point https://codex.wordpress.org/Function_Reference/wp_mail. You can hook into the profile fields (with some custom coding) and send using that I think.
I would say looking at a plugin would be a good point to see code if not a direct solution for you.
July 1, 2012 at 11:40 am #136653gaznev2000
MemberHi just did a uninstall and reinstall but didn’t get any log errors. The errors below were the last errors that i received, but i don’t think they have anything to do with buddy press. Where should i go to get help with this?
I am running wordpress locally on a mamp server could that be the problem?
Regards
gary30-Jun-2012 23:53:27 PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘)’ in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php on line 16
30-Jun-2012 23:53:23 PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘)’ in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php on line 16
30-Jun-2012 23:51:51 PHP Fatal error: require() [function.require]: Failed opening required ‘/Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php’ (include_path=’.:/Applications/MAMP/bin/php5.3/lib/php’) in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/page.php on line 5
30-Jun-2012 23:51:51 PHP Warning: require(/Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php) [function.require]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/page.php on line 5
July 1, 2012 at 10:27 am #136650In reply to: Confusing about groups and forums
Roger Coathup
ParticipantHi Jeroen,
we’ve built a lot of sites on BuddyPress – and forums are often a big issue for our clients.
Clients / users expect forums to behave like normal forums (as your users have already indicated as well). Unfortunately, the BuddyPress group forum approach just doesn’t work in this regard.
If forums are crucial to your site – then yes, install the bbPress plugin alongside BuddyPress, and work with the standalone forums it provides.
You’ll need to implement some logic to control accessibility / visibility to certain restricted forums – but that’s not difficult – you can either use the BuddyPress Groups to group your guild officers, and then use the BuddyPress API to test whether a member is in that group. Or, if you don’t require the other group functionality, you may be best to create a new user role with the standard WordPress API.
If you want to see a couple of examples of bbPress providing standalone forums on a BuddyPress site, you can check out our builds for http://worshipministry.com and http://enterprisenation.com
Hope that helps, Roger
July 1, 2012 at 9:17 am #136648In reply to: BuddyPress 1.6 Beta 1 is ready to test
valuser
Participantok. this is happening with buddypress as the sole plugin active. (Single site install bp default theme admin user, non admin user – the behavior is as described above)
opened a ticket https://buddypress.trac.wordpress.org/ticket/4320
July 1, 2012 at 9:09 am #136647lakhlu
MemberThanks a lot karmatosed, seems like its going the right direction
Karmatosed, maybe there is a way to apply this particular cs styling to those pages only? or just to “pages” in wordpress and not the main one as well as post types?
July 1, 2012 at 6:36 am #136641In reply to: Avatars not working on Multiblog
Paul Wong-Gibbs
KeymasterKeep an eye on https://buddypress.trac.wordpress.org/ticket/4252
July 1, 2012 at 6:35 am #136640In reply to: User blogs not created
Paul Wong-Gibbs
KeymasterDisable BuddyPress. Create a new site from inside the WordPress (Network) Admin. Can you access it?
June 30, 2012 at 3:09 pm #136624Hugo Ashmore
Participanthttps://buddypress.trac.wordpress.org/ticket/4319 asks the question whether comments shouldn’t be updated.
June 30, 2012 at 2:33 pm #136619BobScott
MemberHi, Thanks for the reply. What do I need to look at on ‘https://wordpress.org/support/forum/how-to-and-troubleshooting’ ? Do I search for broken Permalinks? What problem do I have with my Permalinks? Thank you for your asitstance. I have re-isntalled a new WP site but have not yet isntalled BuddyPress. What do I need to do first?
June 30, 2012 at 9:14 am #136601xprt007
ParticipantHi,
I was referring to this https://codex.buddypress.org/getting-started/setting-up-a-new-installation/buddypress-1-5-installation-wizard/ under Step 1.
I only have Components – Finish & nothing beyond, which should be the “Save & …” button.
I think it’s a not a browser issue as this is the same on different PCs where no other such problem has shown up for WordPress plugins. Also I think it is no server issue, with the PHP 5.3 & 5.2, with all other scripts, including Drupal running.
So running the installation wizard leads to a dead end.

I would appreciate any help …
Kind regards
-
AuthorSearch Results