Search Results for 'bbpress'
-
AuthorSearch Results
-
June 29, 2015 at 10:17 am #241241
In reply to: White Lines Displaying On Pages
kjgbriggs
ParticipantSorry for the confusion, I have just switched FROM WPSymposium TO BuddyPress and BBPress as I believed they would offer a much more widely supported and updated experience and a lot more features, which they do.
I believe I have managed to get rid of these lines by adding this to my CSS for anyone else having this problem..bbpress #main-content .container:before { display: none !important; }June 28, 2015 at 5:38 pm #241219In reply to: Displaying a custom string only changeable by admins
danbp
ParticipantYou’ve better to ask this on WP Symposium support if you don’t know how to handle this or on bbPress support. You’re on BuddyPress support here !
June 27, 2015 at 10:59 pm #241192In reply to: BubbyPress + BBPress, ERROR
webappdesigner
Participantanswered my own question….
For anyone that has the same problem, bbpress -> includes -> extend -> buddypress -> groups.php
on line 151 change
public function display() {
to
public function display($group_id = NULL) {June 27, 2015 at 9:18 pm #241190In reply to: BubbyPress + BBPress, ERROR
webappdesigner
ParticipantSorry, i did not realise that this was a BBPress issue rather than a BuddyPress one….
where would i find “class BBP_Forums_Group_Extension”
June 27, 2015 at 8:58 pm #241189In reply to: BubbyPress + BBPress, ERROR
shanebp
ModeratorThis is an issue for bbPress support.
Or you could try changing the display function in
class BBP_Forums_Group_Extensionfrom:
public function display() {
to
public function display($group_id = NULL) {June 23, 2015 at 5:47 am #241001In reply to: how to change forum roles programmatically
Henry Wright
ModeratorTry asking this over at the bbPress support forums.
June 19, 2015 at 9:54 am #240875In reply to: Forums not sending email on new topic
Antipole
ParticipantOK – in the absence of anyone enlightening me, I set up a test site with just WP, BuddyPress and bbPress, together with the plugin ’email log’. I determined that emails are not sent by bbPress.
I have now installed BuddyPress Forum Notifier, which seems to do the job.
I am presently experimenting with cron to ensure the batching of comments works reliably.
June 18, 2015 at 5:48 pm #240855In reply to: @mention autosuggest in visual editor
danbp
Participantall i could say is that is an old request, even if confidential.
See this ticket opened 4 years ago
and this bbpress ticket kicked to 2.7 as idea. And why not 6.0 ? 😉Supposing that if more people would ask, it will be resolved faster.
Aside, the gist given by imath need to be completed to work with BP 2.3.2.1 on text Tab (only) by adding
bp_is_grouptoif ( function_exists( 'bbpress' ) && is_bbpress() || bp_is_group() )And to enable visual editor, no need of a plugin. See here.
June 18, 2015 at 5:07 pm #240851In reply to: Remove BP profile link in BBPress
b2marketing
ParticipantHi Shane
Thanks for quick reply.
Its because I am using a badge plugin that requires Buddypress to be active before the badge plugin will work for bbPress.
I will check in the bbPress forum. Thanks
June 18, 2015 at 4:51 pm #240849In reply to: Remove BP profile link in BBPress
shanebp
ModeratorWhy are you using BuddyPress if you use Ultimate Member ?
Have you considered turning off the xprofile component in BP?
You might want to ask on bbPress forums about how to filter the author links in forums.
June 18, 2015 at 7:25 am #240826In reply to: @mention autosuggest in visual editor
oliver_rub
Participant@danbp
Sorry for not writing that earlier. It seems that I need to work on my problem description skills. I enabled the visual tab already through an addon called bbpress-enable-tinymce-visual-tab, but since I used that for quite some time I forgot that the visual tab is switched off by default.
So my setting is: I have BuddyPress groups, with bbPress forums. I have the visual tab enabled (easier to use for non-techi persons). I have the @mentions feature enabled, but it only works in the text tab (the ‘quicktags’ argument on the bbPress link you gave me). So what I want is now somehow enable the @mentions feature also for the visual tab.
I thought that @oakcreative has a similar approach, thats why I joined the thread. But I´m not sure how to replicate his approach with bbPress…June 16, 2015 at 6:03 pm #240784shanebp
ModeratorCan you create a topic in a group forum front-end if you created the group?
Are the Forum Attribute settings ‘Forum, Open, Public’ in wp-admin > Forums > [some forum] ?
Did you check the settings here: /wp-admin/options-general.php?page=bbpress ?
Are you running any plugins that affect roles / permissions / capabilities ?
Does the same problem occur in a site-wide public forum?
June 16, 2015 at 5:37 pm #240783donalconlon
ParticipantHi Shane,
Group forums. It appears i can create topics through the wp admin page, but no-one can reply through the front-end.
I probably should have started in bbPress support; but last time i posted similar topics on both places, i was charged with “cross-posting”.
Appreciate the help.
June 16, 2015 at 5:23 pm #240782shanebp
ModeratorAre you talking about Group Forums or site-wide forums?
Are you aware of the bbPress support site?
June 16, 2015 at 1:16 pm #240768In reply to: [Resolved] Groups function is broken
pihla
ParticipantYes, this is exactly the case, it does not create the second group, because the id is 0 so the auto-increment is not working (and the first one created a row in the database, but does not show in the front end)
Yes, there is nothing wrong with the id 0 with the forum, I was just wondering why does it give duplicate entry warning with this:
WordPress database error: [Duplicate entry ‘0’ for key ‘PRIMARY’]
INSERT INTO wp_bp_groups ( creator_id, name, slug, description, status, enable_forum, date_created ) VALUES ( 22, ‘Vanhat talot’, ‘vanhat-talot’, ‘Vanhat talot’, ‘public’, 0, ‘2015-06-16 08:25:16′ )and the only 0 in this insert is the enable_forum which should not be primary, but well this might just refer to the group_id field that is not auto incremented.
I even updated the themes Buddy Press and bbPress files (Kleo-theme) and updated again Buddy Press, even though it was in version 2.3.1, did not help…
@shanebp where did you find the information about the non-BP reports where WP 4.2.2 $wpdb->insert_id returns 0? I could try to find the info from there.June 16, 2015 at 12:37 pm #240763In reply to: [Resolved] Groups function is broken
shanebp
ModeratorRe group name length: I was just guessing, since I cannot duplicate the error.
‘Vanhat talot’ is short, so that shouldn’t be the issue.So you created a group – and the id was 0, correct ?
Then the next group failed due to the duplicate entry 0, correct ?
If so, then the group id field is not being auto-incremented.The enable_forum field should be 0 if you did not select ‘I want a forum’ when you created the group.
If you did select ‘I want a forum’, which version of bbPress are you using?June 16, 2015 at 7:20 am #240756In reply to: @mention autosuggest in visual editor
danbp
ParticipantThe text tab used for group forum is striped by bbpress filters and BP filters. And the visual editor is set to off by default since bbp 2.3
If you need visual tab with some tinyMCE buttons, read here, maybe you can arrange this to your need ?June 16, 2015 at 6:34 am #240755In reply to: @mention autosuggest in visual editor
oliver_rub
Participant@danbp
Thanks for your suggestion Dan.
I already tried that. There are two problems with that snippent. The first being that the is_bbpress() is returning false when i access bbpress forums in a buddypress group (theme: firmasite). Thats easy to solve through eliminating that check.
The second problem is that currently the @mentions system isn’t working for the visual tab in tinyMCE, it works only for the text tab. Also discussed briefly between Paul Gibbs and Unsal Korkmaz here: https://buddypress.org/support/topic/buddypress-2-1-patsy/ (see comments)One of the requirements for our platform is that users can use those fancy buttons in the visual tab, but having the mentions autocomplete only in the text tab is a little bit ..you know…unexpected for users 😉
Thus i hoped i can somehow manage to reproduce the approach of OakCreative, but I havent been successful.
Maybe also updating the at.js is a way to go, but the jump from the used version (0.5.2) to the current (1.3.0) seems to be to big to work just with replacing the script.
So this is my current knowledge about this topic. Does anyone know how to proceed? Or should i create a ticket for this, so that the devs can have a look into this in future releases? I havent found any ticket dealing with exactly this.June 15, 2015 at 5:50 pm #240741In reply to: @mention autosuggest in visual editor
danbp
Participantto get @mention in bbpress topics, try this snippet
https://buddypress.org/support/topic/mention-autolink-to-profile/#post-237202June 15, 2015 at 1:12 pm #240729In reply to: @mention autosuggest in visual editor
oliver_rub
ParticipantI´m currently working on the same problem; Making the @mentions work in the visual tab. But i try to achieve this within bbPress as well.
Any idea what files to change there? I´m struggling a little bit to find the lines you mentioned above.edit: Did you come up with a more elegant solution in the mean time?
June 13, 2015 at 2:25 pm #240666In reply to: Setup BuddyPress Forum without bbPress
Fox_Black
ParticipantThank you very much for your answer!
I thougth first that with BP 1.1 and higher you can now use a forum from within a component of buddypress directly instead of using bbPress.
I thank you, that you clarified that. So I will use bbPress furthermore 🙂
Best reagards,
June 12, 2015 at 8:00 pm #240647In reply to: Username problems
billreefer
ParticipantI added that snip to the bottom of the PLUGIN bbpress.php, NOT the THEME functions.php
I am going to scrounge to see how I can add that warning to the top of the page in the welcome.
June 12, 2015 at 4:27 pm #240640In reply to: Buddypress creating duplicate tags taxonomy
SidianMSJones
ParticipantWent back and realized on this particular site I don’t have BBPress installed, so no, it isn’t that. BP seems to create it.
Is there no documentation of BP creating it’s own taxonomy and also not listing it in the admin panels?
June 12, 2015 at 3:59 pm #240639notpoppy
ParticipantOK I’ve been able to recreate the problem which has given me a much better understanding of what is going wrong. Worryingly, it seems the problem also affects anyone who’s signed up for the first time:
* New users (and some existing users) are shown the message “You cannot create new topics” in forums belonging to groups which they are not members of.
* They are also shown the message “You cannot reply to this topic” in topic threads of forums belonging to groups which they are not members of.
* If they join the group, these messages go awayI thought the way it was supposed to work was that users can post in any public forum, and when they do so for the first time they automatically become a member of that group. Is that correct? If so why isn’t that working here?
I have tried disabling all plugins (apart from BuddyPress and BBPress, of course) and using a default theme, all of which made no difference.
I am still unable to run the “Remap existing users to default forum roles” option in /wp-admin/tools.php?page=bbp-repair. If I disable all plugins (apart from BuddyPress and BBPress) then when I run it I get the following error:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in /var/www/f1fanatic/htdocs/wp-includes/cache.php on line 631
I am looking into whether I can raise the memory limit on the server to get it to run. In the meantime if anyone can shed any light on this problem please do!
June 12, 2015 at 8:52 am #240626In reply to: [Resolved] Groups function is broken
danbp
ParticipantThat’s an old bug who was patched. (see here) Check bbpress code and update it if you’re using an older version.
Also, if you have debug mode on in wp-config, revert it to off.
If the message still remains, deactivate your theme and use Twenty Fifteen or Fourteen to test.
If the message disappear, you know the culprit. In that case , contact your theme support -
AuthorSearch Results