Forum Replies Created
-
In reply to: Private Forums Plugin
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
In reply to: Private Forums PluginIf 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
In reply to: Private Forums PluginI 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?
In reply to: Private Forums PluginI would imagine this requires your other plugin (hack) for admin options to work!?
http://www.adityanaik.com/projects/plugins/bb-site-options/
Trent
In reply to: Private Forums PluginThis is what I call incredible! Wow!
Trent
In reply to: bbPress post 0.03Ok….I had to uninstall and then re-install to update the options in the database. It is working now!
In reply to: bbPress post 0.03Anyone having an issue with the plugin options not saving, so it doesn’t work?
Trent
In reply to: Possible bug with deleting usersSo10 has done some work on this and got a fix for now. Check it out at the above TRAC ticket or :
https://trac.bbpress.org/attachment/ticket/497/ticket-497.patch
Trent
In reply to: Private Forum scriptWould there be a way to exclude certain forums for this plugin as “public” forums or just have a list of “private” forums. Basically, can this be adapted to actually have private forums and topics in that forum that don’t show up unless logged in, but the rest show up all the time?
This has been asked for several times and would be really useful for even myself as I would like to have certain posts only for members!
Trent
In reply to: Role-based forums plugin?Nothing is up yet, but maybe post something over at the following link because it might be just adding a little code to add a forum list to the code in this topic. Might be quick for someone. I would like this as well!
https://bbpress.org/forums/topic/347?replies=24
Trent
In reply to: users’ email addressTemporary fix (REQUIRES CORE HACK).
Go to bb-admin/admin-functions.php and edit line 288 from:
function display( $show_search = true, $show_email = false ) {
to
function display( $show_search = true, $show_email = true ) {
That will get it showing the the admin area under users. There might be an easier way or a setting to change without this core hack, but the functionality was already built in.
Trent
If you navigate to /bb-admin/rewrite-rules.php and that might help.
Trent
In reply to: users’ email addressI guess I am lucky and view the users in WP because of the integration. It would be nice to have that information show up in the admin though.
Trent
Yeah it is working Ron! Now you can play with the permalinks if you want. Just need to work at it if it is important to you, but right now, it is working fine.
Trent
Actually, you have your name being /forum/ and then when it goes to the forum, it is ironically named forum as well. Hense, the:
http://www.miamiastrology.com/forum/forum/1
If your forum was called discussions it would come up as:
http://www.miamiastrology.com/discussions/forum/1
Problem for the 404 error seems to me to be because something is wrong with your fancy permalinks. I would check out the following link and make sure everything is according to the docs:
https://bbpress.org/documentation/faq/#pretty-permalinks
If you still can’t get it working, then maybe turn off the permalinks in the config.php file to make sure it is the permalinks that are causing the problem.
Trent
In reply to: integrate to a different WordPressIt can be done, because wordpress, bbpress and wordpress MU all use the same user table because you can login to all 3 sites with the same information and user table (3 different bbpress installs).
Trent
In reply to: integrate to a different WordPressWhat I would try is getting bbpress site 2 using the WP 1 users directly. Try using the cookie information from the docs:
If bbPress is not installed in a subdirectory of your WordPress install, you’ll probably need to adjust both bbPress’ and WordPress’ cookies to meet your specific requirements. Below is a brief outline of the variables and constants that control the cookie behavior in the two programs.
PHP bbPress WordPress
name $bb->usercookie USER_COOKIE
name $bb->passcookie PASS_COOKIE
path $bb->cookiepath COOKIEPATH
path $bb->sitecookiepath SITECOOKIEPATH
domain $bb->cookiedomain COOKIE_DOMAIN
Trent
In reply to: Plugin: Post NotificationIn reply to: Plugin – Member ListNot really important right now anyways! Love the plugin! I just hid it a little bit by putting it in a sticky post because I find that spammers love to register just to get a link on an actual page. That is annoying and really distorts the memberlist. I might even call it by a different name and make it so .htaccess blocks it from hitting the search engines.
The joys of spammers.
Trent
In reply to: Plugin – Member ListOk….last request! How about option to sort by post count as well (if applicable!)
Trent
In reply to: Plugin – Member ListI figured that out shortly after posting….*sigh*
Thanks,
Trent
In reply to: Possible bug with deleting usersIn reply to: Plugin – Member ListSorry….where do I enable that?
Trent
In reply to: Plugin – Member ListOther than my formatting….it works great!
Trent
In reply to: Plugin – Member ListThat works for me! Working now….I will check the call on the main page now, but sorting works.
Trent