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/
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/
This is what I call incredible! Wow!
Trent
I would imagine this requires your other plugin (hack) for admin options to work!?
http://www.adityanaik.com/projects/plugins/bb-site-options/
Trent
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?
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
Way to keep the bar raised for developing plugins s101 ;)
Thanks for the plugin, one less thing I gotta make
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..
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
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...
Is there a link for nightly builds?
Trent
Thanks! The plugins work now with the latest code!
Cheers,
Trent
gr8..
I'm using the latest nightly. Instead of get_option() use bb_get_option().
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
I'm looking for a forum that is viewable publicly but to which only the Admin can post. Does this plugin accomplish this?
nope this wouldnt do it..
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
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
You need to update to the newest version of bbpress I think.
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
Thank you.
i want to allow registrations, i just don't want anyone posting to the announcements forum other than the key master.
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
We need a download section on the plugin homepage, BBpress plugins repository is broken :(
Regards, Covi.
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.
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.
You must log in to post.