Search Results for 'bbpress'
-
Search Results
-
Topic: bbpress notify error
Have just tried to activate bbpress notify, and have gotten all of these errors. Not sure where to start fixing. Can anyone help?
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /home7/backpad3/public_html/planitnz/wp-includes/functions.php on line 3019
Notice: Use of undefined constant _topic_recipients_inputfield – assumed ‘_topic_recipients_inputfield’ in /home7/backpad3/public_html/planitnz/wp-content/plugins/bbpress-notify/bbpress-notify.php on line 321
Notice: Use of undefined constant _email_newtopic_subject_inputfield – assumed ‘_email_newtopic_subject_inputfield’ in /home7/backpad3/public_html/planitnz/wp-content/plugins/bbpress-notify/bbpress-notify.php on line 322
Notice: Use of undefined constant _email_newtopic_body_inputfield – assumed ‘_email_newtopic_body_inputfield’ in /home7/backpad3/public_html/planitnz/wp-content/plugins/bbpress-notify/bbpress-notify.php on line 323
Notice: Use of undefined constant _reply_recipients_inputfield – assumed ‘_reply_recipients_inputfield’ in /home7/backpad3/public_html/planitnz/wp-content/plugins/bbpress-notify/bbpress-notify.php on line 324
Notice: Use of undefined constant _email_newreply_subject_inputfield – assumed ‘_email_newreply_subject_inputfield’ in /home7/backpad3/public_html/planitnz/wp-content/plugins/bbpress-notify/bbpress-notify.php on line 325
Notice: Use of undefined constant _email_newreply_body_inputfield – assumed ‘_email_newreply_body_inputfield’ in /home7/backpad3/public_html/planitnz/wp-content/plugins/bbpress-notify/bbpress-notify.php on line 326
Just curious is it me doing something wrong or can’t we give each single-forum it’s own page template ?
I thought earlier we could do something like this.
bbpress/content-single-forum.php ( default )
bbpress/content-single-forum-%forum-name%.php ( custom )?
bbPress works fine, but
when I tested writing topic with a Participant account, I can delete my own topic
how can I fix the problem?
Topic: How do i move the Search Box
I would like to put my search for the forums in my footer.
<div class=”bbp-search-form”></div>, essentially move this to the footer. I need to echo out this form with php in the footer.I tried… echo do_shortcode(‘[bbp-search]‘) and [bbp-search-form]… those 2 shortcodes did not work. However other bbpress shortcodes did work with do_shortcode. Any other options. Or what is the php function that is called to output the search input box ? Thanks Jillian
Hello, im new to bbpress and need a bit of help. Is there any way that i can restrict the capabilities of a user in BBPress? I only want the role of ‘Participant’ to be able to view topics?
Hi, i am new to bbpress, for some reason that i cant see, when i select the edit link that is above the topic post, there is no eidt page displaying? can someone please shed some light on this as i do not have a clue as to why it is not displaying.
Thanks
BBPress version: 3.5.2
WP Version: 3.8
URL: goo.gl/1ZTB1sTopic: BBress not inheriting theme
Hey there,
My bbpress forums are not inheriting my theme, it works for some people and for others it doesnt. When myself and several members visit the forums they look correct but when we got to a topic it shows up with not css whatsoever just a white page with everything aligned to the left. Any ideas how to fix?
Topic: Moving the search box form
I would like to put my search for the forums in my footer.
<div class=”bbp-search-form”></div>, essentially move this to the footer. I need to echo out this form with php in the footer.I tried… echo do_shortcode(‘[bbp-search]‘) and [bbp-search-form]… those 2 shortcodes did not work. However other bbpress shortcodes did work with do_shortcode. Any other options. Or what is the php function that is called to output the search input box ? Thanks Jillian.
i have a php code that help me to add any button in wordpress quicktags toolbar:
add_action( 'admin_footer-post-new.php', 'pre_add_quick_tag' ); add_action( 'admin_footer-post.php', 'pre_add_quick_tag' ); function pre_add_quick_tag() { ?> <script type="text/javascript"> edButtons[edButtons.length] = new edButton( 'pre', 'pre', '<pre>', '</pre>', '' ); </script> }now i want this pre button also added in bbpress (not just for admin, i want all users can use this button), any idea?
ps: i also asked this question here
Use WP 3.7.1, bbPress 2.5.3, just installed, theme twenty ten. I followed your instructions on your website. After installation I made a page named Forums, after that I made a forum and a topic, both as test. The test is no more visible in the website as I removed the test. The test forum I had placed as subpage at the forums page. As far as good. When I opened the forum in the website I saw in the top of the forum page I see the name of the forum and direct thereunder the navigation line: home>forums>name of forum>subscribe, the following line ‘This forum is empty'(light blue background), the following line Viewing topic 1 (of total 1). Under this topic, the line: Viewing topic 1 (of total 1), thereunder the line: Your account has the ability to post unrestricted HTML content, thereunder a field to bring in another topic such as I’m writing in now.
I’m not a professional so I don’t know how to recover this problem. regards, Robert
Topic: Search Not Working BBpress
My site just shows viewing 6 results and nothing shows up under that. Search results blank space like its trying to display them but can’t. I am guessing this is a theme issue any ideas on how to fix this? Really need your help. I wouldn’t mind making someone a mod on my forum if they can fix this.
Viewing 6 results – 1 through 6 (of 71 total) 12…12→
Author
Search ResultsAuthor
Search ResultsTopic: Prohibit New Topic Creation
Hi.
I use both the current version of wordpress and bbpress and my goal is to disallow new topic creation for non-admins, but allow people to post within pre-made topics.
Will this be possible in the near future?
Hi, i am new to bbpress, for some reason that i cant see, when i select the edit link that is above the topic post, there is no eidt page displaying? can someone please shed some light on this as i do not have a clue as to why it is not displaying.
Thanks
BBPress version: 3.5.2
WP Version: 3.8
URL: goo.gl/1ZTB1s
Hi, just a quick question about this new feature that has been in the pipeline for some time:
https://bbpress.trac.wordpress.org/ticket/2498
there is already a plugin that provides this functionality (http://wordpress.org/plugins/bbpress-post-topics/) and it is being used already on the official sites here so I’m curious why it isn’t a done deal?
thank you!