Forum Replies Created
-
In reply to: How to remove somethings from my forum
Add some custom CSS to your theme:
Eg. For the ‘Notícias’ forum
#bbp-forum-709 .bbp-forum-topic-count, #bbp-forum-709 .bbp-forum-reply-count { display: none; }
Yes, that was spam, now deleted
In reply to: Topic Display In Dashboard Not Displaying Properly?But eventually I got rid of them all and the Topics display returned to normal.
Still an odd issue but glad you have it sorted now. If you see this again a couple of screenshots would be great to try and work out what exactly is going on.
I am not sure why Akismet didn’t get block them. Perhaps it can only respond to certain language texts?
Akismet handles any spam irrespective of the language in use or being used for the spam.
Is your Akismet API key up to date and valid?
/wp-admin/plugins.php?page=akismet-key-config
In reply to: Topic page uses theme's default pageCool 🙂
In reply to: **HELP** — Class 'WP_Post' not foundbbPress requires at least WordPress 3.6. I would ask the authors of that theme if they can update it for WordPress 3.8, at a bare minimum besides the improvements in the latest WordPress there are bound to be some security issues in running such an old version of WordPress.
In reply to: Subscribe cancelled by NotifyYes, this is a known issue and hopefully a fix isn’t far off.
https://bbpress.trac.wordpress.org/ticket/2493In reply to: Adding Topics to Forum RootI think the info in the following topic should help 🙂
In reply to: Bbpress – Forum not in the Dashboard listHave you tried the ‘Remap existing users to default forum roles’ repair tool?
https://codex.bbpress.org/repair-forums/In reply to: Topic Display In Dashboard Not Displaying Properly?I have not seen anyone else report anything like what you mention.
Have you updated top WordPress 3.8 & bbPress 2.5.2 and tested with the Twenty Thirteen theme?
Also some screenshots would be beneficial
In reply to: Shortcode Implementation Problem and SidebarHave you set the forum slug to
forum
? (i.e. the same slug as your page slug)In reply to: bbPress Topic to Post ConverterA quick look at the source code…
It should be
convert
on the topic admin links where you see edit,close,stick,merge,trash,spam etcIn reply to: "link" buttonFirstly you need to update to WordPress 3.8 & bbPress 2.5.2, most likely the issue you have has already been fixed 🙂
In reply to: Topic page uses theme's default pageCopy whatever template your theme uses for the full width template eg
page-no-sidebar.php
tobbpress.php
in your themes folder 🙂I answered your question here http://wordpress.stackexchange.com/questions/127625/how-do-i-remove-certain-fields-from-the-forum-edit-my-profile-page
In reply to: **HELP** — Class 'WP_Post' not foundI am running on a clean install of WordPress 3.4.2
Is that a typo? You should be using WordPress 3.8
Also what theme are you using? Try the Twenty Thirteen theme.
In reply to: bbPress 2.5.2The only fix in bbPress 2.5.2 is for BuddyPress notifications issues see #2495 for more details.
In reply to: Comments are going out of order in new release
@inetbizo & @andyba45 Cool, as in sorry this is happening but it is at least consistent behaviour with the other reports we have had.The hard part is that we can’t reproduce the error in any of our setups so we will dig a little deeper and try to reproduce the error so we can fix it.
Cheers,
Stephen
In reply to: Kunena converter for bbPress 2.4Paul, Awesome, glad you got to a point that the importer worked for you.
There are quite a few versions of Joomla and Kunena and I’ve tried to cover as many combinations as possible and without knowing either platform very well it’s not the easiest import scenario to support so your feedback is much appreciated.
Cheers,
Stephen
In reply to: View "featured" topicsI’d suggest adding a tag ‘featured’ to the topics you want featured and then use the short code
[bbp-single-tag id=$tag_id]
to display a list of all topics associated with a specific tag. eg.[bbp-single-tag id=64]
I think this is due to the following WordPress issue with custom post types:
https://core.trac.wordpress.org/ticket/12706That said I haven’t looked at this closely in bbPress as it ‘should’ be ‘Update’ and not change the status to ‘Open’ as you point out.
Can you please create a ticket on Trac for this and we can either fix it or wait for the upstream fix via WordPress https://bbpress.trac.wordpress.org/
In reply to: Removing BBPress breaks my Genesis siteAre you also using this plugin? https://wordpress.org/plugins/bbpress-genesis-extend/
Maybe disable that also if you are.
In reply to: Bad Post# Next to Time StampsFirstly, that field is the ‘Post ID’ and everytime WordPress creates a post, page or bbPress topic, reply etc this gets incremented. This issue could happen ‘if’ there were 100 edits to a WordPress post, page or bbPress topic etc, though I think you might have mentioned that if that was the case.
I would suggest the quickest way to see what is going on would be in ‘phpMyAdmin’ and have a look at the
wp_posts
table and have a look at theID
field in this table, these will match the ID’s you mention above and then you can look at the id’s in betwwen those values and the other fields should give you an idea of what content is in those posts which will help you track down the issue.In reply to: Cannot create TopicsThis 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.
In reply to: Edit topic reply, changes post orderFor now I have added links to this topic in #2397, it is not specifically the same bug though it is closely related.
In reply to: Comments are going out of order in new releaseFor now I have added links to this topic in #2397, it is not specifically the same bug though it is closely related.
In reply to: Comments are going out of order in new releaseThe timestamps of your posts appear in chronological order, that I can see.
Nope, this is the order
December 19, 2013 at 12:55 PM #1370
December 20, 2013 at 6:33 AM #1371
December 19, 2013 at 12:12 PM #1368It is another case of this Edit topic reply, changes post order.
@inetbizo Any chance this happened after you edited that reply?