Search Results for '+.+default+.+'
-
Search Results
-
Using Gravity Forms and bbPress, I am attempting to create a new topic, within a specific forum, upon form submission.
I have tried to incorporate the Gravity Forms Custom Post Type add-on to accomplish this, but, presumably due to the non-heirarchial structure of bbPress forums, I only seem able to either:
A) Create a new FORUM with the submitted data
or
B) Create a new TOPIC that goes unassigned to any forumSo, basically, unless a topic can be created as a child of a forum, I’m not sure there’s a way to get this working with that add-on.
Is there any way I can force the topic to be created within a specified forum using php? Any other thoughts or alternatives? Maybe a workaround that forces all topics created via Gravity Forms submission to default to a specified forum?
For what it’s worth, I am using Gravity Forms for users to submit event proposals. My idea is to then have the submission data routed into a forum like bbPress where the powers that be may vote on and discuss each proposal.
Wordpress Version:4.9.2
bbPress Version: 2.5.14
Site: http://www.avaiya.comI have a couple of questions related to the default emails that get sent when people post to forums, follow topics, etc.
1. These emails show up as being sent from our admin email address, with the name Avaiya Media. I’d like to edit the name and the email address sending the emails. Do you know how I can do that?
2. These emails send a notification to the person who subscribed to that forum post, but they also
automatically send an email to noreply@avaiya.com. This is bouncing. How can I remove this email address when these emails are sent?Thanks!
I created two forums as category (named ‘dog’ and ‘cat’).
and I want to show pages which belongs to each category in completely different layout and design.
So, I hit on a following idea as a solution.
1)create a new bbpress theme (./plugins/bbpress/templates/new-template)
2)when users see pages which belongs to ‘dog forum’, activate default theme.
and when users see pages which belongs to ‘cat forum’, activate new theme.In other words, switching bbpress theme and templates depending on forums that users are currently seeing.
But I don’t know how to put it into practice.help please.
sorry for my poor english!
Hi,
if I click on “reply” for a comment I would expect the form to appear below that comment. This currently does not work due to a bug in reply.js (bbpress/templates/default/js/reply.js) in line 19.
reply.parentNode.appendChild(respond);
If you change it to the following, everything works fine:
reply.parentNode.appendChild(respond, null);
Best Daniel
PS: Would be great to see development happen on github… 😉
Topic: Change default path / url
Hi,
I need to change path URL to load bbPress resources because default domain is not “real” domain for users. For example:
To admin bbPress I have to go to http://www.my-admin-domain.com/wp-admin/ but, for the users, website is http://www.users-domain.com. The problem is that bbPress want to load resources from admin domain instead of users domain and first one is not accesible to load them.
How can I change this and configure it with users domain??
Thanks!
Hi dear support,
we have installed your plugin on our website and apparently it’s not working properly.
If we use the shortcodes to place it on some page:
It shows list of forums but once you try accessing some forum it shows empty page:
Also, the default forum page is not working:
http://jadran.paprikart.rs/forums/We already tried disabling all the plugins to rest assured that plugin conflict is not making some conflict there and it’s still not working.
WP version 4.9.1.
Can you please take a look at it and advise?
Thanks in advance!
SMF to BBPress – error utf8mb4
I am getting the same error as this post identifies:
WordPress database error: [Specified key was too long; max key length is 1000 bytes] CREATE TABLE wp_bbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default '0', meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key(191), meta_value(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
But for Vanilla. It looks like an update to the importer is all that it took to fix this,
Thoughts?
Thanks for your time!!
— sdeeds
WP Version 4.9.1
Vanilla Version 2.3.1
bbPress Version 2.5.14