Search Results for 'buddypress'
-
AuthorSearch Results
-
October 6, 2010 at 9:19 pm #94400
In reply to: blog sturcture
r-a-y
KeymasterHi @tubruk,
From what you typed, I can’t really confirm what it is you want to do.
Sounds more like a theme issue, you might want to check modemlooper’s BP Columns theme for hints on how to structure the page into 3 columns:
https://wordpress.org/extend/themes/bp-columnsOctober 6, 2010 at 7:38 pm #94395nit3watch
Participantta @travel-junkie that did the trick, ye I am ganna rather keep it using the groups_custom_group_fields_editable. At least i learned something in the process.
October 6, 2010 at 5:59 pm #94386nit3watch
ParticipantOK so I’m ganna incorporate a group address ( @antonrsa ) and call it in the group header but have it on the map creation step and in the map admin edit tab thing. The address wont affect the map as I can’t get the geo-coding working.. ( converting the address into co-ordinates ) will give it another try later on.
What I can’t get right is ( mebe @DJPaul or @boonebgorges could help ) saving the co-ordinates from the map admin edit screen: from lines 37 down ( http://pastebin.com/WnR6MTv6 )
I included the form and stuff for the create screen so you can see whats going on. My first time working with the group api so not to sure what to do and can’t find anything looking at existing plug-ins..October 6, 2010 at 5:28 pm #94383thelandman
Participant@zoltok, neat little solution. This will come in handy. Tks.
October 6, 2010 at 5:16 pm #94381In reply to: Modifying / Customising the registration process
garrethmcdaid
Memberrequire( ‘./wp-load.php’ );
require( ‘./wp-blog-header.php’ );
require($_SERVER . “/wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php”);These are the dependencies for the BP registration process. Once all 3 are loaded, the form will work.
I have a custom BP installation in which I bypass the main BP index.php file and use WPMU and BP functions as I need them.
To get the slugs to work, I change my .htaccess file as such:
RewriteRule . index.php?slug=1 [L,NC,QSA]
and then my index.php as such:
if (isset($_GET)) require( ‘./wp-blog-header.php’ );
In that way, the BP header is only loaded when a slug is used, and I can bypass it otherwise.
October 6, 2010 at 4:41 pm #94375In reply to: BuddyPress Spam
@mercime
ParticipantThere’s also https://wordpress.org/extend/plugins/moderate-new-blogs/ and https://wordpress.org/extend/plugins/limit-blogs-per-user/ which could help
October 6, 2010 at 4:39 pm #94374In reply to: Display email on profilepage
blauweogen
ParticipantHi, I am interested in people who are NOT login in (ie people browsing) to be able to send an email to a member from the member profile page. I was looking for a way to put an email form that does not show the members mail in the code, so it can’t be seen by bots or in the source. I considered trying to use the private messaging system in buddypress. Anyone have any ideas?
Essentially, Members pay to be on the site and set up a profile. Regular people (customers) can contact them without knowing the email of the member.October 6, 2010 at 4:01 pm #94367@mercime
Participant@danfun I would recommend contacting the plugin author about this – http://kimili.com/plugins/kml_flashembed/wp and check out http://kimili.com/plugins/kml_flashembed/#faqs
Michael Bester has actively upgraded the plugin and has responded when I had issues way back WPMU 2.7. Also, I have used Kimili Embed Plugin in some projects and have not had any problems with the RSS feeds.October 6, 2010 at 3:50 pm #94365In reply to: Javascript Errors in Members section
zoltok
ParticipantThanks for the reply hnla.
Apologies, my first instinct was to come here as I thought maybe someone familiar with how the ajax is referenced in the default theme could help me duplicate it in Buddymatic. For the moment, I’ve used the suggestion of the other poster, which was to duplicate and rename each and every AJAX function in my own functions file. Obviously this is not an ideal solution but it will work while I wait for a fix either to Buddymatic, or the eventual release of Thematic with support for Buddypress.
October 6, 2010 at 3:46 pm #94364techguy
ParticipantLots of ways. Some easier than others.
One way might be to use the Group Email Subscription plugin: https://buddypress.org/community/groups/buddypress-group-email-subscription/
You can have your settings at sending immediate activity and it will get emailed to you.
October 6, 2010 at 3:43 pm #94363In reply to: How to order members list alphabetically by default
rich! @ etiviti
Participantwhat params can be passed to the members loop (edit a theme file or create a child theme for members/index)
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/but a small bug, if no xprofile data then not all the members will be returned
https://trac.buddypress.org/ticket/1670October 6, 2010 at 3:25 pm #94361In reply to: Display email on profilepage
islandcastaway
ParticipantI am also looking for info on passing user_meta to the profile page. Let’s keep in touch.
October 6, 2010 at 2:34 pm #94356In reply to: BuddyPress Spam
More Ivyou
ParticipantI escaped.
install and WPMU-Block-Spam-By-MathOctober 6, 2010 at 2:02 pm #94355In reply to: the bp_has_activities() loop filtering
rich! @ etiviti
Participantlike so?
http://etivite.com/groups/buddypress/forum/topic/how-did-you-add-the-view-blogpost-button/#topicjust a link to the forum thread using `bp_activity_thread_permalink`
October 6, 2010 at 1:25 pm #94353In reply to: Translating buddypress
John
Participanthttps://wordpress.org/extend/plugins/fw-quick-langswitch/, it’s working I didn’t renamed the image file correctly. Does anyone use it ? I would like to know if your navigation bar is translated on the others blogs.
For me, the plugin only translate the navigation bar on buddypress.myblogs.com. The other blogs are still having the navigation bar in English.
October 6, 2010 at 1:16 pm #94352In reply to: BuddyPress Spam
jwack
ParticipantI spent some time yesterday to try to stop the constant flow of spam users and blogs being created on my site. Here is what I did…
1- deleted extra registration.php in bbpress folder
2- changed reg. slug
3- installed humanity
4- installed Si Captcha
5- added code from above to htaccessI am still get about 20-30 per day.
Is there a way to tell if these are humans or bots creating these accounts and blogs?
I don’t know what else to do, any ideas? ( I really don’t want to disable blog creation during registration)October 6, 2010 at 12:33 pm #94349In reply to: BuddyPress Share It button live
Round World Travels
ParticipantFeature Request: So far plugin runs good on my site but I wold like a option to turn off the share button on my posts. I only want it for the buddypress side as I already have some form of sharing incorporated on my posts and this does not mesh well with my theme. Thanks
October 6, 2010 at 10:42 am #94344Anton
ParticipantThanks @nit3watch
Will test it out tonight. Did you ever release a plugin where you can add more profile fields to groups such as address, website, etc?
October 6, 2010 at 9:59 am #94342Roger Coathup
ParticipantRe: new members – did you create them in the admin system or through the BuddyPress registration pages?
October 6, 2010 at 9:57 am #94341Roger Coathup
ParticipantTo confirm: you can use custom permalinks without problem in the default wp install.. Changing them as suggested to /%category%/%postname% ?
If that’s the case, try installing BuddyPress plugin again using the automatic install, switch to the bp-default theme, and let us know the outcome
October 6, 2010 at 8:40 am #94339Bowe
Participant@skolbloggense: BP-Slick uses the same BuddyPress translation strings so the theme should just work fine with your Translation. The only thing that is not yet translated is the menu navigation. But that can all be found in one file, which is organized and very easy to edit. I think it will take you about 10 mins to translate it!
I will add po/mo files to the theme pretty soon (to make upgrading easier, so you won’t lose changes) but right now it’s yet added
The Theme is now for sale btw.. It can be purchased with 20% discount until the end of the week: http://bp-tricks.com/purchase-bp-slick/.Here’s the sales page with it’s features: http://bp-tricks.com/pre-order-bp-slick/. And a short video on how to get it running: http://www.youtube.com/watch?v=gMb7tXXV6Rw&feature=player_embedded
October 6, 2010 at 8:05 am #94338nit3watch
Participant@antonrsa here’s the working plug-in code. Let me know if it works on your side.
October 6, 2010 at 7:14 am #94337lespaul
MemberThere is another thread here describing almost the same issue with an other answer, maybe that can help you. Gökhan solution worked for me with the specification I got in my first post in this thread. Look here: https://buddypress.org/community/groups/installing-buddypress/forum/topic/help-1-2-2-5-upgrade-problem-i-get-an-error-message-then-not-able-to-login-to-admin/
October 6, 2010 at 7:10 am #94336lespaul
Member@hnla I did start a new thread here https://buddypress.org/community/groups/installing-buddypress/forum/topic/big-problem-no-access-to-the-back-end-after-activation/ and @trooby solved it!
October 6, 2010 at 6:42 am #94334 -
AuthorSearch Results