Forum Replies Created
-
PS I’m kinda interested that cancelling membership leaves the user still set up and able to access your site? Do they still show in dashboard>users?
In reply to: Users can’t create a new accountwhich version of bbpress and wordpress?
In reply to: Lost password – not getting emailscan you test that a user gets a reminder if they click the wp-admin lost password ? Not suggesting this as a solution, this is a bit of fault finding.
In reply to: bbpress performancecan I just clarify that your site takes a tenth of a second longer to load with bbpress – yes ?
In reply to: Free BBPress Themebbpress just uses much of your theme’s style
additionally you can use
to improve it’s look
In reply to: Want to give role to usersyou set the default role in dashboard>settings>forums and when the users first log in the will get it allocated.
or go to
Dashboard>users>and amend their profile
or if you want to do it programmatically or directly in the database, then in usermeta you additionally set
wp_capabilities which already has their wordpress role, so you just add it to the array
to say
a:2:{s:13:”administrator”;s:1:”1″;s:13:”bbp_keymaster”;b:1;}
a:2:{s:10:”subscriber”;b:1;s:15:”bbp_participant”;b:1;}
a:2:{s:6:”editor”;b:1;s:13:”bbp_moderator”;b:1;}
In reply to: How to change topics layout?This is really a theme/site specific issue, but is quite do-able.
contact me via my website
In reply to: PHP Fatal Errorgreat – glad you are fixed
there is a free version of this
In reply to: Pinned topics at parent forumok, so you create a page and use shortcodes to achieve this
eg
[bbp-topic-index]
[bbp-forum-index]In reply to: Pinned topics at parent forumok, so you create a page and use shortcodes to achieve this
eg
[bbp-topic-index]
[bbp-forum-index]I’d ask them if memberpress is integrated with bbpress
did you ask them the question above?
ie is their plugin is integrated with bbpress and should be doing this, but it isn’t in your case, or if they haven’t integrated with bbpress, in which case it is not really up to bbpress to make sure there software works with paid plugins, so you would need someone to write the code that hooks to the memberpress cancellation to cancel the user subscriptions.
PS I’m kinda interested that cancelling membership leaves the user still set up and able to access your site? Do they still show in dashboard>users?
oh, and what version of bbpress are you using?
In reply to: RSS Feed – remove topic textso what code are you using to pull the feed?
In reply to: Pinned topics at parent forumok, you’ll need to explain this more.
In essence you’ll need to show something that is not right and state precisely what you want to happen to it
In reply to: Editting the email to subscribersthink it has {forum_name}
try that
ok, so you are using memberpress – since memberpress is a paid plugin – I’d ask them if memberpress is integrated with bbpress, and let them fix this issue
In reply to: bbp_after_main_contentno problem !!
In reply to: Editting the email to subscribersIn reply to: bbp_after_main_contentcan you post your code please
In reply to: Fatal Errorgood point !!
how are they cancelling membership?
In reply to: Fatal Erroryou/something/someone/glitch/gremlins/corruption/permissions has stopped the file being there/seen.
Suggest you contact your host provider to restore back to an earlier version.
If you have ftp access, you could fix it that way, by renaming the bbpress plugin to say plugin-old which will stop wordpress using it and get you site back and working. You can then delete the bbpress plugin directory and re-install bbpress from the front end
In reply to: bbp_after_main_contentwhich is back to my earlier post
add_action( 'bbp_template_after_forums_index' ,'after_content_hook');
There is </div> after this, but if you start you code with a close div and open a fresh one, then the one at the start of this sentence will then close yours
In essence the core issue is that ‘with bbpress’ the ‘feed’ is showing the whole article, whereas without it is showing the excerpt which is what you want- is that correct?
Since bbpress has rss and a site does not need to have mailchimp to run rss, I presume that you could test if you have an issue without mailchimp, which would help eliminate (or otherwise) your theme and/or other plugins as contributing to the issue, but as I said earlier I’m not a mailchimp guy, so I may be talking crap.
Given that bbpress has over 300,000 active installations, and mailchimp 900,000 – I kinda presuming that if this was a common issue that it would be known about, as others would be running this combination.
I am trying to help you 🙂
have you tried bbpress and rss without mailchimp ? Does that work ?