Forum Replies Created
-
In reply to: Formatting not loading
Goede middag,
You seem to use the full editor to add topics/replies and not the bbPress standard, correct ?Some known issues with WP 4.5 so far (nothing to see with bbPress)
– Clean all your cache (hosting side, server side, browser side, …)
– If something uses jQuery to display it, there are known issues (see my answer on one of the plugins here: https://wordpress.org/support/topic/it-does-not-work-on-wordpress-45?replies=13#post-8281904)Mvg,
Pascal.In reply to: Custom change password pageOK, now I see !
How about[bbp-lost-pass]
?
Check out https://codex.bbpress.org/features/shortcodes/Pascal.
In reply to: Info Forum IndexYes, I understood, so you should find your answer in one of the 3 links I provided.
Most probably this ?
Dashboard>forums>all forums and edit each forum put the banner in the description then download my plugin https://wordpress.org/plugins/bbp-style-pack/ and tick item 6 Add Forum Description on the forum display tab
But read the rest too.
Pascal.In reply to: Info Forum IndexHi,
Have a look if any of these serve you:
– https://bbpress.org/forums/topic/cant-get-a-banner-to-show-up-on-top-of-my-forum-pages/
– https://bbpress.org/forums/topic/content-above-forum/
– https://bbpress.org/forums/topic/add-text-above-forum-on-main-page/Pascal.
In reply to: Forums missing from adminHi,
If you have already deactivated all plugins except bbPress and switched to a default theme and you still do not see ‘Forums’, ‘Topics’ and/or ‘Replies’, then please try this in Settings > Forums (check after every step if you find the options back on your dashboard):
– ‘Settings > Forums’ : (de)activate ‘Anonymous posting’, save, (de)activate it again to get back to your original setting, save
– ‘Settings > Forums’ : (de)activate ‘Auto role’, save, (de)activate it again to get back to your original setting, save
– Deactivate the bbPress plugin, then reactive the bbPress plugin
– ‘Tools > Forums > Repair Forums’ : Remap existing users to default forum roles, click ‘Repair Items’ (WARNING: Make sure to have multiple admins in case the keymaster role would disappear from one account)Pascal.
In reply to: Customize homepage-titleHi,
2 ways I see right away:
– Install my ‘bbP Toolkit’ plugin
– Check the source of my ‘bbP Toolkit plugin’, take out the part you need and add it to your theme’s functions.phpPascal.
In reply to: User Info Column too NarrowThanks for posting back !
In reply to: Custom change password pageHi,
I don’t think this is bbPress related, right ?
If not, then you’re better off on the wordpress.org support forum
If it IS related, then please explain how you see that in the bbPress context.Thanks,
Pascal.In reply to: link-problemIt might be your theme too is causing you issues with 4.5
The only way to find out is to switch to a default theme like Twenty Fifteen, deactivate all plugins except bbPress and start testing from there.
When you found what is blocking, open support requests for the theme/plugin. But I confirm that on bbPress side all seems working great with 4.5.Sorry I can’t further help you, but if you find the issue, please post it back here.
Pascal.
In reply to: Change SMTP settings for BBPressI fully understand the need for the SMTP plugin, I think we should all use it !
But I meant that if your standard FROM is changed, it probably means that there is another plugin somewhere manipulating it.
I had similar issues in the beginning and that why I switched to the other SMTP plugin mentioned above, but with this code, it should work too.
Pascal.In reply to: Avatar issueHi,
That seems like a CSS issue, but I would need a link to the site to be able to provide you the correct code.
Pascal.In reply to: Losing subscribe to topic after posting replySorry, I meant the one in your theme folder.
In reply to: Change SMTP settings for BBPressTHat code should work ! I used it about 2 years ago for a quick fix.
But if you need this code, it means there is somewhere a plugin that is doing strange things !In reply to: link-problemWhat plugin do you have installed to get the link-button ? TinyMCE ?
In reply to: Losing subscribe to topic after posting replyHave you added any extra functions in your functions.php ?
Could you have a try of my ‘bbP Toolkit’ plugin helps ? There is an option to always tick the notification.
Pascal.
In reply to: User Info Column too NarrowThis is just CSS, so probably under ‘Appearance’ you should find an Editor or something where you can add your own CSS. If you don’t find it, best is to ask on the support forum on the theme where you can add custom CSS.
Pascal.
In reply to: "Page not found" errorYour forum was indexed on google before, so there are still in the index.
Try google search to see how to remove them using the webmaster tools.Just an example: http://www.voog.com/blog/how-to-remove-your-website-or-web-page-from-google
Pascal.
In reply to: User Info Column too NarrowHi,
Something is strange in your theme … Also when I look from it from a smaller screen, everything gets on top of other things.A quick and dirty patch ?
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author { width: 25%; }
But you need more to fix your whole environment.
Pascal.In reply to: link-problemHi Gunilla,
I think we need some extra information here… What link are you referring to ?
Could you send a screenshot (or eventually describe it differently ?)
Pascal.In reply to: bbPress is not creating several pages of a topicIf you have ‘Reply Threading’ activated in ‘Settings > Forums > Forum Features’, then your pagination will not work. So you have to choose: Threads or Pagination.
If you are into coding, on this page you can find somebody that has found a workaround.
Pascal.
In reply to: Losing subscribe to topic after posting replyI was sure to have seen this before, but don’t find it ! I have asked around…
In reply to: Cannot Activate bbPressHi,
You seem to have a memory issue, nothing to see with bbPress. Your limit is set to 64MB and you need more.
I will have to refer you to https://wordpress.org/support/ where somebody can help you increasing your memory limit.
Pascal.In reply to: bbPress/Buddypress user name not in synchaaa, great find ! Thanks for posting back.
In reply to: Change SMTP settings for BBPressbbPress should take the same name as all the others. There might be a bbPress related plugin that changes it ? (just a guess)
I’m personally using Postman SMTP and that one seems to suit my needs.
Pascal.In reply to: Paragraph Line SpacingHi,
If it can help you and you look for a plugin, I have the basic TinyMCE in my ‘bbP Toolkit’ …
Pascal.