Search Results for 'wordpress'
-
AuthorSearch Results
-
March 14, 2015 at 1:46 am #235993
rosyteddy
ParticipantThe Sharebox or the equivalent of Whats New box in BP is fantastic. Its not “sophisticated” but integrates in a simple user friendly way that members need. – I agree.
But what are the pros and cons featurewise ? Resource-hungriness? Security ? Back-up ? Code cleaniless and less-bulikness?
Most importantly can each and every user have their own blog with own themes and widgets like WordPress Multisite ?
Personal reason I am using WordPress- BUddypress is for the seamless WordPress Integartion [ except Favorites/Likes] – if Elgg / Oxwall / Easysocial offered this WP integration things would have been different, probably.Now, another important part Easyocial is $250, BP is free.. It follows a business model. [However anyone will love the approach at stackideas.com/support]. BP is developed out of free available time by Devs, and the Dev is not oriented so much towards Features out of box rather towards backend “geeky” things which is supposed to make it robust and less bulky for other devs who can produce feature-based plugin 🙂
Easysocial sharebox and some features are what BP ideally should push in overnight but that is really never going to happen in years. I suggest you please post a detailed review and please explain how multi-blogging (each user having own blog with own theme etc) is in Easysocial.
Thanks
March 13, 2015 at 9:07 pm #235981shanebp
ModeratorSend a confirmation to the user being deleted?
Not sure if this will work from Settings > Delete Account:
https://codex.wordpress.org/Plugin_API/Action_Reference/delete_user#Example:_Email_Users_Being_DeletedMarch 13, 2015 at 6:55 pm #235975In reply to: Change Group Member Slug
Security
Participantoh i got your point now sorry i dint saw that attached screen shot carefully before,in that case you may need a custom fuction may be the below link could get you some help
Manually modifying single group navigation in BP 1.5March 13, 2015 at 1:03 pm #235944In reply to: group for logged in user
shanebp
ModeratorYou don’t say which hook your class uses.
Have you tried using
get_group_ids( bp_loggedin_user_id() )?
See the function inbp-groups\bp-groups-classes.phpand note the structure of thereturned array.If you’re hooking before BP is ready, you could always run some custom sql.
Use SELECT COUNT via get_var.March 13, 2015 at 12:40 pm #235942In reply to: Import old post activity to buddypress
Henry Wright
ModeratorHi @nkeatign
BuddyPress ‘members’ and WordPress ‘authors’ share the same ID, therefore are the same entity. A post that belongs to WordPress author with ID 286 belongs to a BuddyPress member with ID 286 (because, again, they’re the same). If something isn’t displaying as you’d expect, then it’s likely to be a theme issue.
Which theme are you using?
March 13, 2015 at 12:12 am #235920March 13, 2015 at 12:10 am #235919rosyteddy
Participant@minglonaire you can also try https://bp-tricks.com/design/easily-hide-specific-tabs-on-buddypress-member-and-group-pages/ AND remove Activity from Themes > Menu in your wordpress admin dashboard
March 13, 2015 at 12:08 am #235918In reply to: Google Map support using Buddypress
March 12, 2015 at 10:21 pm #235908March 12, 2015 at 9:00 pm #235894In reply to: Search Activity/ Groups
mattker
ParticipantI wanted to see if anybody else has a solution to this. The https://wordpress.org/plugins/buddypress-global-search/ plugin is great, but it takes over the entire search function, including wordpress. I was hoping for a plugin that only searches buddy press activity feeds, and separately for each group. Thanks…
March 12, 2015 at 10:25 am #235872Henry Wright
ModeratorHi @rosyteddy
That’s related to WordPress rather than BuddyPress. Something you may be interested in if you have lots of ideas for WordPress is WordPress Ideas. Ideas get voted for so the popular ones ‘bubble’ to the top so to speak.
Hope this helps.
March 12, 2015 at 1:10 am #235862In reply to: "Whats New" – Post box – and "POST Button"
rosyteddy
ParticipantThis ticket may help you https://buddypress.trac.wordpress.org/ticket/6124
ThanksMarch 12, 2015 at 1:04 am #235861In reply to: "Whats New" – Post box – and "POST Button"
rosyteddy
ParticipantMarch 11, 2015 at 3:52 pm #235848rosyteddy
Participant@danbp Thanks
It seems it has been kept unresolved from WP WP 3.3.1
which means WP 4.1.1 is not usable for subfolder sites as of now.https://core.trac.wordpress.org/ticket/24585
https://core.trac.wordpress.org/ticket/20171March 10, 2015 at 7:51 pm #235816In reply to: website and buddypress
danbp
ParticipantMarch 10, 2015 at 7:44 pm #235815In reply to: Changing "Add friend button" (ajax)
danbp
ParticipantMarch 10, 2015 at 3:07 pm #235804In reply to: Title of pages not correct
sklemenc
ParticipantSolution is here: https://core.trac.wordpress.org/attachment/ticket/24674/24674.2.diff
March 10, 2015 at 9:31 am #235788In reply to: CSS files not loading on some Buddypress pages
Henry Wright
ModeratorHi @saish_neugi
The proper way to enqueue scripts is
wp_enqueue_scripts. You should open a topic on the plugin’s support forum mentioning that so a fix can be releasedhttps://codex.wordpress.org/Plugin_API/Action_Reference/wp_enqueue_scripts
March 10, 2015 at 9:05 am #235786In reply to: TRADUCTION, is not possible
danbp
Participantpo/mo file name should be buddypress-xx_XX.po/mo
where xx_XX are respectively country(min) and language(maj) ISO code.if you’re using spanish (Spain) xx_XX is es_ES,
if you’re using spanish (Mexico) xx_XX is es_MX, and so on for all other hispanic speaking countries.If you don’t know your ISO code, read in this codex section about language and country code.
March 10, 2015 at 8:37 am #235783In reply to: Blogs made by members
danbp
ParticipantI am just testing things and learning
Nice ! Continue and persevere, we’ve all beginned a day. Codex and forum are your friends.
I would like it for members of the site to be able to make there own sub blog which they can edit and add posts too etc. (Not a multisite)
Multisite means multiple blogs. If you haven’t setup a multisite, you can’t attribute sub-blogs to your members.
But you can allow them to publish on the existing blog. Change their role to author, and you’re done. To achieve this, best place to have good information is the WordPress Codex.
March 10, 2015 at 2:06 am #235776In reply to: BuddyMenu Shortcode
bp-help
ParticipantMarch 10, 2015 at 12:56 am #235772In reply to: Help to put Favorit button in blog post page
modemlooper
ModeratorThe code above is only for activity stream, try another plugin https://wordpress.org/plugins/buddypress-like/
March 9, 2015 at 3:10 pm #235734In reply to: please review my new website onlijn.com
danbp
Participantwilson1987 ‘site is not powered by WordPress and of course has no BuddyPress istalled.
Out of topic, troll, and marked as spam.March 9, 2015 at 12:03 pm #235714In reply to: Menu with options buddypress y bbpres
danbp
ParticipantPlease read the Codex. All basics are explained there.
March 9, 2015 at 11:40 am #235709In reply to: Create an account refreshes without doing anything
Henry Wright
ModeratorSending mail is never easy when it comes to localhost. There are some solutions around the web, but they’re often quite technical and hard to implement.
I’m sure a lot of developers create and activate their dummy users via the back-end manually. There’s also plugins that can help. Check out BuddyPress Default Data. It will create lots of users for you.
-
AuthorSearch Results