Search Results for 'bbpress'
-
Search Results
-
Topic: CSS & HTML As Admin
Hi All,
I just created a really nice working table that I wanted to post as a sticky topic on my bbpress forums. I’m set up as an admin and have full html capabilities.
When I preview my html & css in Coda, it works great! Upon typing in the code as a new sticky topic, it is not inheriting any of the CSS styling.
Is this possible? I’m positive that styling and everything is done correctly. The forum just isn’t seeing it.
Thanks for the help.
– Boomer
I have the WP plugin “404 to 301” installed, which lists all 404 errors in a database.
I also have bbpress installed.
404-to-301 claims that every attempt to look at a forum users details such as/forums/users/me/favorites
/forums/users/me/topics
etc…are failing. I can surf to those pages just fine. Is this something bbPress is doing behind the scenes? Very strange.
Hi,
When searching through the forum and not being logged in, a message appears at the bottom saying you must be logged in to post a reply……
Is there any way you can send me the code, so that there is a direct link to the forum login from this message or next to the message.bbPress version is up to date. and wordpress version is a unique one created by web dev company.
Thanks in advance for your helpTopic: List Followed Posts?
Hi all!
I’m using bbPress as part of a membership website. I know that a member can select to have post responses sent to their email. But is it possible to include a list of each specific member’s posts on the dashboard (account) page that I’m creating? This seems like an easy way for them to access what they’re posted, and track responses. Is there a shortcode for this, or will it require customization?
Thanks!
Hi, I just want to have a top navigation on bbpress. It’s very annoying to have to scroll down to change the page. How can I do that? What php file should I modify?
Thank you so much!
Topic: Anonymous posting
Hi bbpress,
Ive made a forum which doesnt require people to register before posting. But if they would like to post they have to insert email, name and homepage. I’d like them only to add name, is there any way to fix this?
Thanks,
ZackHey wondeirng if you can helpus out, we have bbpress forums set up on our site,
but we are having difficulties understanding how bbpress works.
How do administrators and moderators get NOTIFIED when a user REPLYS or creates a NEW TOPIC?
please guide, on how we can be notified
Hello
I’m using buddypress with bbpress. When a buddypress group creates it’s own group forum, it is created automatically with a default forum order of 0. This results the group forum to placed near the top of the main forum list.
Is it possible to specify the forum order when a group forum is created? And is it possible to to automatically create the forum as a sub-forum, so it doesn’t mess up the layout/order of the main forum list? Say for example I have 3 main forums:
– Announcements
– General
– ProjectsI would like it when a buddypress group creates its own forum, it is located as sub-forum within Projects.
Thanks for any help
Topic: Preview Post
I am working on my first bbpress project and really getting down to the finer details. Is there a way to enable post previews? Or do I need a plugin?
Hello Support Forum
I have a displaying issue I couldn’t find the issue until now and was wondering if someone experienced similar or has a hint what could resolve it.Issue:
We setup several forums, which are accessible only with corresponding membership (using plugins, see below). Under each forum we created one topic only so far. When accessing a specific forum (example qigong and meditation as per the link below) it lists all topics; even the ones from the different forums. As per my understanding it should only display the topics of that specific forum.Theme is Newstube, but I changed it to the wordpress latest default theme (twenty sixteen) and the issue persists. I have also deactivated all but the bbpress plugins and the issue persists.
Wordpress: 4.5.3
BBpress: 2.5.9Is installed in combination with iThemes Exchange / Membership and Membership bb press add-on.
Website: Redacted
Under menu “account”, login. Test user we setup is (since only members can access the forum):
User: Redacted
PW: RedactedAm I overlooking something simple and obvious, or what could the issue be? Any help is very much appreciated.
Thank you.
MatildaHi All,
Issue: I have the age old issue of notifications not sending to admins.
URL: http: // www . homecarekn . ca/
Theme: Enfold
Wordpress: 4.5.3
bbPress: 2.5.3 (rolled back from 2.5.9)What I tried:
– I know emails are sending when I requested a password reset on my account and it sent.
– I rolled back bbPress since I read they changed their mail headers in 2.5.4 – so I went from the latest (2.5.9) to 2.5.3
– Plugin – AsynCRONous bbPress Subscriptions – didn’t work
– Plugin – bbPress Notify (No-Spam) – didn’t work
– Plugin – Reply Subscribed – forces reply email from new topics and repliesTried the plugins one at a time – created new topics and replied
Tried plugins all together – created some new topics and replied
Tried varying plugins activated /deactivated – created new topics and replied
No emails to editors, keymasters, or adminsEdited the database and added multiple addresses in the wp_options field for admin – still no notifications.
Did anyone ever figure out what and why this happens?
-BenI am trying to add forum on my site, however I cannot see my homepage now.
It says:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /home/sergekata88/public_html/wp-content/plugins/revslider/includes/slide.class.php on line 53
Hello Everyone
I just recently installed bbpress 2.6 alpha build because I heard there was some more improvements to the database importer. I was trying a test run of converting my IPB v3.47 forums to bbpress 2.6a and I put in all of the info into the script and it looks like it was working and I went away for a few hours and came back and it was still running. I thought this was odd because the forums/users are not abnormally large.
I opened up the forums link inside the WP admin and noticed that it had created several duplicates of each forum area and replicated posts more than once. It’s almost like it didn’t know it finished and restarted the process all over.
Is there any logs or debugging that I can turn on that would provide help into troubleshooting this issue as to why the importer never stops processing? If there is mods installed on IPB could this mess with the importer at all?
I did find an error_log file and here is some of the issues I saw in it:
[03-Jul-2016 17:18:48 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/darkone/public_html/wp/wp-content/plugins/bbpress/includes/admin/converter.php on line 319
[03-Jul-2016 17:18:48 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/darkone/public_html/wp/wp-content/plugins/bbpress/includes/admin/converter.php on line 320[02-Jul-2016 17:10:39 UTC] WordPress database error Specified key was too long; max key length is 1000 bytes for query 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, meta_value) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci made by do_action(‘wp_ajax_bbconverter_process’), call_user_func_array, BBP_Converter->process_callback, BBP_Converter->sync_table, dbDeltaAny help is appreciated, thanks.