Search Results for 'private'
-
AuthorSearch Results
-
February 19, 2010 at 3:52 pm #64175
In reply to: User Blogs gone! What do I do now
disbas
ParticipantPublic. Set it to private and then to public again.
February 19, 2010 at 3:51 pm #64173In reply to: User Blogs gone! What do I do now
Andy Peatling
Keymaster@disbas – Can you confirm that the blog in question is public or private?
February 18, 2010 at 2:43 pm #63958In reply to: Use Forums without Groups?
Tobias Bäthge
ParticipantHi,
thanks for the answers so far!
Setting up a separate bbBress is not really what I want, because it somehow would be overhead and a lot of additional for maintaining and everything.
Restricting Group creation sounds good. However this would require that all users are automatically created as members for the default group which will be used for getting the Forums. Additionally that would require some work on the theme, so that the users don’t get to see any Group related stuff.
I guess all this would be possible and I’ll look into it, but it’s not really what I had hoped…
Just because I don’t want to use Groups, BuddyPress is still well suited for my project. I currently have most of the other components disabled as well (like Blogs, Friends, Activity Stream), but nevertheless there are enough features that I can use for a private community. I especially like the easy administration (from within the WordPress Frontend basically), because I don’t want the users to be in the WordPress admin area.
All of this is superior to a plain bbPress installation, because I get all the WordPress features with it “for free”. So basically this enables me to keep the current website for the project but add some community features to it.
Regards,
Tobias
February 18, 2010 at 1:44 am #63872In reply to: Can't upload image to change the group avatar
David Lewis
ParticipantThat reminds me… my guess is that people spend 99% of their time on this site in the forums and as a result (since we rarely view profiles)… we don’t know where we’re all from. I was talking to Andrea_r last week by private message and it was only then that I realized that she’s also an Atlantic Canadian… living in just the next province over!!!!!!!! Ha! Which got me to thinking… location should be part of the forum avatar… right under name.
February 16, 2010 at 4:17 pm #63531In reply to: How to find a Dev
D Cartwright
ParticipantI might be less busy in a month or so. Feel free to drop me a private message with details and I’ll let you know if/when I’m likely to be able to do anything.
February 15, 2010 at 5:37 pm #63423Dwenaus
Participanthey all, the plugin can be downloaded at https://wordpress.org/extend/plugins/buddypress-announce-group/ (once they approve it)
but for the time being it can be found at http://bluemandala.com/plugins/bp-announce-group.zip
it is pretty straight forward and can work with public groups, private or even hidden groups. Basically it make is to that only admins and moderators can add content. Regular members can join the group but can’t add any content.
February 15, 2010 at 11:54 am #63406In reply to: How to find a Dev
Xevo
ParticipantDon’t think anyone’s really gonna develop until 1.2 is out, you could wait or try sending the more populair developers a private message (brajesh, mr maz, etc).
February 14, 2010 at 1:20 am #63309PJ
ParticipantThank you for the suggestion.
New ticket: https://trac.buddypress.org/ticket/1943
February 13, 2010 at 11:29 pm #63295abcde666
Participantplease post this as an enhancement-ticket in trac:
February 13, 2010 at 3:28 pm #63265Andrea Rennick
Participant“- What is the best way to populate a ‘live’ (on a public server) site, view/test it online, but keep it hidden/private for non-admins (to prevent copycats, leaking, Google indexing etc)? The ‘privacy settings do no offer this choice? do I need a plugin for that?”
The simply brilliant way: edit your computer’s hosts file.
Slap MU up wherever, even on an IP address, but change your own host file to show the old domain at the new location. Proceed as usual. You & your computer is the only person to see the site “live”.
(oo bad construct there – computers aren’t people. yet.)
You won’t need any google-fu or the more privacy plugin. When the time comes, all you need to do is remove your own hosts file edit, update the DNS to the new server, and wait.
“- Which way to Chenge the Site url is working best (see https://codex.wordpress.org/Changing_The_Site_URL ), are the 2 ‘defines’ enough currently?”
in MU? Oh heck no. Nowhere near enough. The url is saved in a multitude of places. That’s why I suggested the hosts file way.
Yes, you have to keep editing it to go back to the live site, but it’s way less painful.
February 10, 2010 at 8:19 pm #63018In reply to: GPL Question re upcoming plugin release
Jeff Sayre
ParticipantYou will have to license your work under some version of the GPL that at minimum offers the freedoms that the WP GPL offers.
What others have said above is basically correct. The GPL does not say anything about free as in cost. It is about freedoms of the end user. In fact, the GPL does not discourage developers or theme designers from making money off of their work or someone else’s work.
However, the GPL is very specific in how this is to be done: either by charging a distribution fee, a support fee, or both. So, in effect, you are not charging for the code itself. The vast majority of Premium plugin shops simply charge a distribution and support fee. If their plugins are not GPLed, then something is wrong.
Here are two great links from the GNU website that explain this very clearly:
By the way, IMO there should not be a double standard in the WordPress community. Premium theme designers abound. Premium plugin developers should also be afforded the same respect and opportunity. The crucial point is that their work, like premium themes, must remain licensed under the GPL.
Of course, as Matt Mullenweg has stated on numerous occasions when discussing the issue of premium themes, although the PHP must be GPLed, the CSS and JS of the theme can be copyrighted. The same holds true with plugins. But, in my opinion, doing so is just too picky. I prefer to GPL everything–the PHP, CSS, JS, etc.
Now, you could choose to license your work under the AGPL, which is considered to offer more freedoms to the community. The basic difference from the GPL is that any changes made to your plugin, even if for private use, must be returned back to the community. Under GPLv1 through GPLv3, it is acceptable for any code changes to a plugin to remain private if the plugin is never distributed.
One final thought. I’ve stated this before in other places. Many people in the WordPress community seem to be moving beyond the spirit of the GPL, to a more utopian, share and share alike vision. There’s nothing wrong with that if it happens. But the GPL has never been about free as in cost.
February 9, 2010 at 9:18 pm #62901In reply to: Privacy comments and blogs
Boone Gorges
KeymasterThere are two ways of thinking about that, Erich. On one hand, insofar as the problem is mainly caused by a third-party plugin, there’s no real reason for it to be in the core. On the other hand, the core code is a little funny in that it doesn’t record private blog activity at all – IMO it’s better to record the activity and filter it out according to user roles. So something like what this plugin does might be appropriate for the core, but only the cases where privacy equals 0 or 1.
February 9, 2010 at 4:55 pm #62861In reply to: Forum types: public, private, hidden
Dwenaus
Participanthey, thanks for the helpful reply. I’m back on this project now, so I’ll check it out.
February 9, 2010 at 1:18 pm #62840In reply to: Privacy comments and blogs
Mark
ParticipantThis may help (thanks to Boone). It’s written for BP 1.1.3 which has the same problem with private posts/comments in the site wide activity stream. If you try this solution let us know if works on your BP 1.2 install.
February 9, 2010 at 12:17 am #62794In reply to: Privacy comments and blogs
abcde666
ParticipantI guess your Blog will be “private” when you select “Privacy No” during Blog-setup ?
Not sure about this though….
February 8, 2010 at 11:56 pm #62789In reply to: bbimg My attempt at photos…
designodyssey
Participant@symm2112. Tried to access the ‘private’ forum but I guess you have to be a paid member. Most sites that require paid membership have pre-sale questions thread to address these type of things. Might be a good idea.
NEway, I’d be interested in seeing these efforts merged. They seem too similar to keep separate. If Brajesh has a longer timeline, maybe the development help can change that. It also sounds like Brajesh will have incentive to keep it going due to being compensated.
Just a thought. We have so many other things that BP needs, I’d hate to see too much duplication. That said, if the functionality/use cases are different, maybe it’s justified.
February 8, 2010 at 3:24 pm #62716In reply to: BP 1.2 / bpPicture Album Plugin
m@rk
ParticipantThank you for your quick replies.
@Xevo: bp-gallery-beta sounds awesome – what kind of dilemma it’s for charge only.
I understand developers want/ need their infrastructure and efforts paid. But it’s also in opposition to the open source idea founded with BP. A “small” webmaster like me, caring exclusively for private websites not about earning any monetary benefits, has to think twice about if he can afford a “premium membership”. Furthermore, which provider should be chosen? buddydev.com? premium.wpmudev.org? etc.
Thanks for pointing to, anyway
February 5, 2010 at 11:40 pm #62509In reply to: BuddyPress Classifieds Component 1-beta released !
Jean-Pierre Michaud
Participantthe logic is to not use the blog but the interface… that’s why the blog is supposed to be set to private instead of public.
February 4, 2010 at 4:55 pm #62388In reply to: BuddyPress Classifieds Component 1-beta released !
grosbouff
Participant1. Classified Ad Entries do not appear in Activity Streams of Member nor Home Page
->Yes I have to fix this
2. Site Admin should delete Hello World first post in new private blog set up for classifieds – if not configured to delete before
->Added to installation intructions
3. Created Blog for Classifieds plugin Settings > Privacy was set to Block Google but allow online visitors – but the special blog is showing up in Blogs Directory even when Site Admin is logged out.
->BuddyPress bug ?
4A. Single page for a Classified Ad Entry – does not have navigation back to list of classifieds
->Neither Single page for Groups have; I try to keep things like core components
4B. or have a “Reply” field box for possible interested clients.
->I’m waiting that BP reintroduce the wire function
5. Categories chosen and Tags added during set up of Classified Ad Entry, are not showing up anywhere in Classified Directory Page or single page of the Classified Entry.
-> not ? Please upgrade to last version and don’t forget to update the theme directory
6. Feature Request: ability to upload even a small single 150×150 image to go along with the classified ad entry.
-> I’m waiting that BP handles pictures (galleries?) better
@Michael Berra :
Great thing – Grosbouff!

Thanks for your great job so far! I am really looking forward to it, et je te dire: merci beaucoup!!!
Merci

1. I couldn’t post a classified from the frontend – gave me a 400 error (could be, that it’s just me?!)
Did you move the theme folder ? (please upgrade to last version before)
3. “All classifieds” in the directory says (0) – but there is one! All the other “tags” I created say (1) although I only posted it in one of them (“sachen”).
Yes, classifieds counts are not OK yet
4. The advanced search doesn’t really work correctly: When I try to filter, it just ignores my setting.
Does firebug tells something ?
5. When I click on a category-link underneath a classified – it jumps to the filtering, but shows nothing (although there for sure is one classified with that categorie
Still have that bug ? Working here
7. The classified-activity doesn’t show up in the activity-stream. Not even, when I set the blog visible for everybody (also google)
Yes I have to fix this
8.The menu in the single-classified-view is underneath the text. Is that on purpose? The “Start” is empty… (should there be something)
Yes,
Waht do you mean by The “Start” ?
3. In my opinion it would be crucial that classified activity shows up in the activity-stream (in BP1.2 that is THE central point!)
4. The classifieds should have the possibility to react. I would recommend the same functions as any activity-item (comments, favorite) –>maybe that’s hard, because those are actually blogposts?
5. Pictures are very important (as mercime said). It is important to have the possibility to add pictures!
Yes I would like to add this too. When i’ll get time…
6. It should be translatable – but maybe that’s already in there, for your language is french
. I would need german…But it is
February 4, 2010 at 2:58 am #62347In reply to: BuddyPress Classifieds Component 1-beta released !
@mercime
Participant========== Continued ==========
Using 1.2 bp-default theme. Based on roles set in classified settings page, I allowed contributors upward to post classified ads.
Posting Classified Ads from BP frontend
1. Clicked on Classifieds on Main Nav.
2. In Classified Ads Directory Page – click on Create A Classified
2.1 – Classified Details – page has fields for Title and Description, then click on “Create Classified and Continue
2.2 – Classified Setttings – page has list of categories created per classified component instruction via special new blog and field box where you could add tags, and click on “Next Step”
2.3 – Classified Invites – page where you can send invites to other members re classifieds, click on “Finish”
Classified Ad Entry posted appears in Classified Ad Directory Page. The ad was also posted on the special new blog as post entry per my check. In addition, under member Profile Page, there’s now a link “My Classifieds” listing all entries posted in Classified Ads.
Posted Classified Entry from Special Blog Created for the plugin component
– Tested posting from the special blog to see if it appears in the BP-installed site. It Does.
Also, when you post the listing from the special blog, the tags show up in the Classified Directory Page and in single Classified Ad Entry page
Other Notes:
1. Classified Ad Entries do not appear in Activity Streams of Member nor Home Page
2. Site Admin should delete Hello World first post in new private blog set up for classifieds – if not configured to delete before
3, Created Blog for Classifieds plugin Settings > Privacy was set to Block Google but allow online visitors – but the special blog is showing up in Blogs Directory even when Site Admin is logged out.
4. Single page for a Classified Ad Entry – does not have navigation back to list of classifieds or have a “Reply” field box for possible interested clients.
5. Categories chosen and Tags added during set up of Classified Ad Entry, are not showing up anywhere in Classified Directory Page or single page of the Classified Entry.
6. Feature Request: ability to upload even a small single 150×150 image to go along with the classified ad entry.
Great job, Grosbouff. Thank you for continuing development on this component. Really Cool.
February 2, 2010 at 6:59 pm #62248In reply to: new blog posts do not show up in activity stream
Anointed
ParticipantTurns out nothing was wrong with my theme, I’m just plain stupid sometimes. After going through every troubleshooting step I could think of, it turned out I had simply set that blog to ‘private’ in the privacy settings. Makes perfect sense now that a private non-indexed blog should not show up in bp…. LOL
January 23, 2010 at 11:53 am #61436In reply to: Recent Activities on private group
Andy Peatling
KeymasterThis may have been a bug in 1.1, but it’s definitely fixed in trunk/1.2.
January 23, 2010 at 11:24 am #61432In reply to: Recent Activities on private group
Paul Wong-Gibbs
KeymasterWithout knowing these answers https://buddypress.org/forums/topic/when-asking-for-support, we can but only make wild guesses.
January 21, 2010 at 8:42 pm #61311In reply to: Recent Activities on private group
nig3d
Participantany clue if I have to check something in my own code or it’s a bug?
January 21, 2010 at 2:46 pm #61284jivany
ParticipantRaise a ticket. This is a usability/privacy issue. It should be blatantly obvious to the user who is replying to a private message that they are sending to more than the sender.
-
AuthorSearch Results