Do you have any tips or advice for people planning for Safari Holidays?
Safari hilidays
Published on September 2nd, 2011 by RalinaProblem with this forum…. login
Published on September 1st, 2011 by jabbamonkeyI always check the REMEMBER ME check box (even though it’s not labeled), and my security settings are low (so I know I’m not deleting my cookies). However, whenever I get to the site, I’m always logged out.
Also, whenever I put in my login info and click LOGIN, nothing happens … the page quickly reloads, but the login fields still remain on the screen. Then, if I surf around on the forum, the login fields go away and I notice that it DID recognize that I’m logged in. But, if I go BACK to the back I was on that I wanted to view (maybe it was a post that I wanted to reply to), then it shows that I am logged out again (even if I refresh the page). So, in order to view that page as logged in, I need to get to that page from some other way (either by searching the forums for the page, or going to my posts, etc.)
This is all very aggravating every time I come here…
I set to lock but subscribers can change their own topic
Published on September 1st, 2011 by c0cc0billForum settings – I set to lock after 5 minutes after editing.
But when they access the profile, the subscribers can always change their topics (not replies, but the topic)
Subforum list not displaying if all subforums are private
Published on September 1st, 2011 by jczerwonkaIt seems bbp_get_forum_subforum_count() does not return private forums. So when all the subforums are private, this funcion returns 0 which causes the list forums function to bail.
I got it around it by creating the following filter to count the forums:
add_filter( 'bbp_get_forum_subforum_count', 'my_subforum_count', 3 );
function my_subforum_count( $forum_count, $forum_id ) {
$subforums = bbp_forum_get_subforums( array( 'post_parent' => $forum_id ) );
return count( $subforums );
}
Please advise if you’d like me to create a trac ticket for this. I didn’t want to create a ticket in case it already exists or I’m just doing something wrong.
Thanks,
John
2.0 – Custom registration fields
Published on September 1st, 2011 by jabbamonkeyIn version 1.0, there is a way to create custom registration fields (creating a regfields module, with a short bit of code).
Is there a way to do this for 2.0? I upgraded to the newer forum, because I thought things like this would be easier.
Also, is there a way to make certain fields private (so they are submitted for admins to view, but not publically posted to the profile)?
2.0 – No Register or Login links
Published on September 1st, 2011 by jabbamonkeyI just installed 2.0. Where are the register and login links for the forum? I saw the page for shortcode (https://bbpress.org/forums/topic/bbpress-20-shortcodes) and created a page for registration and login.
Does the regular template not add these links to the pages? Do we need to add them on our own? Do we add them to our bbpress theme, or our wordpress theme?
2.0 – where to create themes
Published on September 1st, 2011 by jabbamonkeyDocumentation seems a little limited … and probably outdated. Is the page located at https://bbpress.org/documentation/themes/ still correct for version 2.0? (you might want to make a note of this)
Like version 1.0, do we create a “my-templates” folder in the main “bbpress” folder? Or do we just create a new theme folder inside the “bbp-themes” folder?
bbpress theme switching
Published on September 1st, 2011 by netloggedI have installed bbpress as a plugin.
How can i switch to different theme. Right now bbpress is using my wordpress active theme.
i have also downloaded and put a theme in my-templates directory but cant activate it
any suggestions?
WangGuard, Answering questions
Published on September 1st, 2011 by Jose ContiHi to all,
I have a problem for reply on WangGuard plugin page: https://bbpress.org/plugins/topic/wangguard/ and I can not answer the questions.
I’m the WangGuard Developer.
WangGuard ONLY works on bbPress 2.0+, WangGuard DO NOT work on bbPress 1.x
bbPress 2.0 is a WordPress plugin.
bbPress 2.0 is a WordPress plugin and use the WordPress registration page. That means bbPress 2.0 will fight with sploggers software. The Captchas or reCAPTCHAs not work with this splogger softwares because they jump or crack Captchas and reCAPTCHAS.
Really, only WangGuard will help you with that sploggers or unwanted users. If you don’t use WangGuard, your database will become bigger and bigger.
Now, concerning questions on the plugin page:
@miracleren : Thanks a lot
@Yosemite : You are installing WangGuard on bbPress 1.x and only works on bbPress 2.0+
@iPad 2 kopen : really low people with bbPress use WangGuard, but on WordPress there are more tha 5.000 sites with WangGuard installed. WangGuard is 5 month old and has stopped more than 740.000 (148.000/month) unwanted users. when all bbPress users will upgrade to bbPress 2.0 may use WangGuard.
@PS Vita Forum : WangGuard works like Akismet but for users. Akismet filter the comments on WordPress and the Topics on bbPress. WangGuard filter the users on the registration page. If a user is a Splogger or a unwanted user, WangGuard will block the registration. Too, with WangGuard you can look for a splogger or unwanted user on you database, if WangGuard find a splogger or unwanted user, it will be marked as splogger and spam user and you may delete from the database, that works with a wizard.
Regards
Can't view any profiles- returning error
Published on September 1st, 2011 by rayvhi there guys,
i’m using a rockettheme wordpress template and seem to be having issues with the beta 2 profile pages. whenever i click a username on the forums to visit the bbpress profile page of that user, it is a completely unformatted page consisting of:
>
Home
About Us
Page 3
Page 4
Forums
Logout
Fatal error: Call to undefined function get_query_type() in /wp-content/plugins/gantry/core/gantrybodylayout.class.php on line 94
I don’t know what to do. That’s all that appears on the page. That first “>” is indicating to me that there’s something wrong in a code somewhere, maybe thats an extra “>” or there’s another missing “>” or something. im not too experienced with php or wordpress, but im comfortable editing it if given instructions. if anybody could help me on this issue, i would be extremely grateful – i’ve been trying to fix it for a few days now.
thanks, i hope somebody can lend a helping hand!
(by the way, this exact same thing happens, with the same error too, when i click ‘EDIT’ to edit a post other than the first post in a topic.)