Forum Replies Created
-
In reply to: Account
bbpress just uses the WordPress registration system, so google around to find a WordPress registration and logion plugin that suits you.
additionally this plugin adds some features such as adding registration prfile and login to wordpress menus
once activated go to
dashboard>settings>bbp style pack>login
In reply to: topic user templateKadence does extensive changes to how bbpress displays, including templates and css. So issues such as order in templates, you will need to take this up with Kadence authors.
If you are using bbp-style-pack, then I have added some limited support for css issues
In reply to: Error when user that is not admin submits a Topicthis is a notification error, and is not fatal.
Bbpress authors have not changed this one yet.
WordPress recommends that debug is not used on livre sites, so users should not see this.
It was a WordPress decision to change blacklist and whitelist due to racial connotations.
if you want to stop this displaying change the code in the file (lines 818-820) from
// Strict mode uses WordPress "blacklist" settings if ( true === $strict ) { $hook_name = 'blacklist'; $option_name = 'blacklist_keys';
to
// Strict mode uses WordPress "blacklist" settings if ( true === $strict ) { $hook_name = 'disallowed'; $option_name = 'disallowed_keys';
and keep a note of this change
In reply to: Li Post Tags Outside Blocksnow coming up 404, is this page public?
In reply to: Register / Sign In-Outbbpress just uses the WordPress registration system, so google around to find a WordPress registration and logion plugin that suits you.
In reply to: Li Post Tags Outside Blocksthat link comes up as ‘Error establishing a database connection’
glad you are fixed
unless you are using an existing forum plugin, the answer is either to pay someone to write code, or transfer by copy/paste
In reply to: topic user templateno only those you want changed
sorry, link failed to insert
In reply to: enlarge width of forumgreat – glad you are fixed
In reply to: topic user templatecreate 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 files you want put in in the directory called bbpress that you created above
bbPress will now use these instead of the original
In reply to: “User” Page seems to be stuck in a loopok, so do you have the Astra theme?
In reply to: enlarge width of forumThis is theme related
try this in the custom css part of your theme
.youzify-forum .youzify-page-main-content .youzify-main-column { width: 100% !important; }
In reply to: RSS Feed Broken – Memory Exhaustedno problem, glad you are fixed !!
As described this would be very complicated, requiring both single sign on, and data links between two wordpress sites.
I suspect it is doable, but would take many hours work and probably custom code to achieve.
Using a single site, you could have bbpress and use this additional plugin to create private forums for groups whilst having other forums visible by all groups.
This will not fix the sub groups having events and blog posts
In reply to: RSS Feed Broken – Memory ExhaustedThe link you posted above loads fine for me showing no errors.
where are you seeing these errors?
In reply to: RSS Feed Broken – Memory Exhaustedok, how big are you forums eg
no forums
no topics
no repliesIn reply to: RSS Feed Broken – Memory Exhaustedok, next I would run all the repair tools
dashboard>tools>forums>repair forums> and run one at a time.
If that doesn’t fix, then come back before doing anything else, as we need a plan 🙂
In reply to: RSS Feed Broken – Memory Exhaustedhmm…
ok as a start lets try
dashboard>settings>permalinks and just click save – this resets the permalinks and can fix some issues
In reply to: Error: A variable mismatch has been detected.great – glad you are fixed
In reply to: Create custom emails from bbPressglad to have helped
In reply to: Subscription helpnot sure what the question is – I’d suggest you spend some time getting trying to see what it does
In reply to: Create custom emails from bbPress