Search Results for 'private'
-
AuthorSearch Results
-
March 25, 2011 at 11:34 pm #108757
In reply to: Site hacked :S?
nickmy
ParticipantIt is a shared hosting.. .

plugins :
akismet,bp-album,buddypress,buddypress-links,buddypress-registration-groups,buddypress-sliding login panel,category-post,exlude-pages,inbox-widget,post-highlihts,private-buddypress & wp-fb-autoconnectI dont thinkt that this plugins can do this.
March 25, 2011 at 12:48 pm #108715In reply to: registration confirmation email sent as attachment
Marcio Santos
MemberJust tested and the comment notification emails have errors as well.
I am using WPMU with BuddyPress.
Emails and their status
– Signup confirmation (error)
– Password reset (ok)
– Comment notification on blog posts (error)
– Private messaging (ok)
– User mentions ( @user) (ok)
– Friend request (ok)March 25, 2011 at 4:35 am #108686In reply to: 2 profile types and 2 “members” pages
embergermedia
MemberI have the same situation. I think I am going to solve mine by using private groups for each set. I haven’t actually gotten there yet, so not sure how well it will work.
March 23, 2011 at 12:10 pm #108519In reply to: Show hidden group activity
christinafowler
MemberI kept searching and found a solution to the forums here: https://buddypress.org/community/groups/creating-extending/forum/topic/code-to-improve-forums-so-that-the-users-posts-in-private-topics-also-show/ – testing it out now
March 21, 2011 at 10:25 am #108349joelito18
Membernow everything works fine in bluehost web hosting. yahoo sucks with buddypress. got no choice but to change web hosting.
March 19, 2011 at 12:09 am #108200In reply to: [Resolved] Speeding up buddypress
@mikey3d
ParticipantW3 Total Cache is developed with Dedicate hosting or VPS hosting on mind.That is not true. W3 Total Cache said, “Compatible with shared hosting, virtual private / dedicated servers and dedicated servers / clusters.”
With a Shared hosting, most of the advantage of W3 Total Cache are missed out.Can you elaborate what are missed out?
But since my site is under developingYou don’t have much traffic that is what shared hosting is for. Do you know how to pilot? There is a learning curve to optimizing your site.
March 18, 2011 at 8:22 pm #108184mariapeagler
MemberFigured it out, for my purposes, I’m using the ScholarPress plugin, which makes it much easier. I actually created the multi-site setup and found it was far more than I wanted to maintain.
March 17, 2011 at 7:33 am #108053In reply to: How to make a private community?
gabu4u1
Member@Travel-Junkie Thanks for the code. I know it will help me achieve what I want.
But my challenge is that I know nothing about coding. I have succeeded in locating the functions.php and have opened it in order to edit it. My question is where in the whole code will I place the code you wrote. Is it at the beginning or end of the code.
I am planning to use this code below
function sh_walled_garden()
{
global $bp;if( bp_is_register_page() || bp_is_activation_page() )
return;if( ! bp_is_blog_page() && ! is_user_logged_in() )
bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
}
add_action( ‘get_header’, ‘sh_walled_garden’ );Please, I will appreciate you help. I am a complete WYSIWYG person but I can follow simple instructions as regards code.
Thank you in anticipation.
Gabu
March 17, 2011 at 7:32 am #108052In reply to: How to make a private community?
gabu4u1
Member@Travel-Junkie Thanks for the code. I know it will help me achieve what I want.
But my challenge is that I know nothing about coding. I have succeeded in locating the functions.php and have opened it in order to edit it. My question is where in the whole code will I place the code you wrote. Is it at the beginning or end of the code.
I am planning to use this code below
function sh_walled_garden()
{
global $bp;if( bp_is_register_page() || bp_is_activation_page() )
return;if( ! bp_is_blog_page() && ! is_user_logged_in() )
bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
}
add_action( ‘get_header’, ‘sh_walled_garden’ );Please, I will appreciate you help. I am a complete WYSIWYG person but I can follow simple instructions as regards code.
Thank you in anticipation.
Gabu
March 16, 2011 at 10:22 pm #107946In reply to: bbpress posting errors? missing database tables!
pjries
MemberLumenbeing, the answer is yes, in my experience. I am testing WordPress MultiSite with BuddyPress on a Dreamhost setup. I did install by uploading via FTP, not via the one click, but for whatever reason, none of the BB Press tables were created in my database. I tried applying the patch in Paul’s post above, but that wasn’t enough and uninstalling and re-installing the forums via the Web still didn’t help.
I went through the MySQL statements in wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/defaults.bb-schema.php and was able to create the tables manually in the SQL dialog box in phpMyAdmin. You do need to make sure you fill in the database names for the variable $bbdb in each statement
ie: CREATE TABLE IF NOT EXISTS `$bbdb->forums
needed to become
CREATE TABLE IF NOT EXISTS `tablename_bb_forums`
But I am now able to use the forums for public/private/hidden groups as I expected they would work.
I do suspect this is a server issue and perhaps a MySQL version issue as well. I can’t imagine why none of the tables would be created, otherwise.
Hope this helps further the conversation.March 15, 2011 at 7:40 am #107845joelito18
Membergot the same problem with you jordynn, private messaging, profile and friend connection sends me to full list of members directory. using also yahoo web hosting.
March 14, 2011 at 11:36 pm #107801r-a-y
KeymasterVarious people have experienced problems with Yahoo Hosting:
https://buddypress.org/community/groups/installing-buddypress/forum/topic/404-errors-using-yahoo-to-host/#post-16797
https://buddypress.org/community/groups/installing-buddypress/forum/topic/404-error-on-buddypress-links/
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/can-not-view-or-edit-member-profile-redirected-to-the-members-page/March 14, 2011 at 11:28 pm #107800r-a-y
KeymasterDuplicate of the following:
https://buddypress.org/community/groups/creating-extending/forum/topic/private-messaging-profile-view-add-friend-not-working/Closing thread.
March 14, 2011 at 10:19 pm #107787In reply to: Post to multiple groups at once?
Virtuali
ParticipantNo plugin really at the moment.
I would sent it out as a Private message, or Notice to all users.
March 14, 2011 at 2:17 am #107720joelito18
MemberAll my other users are Author
here is the link http://www.irn.net.au
you can log-in with username: guest password:guest – user role is subscriber
March 14, 2011 at 2:10 am #107719joelito18
Memberthis a fresh install. I installed wordpress 3.0.5 from Yahoo web hosting. Then it said new version is available i upgraded it to 3.1
Then I installed plugins. buddypress 1.2.8
use the default buddypress theme.
Yahoo saves all the files in the blog folder (wp-admin, wp-content, wp-includes).
Buddypress folder was automatically saved or installed under wp-content/plugins
By default everything is enable, private messaging, extended profile and friend connections. I didnt change any settings.
There is a link for these features on the admin bar but the messages, profiles and friend connections will just redirect me to members directory. Although the address on the link shows the proper link to messages, profiles.
March 12, 2011 at 3:42 pm #107619Virtuali
ParticipantAre they enabled in the buddypress Admin Section?
March 12, 2011 at 7:44 am #107603@mercime
ParticipantMarch 12, 2011 at 3:34 am #107597joelito18
Memberplease help me..
March 11, 2011 at 8:55 am #107516joelito18
Memberi dont even see the page for composing message. just redirecting to members directory
March 10, 2011 at 9:11 am #107386In reply to: Replacing bp_add_friend_button with icon
4colourprogress
ParticipantOkay well I tried hooking the icon by adding another generic button div but it still wont acknowledge it as a link. I’m guessing it’s something to do with the fuction, but if I’m not suppost to put the code in that file then where should I be putting it ?
`
<a href="”>
<img src="http://www.pixelcove.co.uk/images/addcontact.png" title="Follow “><a href="”>
<img src="http://www.pixelcove.co.uk/images/messagecontact.png" title="Message “>`
March 10, 2011 at 5:50 am #107372In reply to: Instant Messaging Feature
bordermedia
ParticipantAny one tried this one? http://www.envolve.com/plugins/buddypress-chat-plugin.html
Has both private and public chat. Looks like you need to pay if you want it to pick up buddypress usernames etc…
March 10, 2011 at 4:47 am #107365In reply to: How to make a private community?
futbolfrank
Member@Travel-Junkie
Hello,
Great Code, but it unfortunately doesn’t do exactly what I want to do just yet.
I am wondering if something is possible. I am trying to create a site that is private to all non-users and directs to a page stating it is Private only and asking them to contact me on directions to register (hopefully through facebook connect).In my site, on the left sidebar are the login fields and a FB Connect button.
However, I also do not want anyone to be able to register (unchecked “anyone can register” in the wp admin settings). I basically want to approve the user as they try to fully register.
Is this possible?I found, anytime I try using your code along with the register box unchecked, an infinite loop happens. I was also thinking, even if it did work, I’m still out of luck b/c I tried using the invitation code checker and that plugin doesn’t seem to work on the news BP and WP.
I also tried using the private BP plugin and that doesn’t seem to work with FB connect.
Any suggestions?
Thank You!March 8, 2011 at 5:02 pm #107202In reply to: Private message not working
b1gft
ParticipantAny one able to help with this, thanks. It is set up in the component page.
March 6, 2011 at 4:01 am #106943In reply to: Searching your mailbox?
r-a-y
KeymasterThere’s currently no “search_terms” parameter to use in a private message loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-private-messages-loop-bp_has_message_threads/Sounds like a good enhancement. Can you post it on Trac?
https://trac.buddypress.org/newticket—
In the meantime, you’d have to write a custom plugin that does this.
-
AuthorSearch Results