Forum Replies Created
-
In reply to: Large space between header and forums
it is theme related
and yes you have a theme item of
<div class="dummy" style="padding-top: 100%;"></div>
and this sits below the header and creates this space.
which method in item 3 of this link are you using ?
In reply to: Taxonomies for TopicsThis article explains it quite well and the save hooks
add_action ( 'bbp_new_topic', 'bbp_save_extra_fields', 10, 1 ); add_action ( 'bbp_edit_topic', 'bbp_save_extra_fields', 10, 1 );
are still there
https://wp-dreams.com/articles/2013/06/adding-custom-fields-bbpress-topic-form/
In reply to: bbpress and custom themesThis is a bit like saying I want my Ford to be like a Chevrolet. Without specifying what is needed in your view to make bbpress the equivalent it is hard for anyone to help you by suggesting suitable additional bbpress plugins to achieve your goals.
In reply to: cannot edit, delete or close a topiccontact me via
In reply to: New Topics Notifications Not Work, Other Yesreally is a Better Notifications for WP support question
In reply to: How can I add badges to usersthe answer is no, the plugin does what it does.
what do you want a shortcode to do and where would you want to place it?
In reply to: cannot edit, delete or close a topicwould need a link to a live example tohelp further
In reply to: customize breadcumbsprobably a combination of
once activated go to
dashboard>settings>bbp style pack>Breadcrumbs
and
dashboard>settings>forums>forum slugs to change the names
In reply to: Increase bbPress font size. Simple???ok, now in – nice site by the way !
Not sure why changing in bbpress had no effect – I can’t see your theme is doing anything.
my first suggestion would be to install
and once installed go into
dashboard>settings>bbp style pack>Forums index styling
and set some of those to a larger font – just start with 1 or 2 and see if they work.
If so you can work though the rest to get what you want.
If not come back, BUT leave a couple in place and tell me a couple you have changed.
I can then look at what is being downloaded to my browser and maybe help further
In reply to: How to hide particular topic of forum?I suspect this is more a buddypress questions as it is buddypress that handles groups, but this would be at forum level, so no is almost certainly the answer 🙂
In reply to: Increase bbPress font size. Simple???tried to logon, but came up with user not found
In reply to: How to hide particular topic of forum?I suppose it could be coded, but well beyond free help.
I’d suggest you create a sub forum and put the single topic in there.
In reply to: Lost Keymaster RolebbPress requires at least one Keymaster, and only keymasters can set other keymasters. However bbPress does allow you to change the last keymaster to another role without warning – leaving no keymasters, and no ability to set a keymaster.
I’ve added some code in the bug fixes tab of my style pack plugin that detects if this has happened, and allows creation of a new keymaster.
once activated go to
dashboard>settings>bbp style pack>bug fixes
and you’ll see a tick box at the end.
Once you have ticked and saved, you can deactivate and delete this plugin, but I hope you’ll find a bunch of useful things in there and keep it going 🙂
In reply to: Increase bbPress font size. Simple???no, I just need to find the time to take a look 🙂
In reply to: Increase bbPress font size. Simple???link to your site please
In reply to: How can I add badges to usersIn reply to: best way to add translations?hmm.. shouldn’t alter anything unless asked.
what part is changing?
and no, creating a separate plugin takes a couple of hours, and then it needs maintaining, which is why I have put all the bits into a single plugin.
no the opposite they are never subscribed.
you can use
to get everyone to receive, but they can’t opt out !
In reply to: Taxonomies for Topicsfind
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.phptransfer this to your pc and edit as needed
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-topic.phpbbPress will now use this template instead of the original
In reply to: Twentytwenty theme has bbPress in tiny font🙂
I suspect that your theme is using out of date templates, and the new topic/reply forms have a login in them, then old ones didn’t.
If the list is not massive, can you list the files in that folder?
In reply to: Twentytwenty theme has bbPress in tiny fontIn reply to: Need Help Changing the ColorsIn reply to: Favourites button not showing.it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
In reply to: Topics under forums in urls🙂