Forums

Join
bbPress Support ForumsPluginsPrivate Forums Plugin

Info

Private Forums Plugin

  1. I create a plugin that will allow the administrator to set forum(s) as private. these forums will only be visible when you login.

    http://www.adityanaik.com/projects/plugins/bb-private-forums/

  2. This is what I call incredible! Wow!

    Trent

  3. I would imagine this requires your other plugin (hack) for admin options to work!?

    http://www.adityanaik.com/projects/plugins/bb-site-options/

    Trent

  4. I am getting this beside each item in the private forum list in the admin:

    Warning: array_key_exists(): The second argument should be either an array or an object in /var/www/html/blog/forum/my-plugins/private-forums.php on line 29
    value="1" > Terms of Service

    Any ideas?

  5. If I submit anything in that page, it gives me the following error:

    Fatal error: Call to undefined function: is_serialized() in /var/www/html/blog/forum/my-plugins/site-options.php on line 179

    Trent

  6. Way to keep the bar raised for developing plugins s101 ;)

    Thanks for the plugin, one less thing I gotta make

  7. The plugin currently works on the latest code.. let me check if i can fix the code to work with blix..

    Trent:
    can you check with the latest code and let know..

  8. I just redownloaded both site options and private forum plugins and reinstalled them.

    Still get the error:

    Fatal error: Call to undefined function: is_serialized() in /var/www/html/blog/forum/my-plugins/site-options.php on line 179

    Should I just give up and get lastest code?

    Trent

  9. sorry about the mis communication..

    the latest code for bbpress.. :) coz the is_serialized function is in the latest code but not in blix i think...

  10. Is there a link for nightly builds?

    Trent

  11. Thanks! The plugins work now with the latest code!

    Cheers,

    Trent

  12. gr8..

  13. I'm using the latest nightly. Instead of get_option() use bb_get_option().

  14. Private Forum Version 1.1 Released

    http://www.adityanaik.com/projects/plugins/bb-private-forums/

    Please report any bugs here
    http://www.adityanaik.com/forums/forum/4

  15. I'm looking for a forum that is viewable publicly but to which only the Admin can post. Does this plugin accomplish this?

  16. nope this wouldnt do it..

  17. If you want a forum that is viewable publicly, but only the admin could post, you could just create the forum and take away register.php from the install so no other users could post. Then you would just need to edit your template files to take away all instances that refer to logging in and registering.

    Trent

  18. if i update with newest file i get

    Fatal error: Call to undefined function: is_serialized() in [..] bb-includes/functions.php on line 364

    so what now? :X

  19. You need to update to the newest version of bbpress I think.

  20. that IS the problem

    i downloaded and installed bbpress today (i think this is the newest version) and then downloaded the 3 files from http://trac.bbpress.org/changeset/555/trunk?old_path=%2F&format=zip

    but then: Fatal error: Call to undefined function: is_serialized() in [..] bb-includes/functions.php on line 364

  21. You need the complete TRAC version of bbPress:

    Found HERE

    Trent

  22. Thank you.

  23. i want to allow registrations, i just don't want anyone posting to the announcements forum other than the key master.

  24. So10, is it possible to have an addition (or another plugin) that will mark the private posts (under latest discussion on front page) as such? That way, then people would know to be logged in to view them without getting fired off the error (not logged in page)?

    Trent

  25. We need a download section on the plugin homepage, BBpress plugins repository is broken :(

    Regards, Covi.

  26. If you ever feel like upgrading this plug-in, here's a feature request:

    Make the specific forum private to certain user classes.

    I recently converted from SMF, where I had a number of 'secret' forums. These were were used for 'in-house' project discussions, not for your average user. I had to delete all these sub-forums from bbPress because they weren't for all eyes to see.

    I'd love to be able to set it so that only 'staff' can see a particular board, whereas most boards would be accessible by all.

  27. I second that and suggest an additional option. I'm using private forums but it is lacking two things that would make it great and make bbPress more in line with other forums:

    1. allow viewing to be based on class, e.g. I have a admin section that I only want admins to even know exists, but I also have other forums that I do want people to see but not necessarily acces, which leads onto...

    2. allow the ability to reply to topics but not create new ones, e.g. you have fixed items (like, say a support forum) where people can post questions but not create new topics.

  28. Because the plugin-section of this site is mainly dead, and I really need to fix this problem, I'll copy the same thing:

    The plug-in is great, but somehow it turns off randomly. With the forum going live in about a week, I really need some help with this.

  29. Plugin section isn't dead, it's just that some authors don't monitor it or abandoned their work.

    Try the Hidden Forums plugin instead of Private Forums.
    Uses newer techniques available in bbPress 0.9 so it's faster and more complete/reliable.

  30. You must log in to post.