Forum Replies Created
-
In reply to: Wrong date of topic replies
Will send you my invoice :-p
You’re welcome,
Pascal.In reply to: Wrong date of topic repliesYou use v3.8.7 ? Please notify the creators of the Avada theme because it’s a bug on there side.
In Avada/includes/class-layout-bbpress.php, change line 84 as follows:
Original:
<div class="bbp-reply-post-date"><?php bbp_topic_post_date( bbp_get_topic_id() ); ?></div>
Modified:
<div class="bbp-reply-post-date"><?php bbp_reply_post_date( bbp_get_reply_id() ); ?></div>
Pascal.
In reply to: Wrong date of topic repliesHi,
Please try to run the recalculation repair tools (Tools > Forums > Repair Forums), start with ‘Recalculate last activity in each topic and forum’.
If that did not work, try to switch to a default WordPress theme to make sure it’s not a problem with your current theme.
Pascal.
Do you have any posts or forums already on the new subsite of the multisite installation ? If not, you could probably just export your whole single site with the wordpress export and then import it on the multi-side one.
Pascal.
In reply to: How to noindex member pages?Hi,
There seem to be multiple pages on Google explaining this on how to set robots.txt, less on the noindex. But note that these are just guidelines for the indexers. The page is still accessible !So why not going in protecting the profile for non logged-in users (an indexer is not logged-in!) ? You can check my ‘bbP Toolkit’ where I secure user profiles so they cannot be seen by non logged-in users.
Pascal.
In reply to: Forum saying ‘Oh bother! No forums were found here!’Copy the file ‘/wp-content/plugins/bbpress/templates/default/bbpress/feedback-no-forums.php’ to a child theme and then modify the file to what you want to obtain.
Pascal.
Hi,
What are the specifications of the site you are importing from ?
Pascal.Hi,
Happy to see you found it!
Indeed, forum categories are not meant to have topics inside !
Pascal.In reply to: Impossible to read the post contentSome ideas:
– Do you have a ‘public’ forum or a private one ?
– Are you using any members plugin or another plugin that would deal with capabilities of users ?Pascal.
Hi,
First of all, try with a standard theme. It could be a theme issue.
Then try to run some repair tools (don’t think it will help here, but you never know): In the admin panels, go to Tools > Forums > Repair Forums
Then also try to change your permalinks settings (In Settings > Permalinks) to something different, save, choose back your original option and save again.
Pascal.In reply to: Forum saying ‘Oh bother! No forums were found here!’Hi,
I suspect your theme … try to switch to a default one.
Pascal.In reply to: Topic Reply PlacementHi,
seems like theme issue, probably setting to width: 100% in CSS will do the trick.
If it’s a public site, please post the URL so I can have a quick look.Pascal.
In reply to: Theme not compatible?Great, good to hear !
Pascal.In reply to: Impossible to read the post contentHi,
Do you see the posts correctly from the backend, so in you admin panels under ‘Topics’ and ‘Replies’ ?
Did you try to switch to a standard theme ?
Pascal.In reply to: CatagoriesHi,
Have a look if this can help you: https://bbpress.org/forums/topic/i-have-created-a-bbpress-starter-theme-with-a-phpbb-look-and-feel
Pascal.In reply to: 401 Authorization Required?Hi,
I think you better ask this on a WordPress forum. Seems no error from bbPress.
Pascal.In reply to: Creating options sub menuHi,
To give you a starting point, check out what @robkk found already: https://bbpress.org/forums/topic/customizing-bbpress-admin-links/
Pascal.In reply to: remove create New Topic inHi,
You can refer to this topic.
Pascal.Hi,
You tried to switch to different permalinks settings, save it, then switch back to the settings you wanted and save again ?If you did, then I suspect a plugin conflict somewhere. Try to disable all other plugins and switch to a default theme, then reactivate one after the other.
Pascal.
In reply to: how disable, editing, trashing, spaming.@bruce30
Which one ?
Pascal.In reply to: Forums index vs custom page shorturlHi,
Just to be sure, you tried the permalink thing like netweb indicated ?
It could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.
Pascal.
In reply to: Insert last topics on the homepageHi,
Check out the bbpress shortcuts on https://codex.bbpress.org/features/shortcodes/
Under the ‘Topics’ header you will probably find what you need.Pascal.
In reply to: How can I make bbpress work like this forum?Hi,
Categories on the left as a menu, that would be some custom development I think…
Email notifications should come automatically for new topics (if you are subscribed to the forum) and for replies (if you are subscribed to the topic).
Tags should be allowed by default, not sure what the question is.
Pascal.
In reply to: Best plugin for users to add media?Hi,
The 2 that I know most people use are ‘GD bbPress attachments’ and ‘bbPress Multi Image Uploader’.
Pascal.
In reply to: Freshness broken (Multisite issue)Hi,
If you can summarize your findings as you have them here and create a trac ticket (also put the link to thread), it can for sure help the people that are busy with 2.6 !
Pascal.