Forum Replies Created
-
In reply to: Migrate / Import Kunena to bbPress tool
Great – glad you are fixed, and thank you also for posting back how you resolved – that will help others coming to this topic in future
In reply to: Incorrect topics countsorry I don’t understand the question.
you start by quoting a bbpress function, and then changing a forum and then a ?specific? topic disappears.
As a start, can you give the precise code you are using, and where you are using it, and how.
In reply to: Second time to ask and no answerI added a custom css to solve the picture problem,
That’s exactly what you needed to do, it is almost certainly a theme issue, so corrective css neeed.
My PC advises not visiting you site, it’s probably fine, but prefer not to – sorry !
In reply to: canned/standard replies plugin?I hadn’t seen that plugin before – looks useful.
Pippin is a very experienced plugin writer (better than me!), and I just loaded and tested that plugin and it works error free and fine.
A quick look at the code shows no obvious issues with current versions of wordpress or bbpress.
It is always a problem for plugin writers to maintain their plugins – I have over 6, and whenever wordpress updates, I have 6 to test and update.
I don’t really want to take on anymore, else I’d offer to take that one over.
I’d suggest you use it – worst case at some future stage you may have to stop using it, but as I know of no other plugin that does this, you’ll be no worse off than you are now.
If it does stop working come back, and I’ll look to see how easy it is to fix, but offhand I see no reason why it will become out of date unless wordpress does some very major changes.
In reply to: Automatic approval based on user roleNot sure if this is bbpress or another plugin – can you list the plugins you have plaese
In reply to: Forum/Topics Ordersorry, not sure what I can do to help from that description.
All I can suggest is that you check whether you have any caching software – that frequently causes issues with things showing.
If that is not the issue, then the best advice I can give is
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
In reply to: Second time to ask and no answeryou do need to accept that bbpress is free software with support given by other users of the software who give up their free time to help others. We cannot answer every question.
do you have a link to the appropriate pages please
In reply to: How to remove header from the bbPress forum homepageok, can you explain what you mean by header – which parts of that link do you want not to display
In reply to: Deleting Spam Topics Permanentlyno problem – that’s computers for you !
In reply to: Deleting Spam Topics Permanentlyhave you cleared your cache ?
In reply to: Forum specific notification email addressesUntested, but try
function rew_no_reply_per_forum ($reply_address) { $forum_id = bbp_get_forum_id() ; if $forum_id = 6 $reply_address = 'xxx@yyy.com' ; if $forum_id = 7 $reply_address = 'abd@hdhd.com' ; return $reply_address ; } add_filter ('bbp_get_do_not_reply_address', 'rew_no_reply_per_forum') ;
In reply to: How can I Delete topic@goigishan – stop spamming this site – it doesn’t work anyway as we stop backlinks
@checmark – goigishan is just spamming this site – ignore themIn reply to: Forum/Topics Orderit is ‘simply’ ‘showing the forums and sub forums’ – if you want it to show topics as well, then you would use a page with a list of shortcodes eg [bbp-single-forum id=$forum_id]
This will show all the topics – you would need to do some coding to just show topic titles.
In reply to: Mark as read on forum index does not workthanks
In reply to: Mark as read on forum index does not workok, mark as read is not a part of bbpress itself.
what other bbpress related plugins do you have ?
In reply to: URL without forum?no, but you can not have the ‘forums’
dashboard>settings>forums>Forum root slug, and untick ‘prefix…’
In reply to: How to install bbpress in joomlabbpress only works on wordpress – sorry !
In reply to: 404sok, don’t know that one.
Try turning the plug off and then do the permalink fix we tried earlier in this thread
dashboard>settings>permalink and click save
In reply to: 404swhich hoster are you with ?
In reply to: 404swhich hoster are you with ?
In reply to: Make Notification of New Replies Auto CheckedIn reply to: Forum/Topics Ordermy style pack plugin should let you achieve what you want
In reply to: Can’t create sub-forums (parents)thanks for the update
In reply to: 404smy point is that you should not need it at all.
maybe talk to your host provider about your site setup
In reply to: 404sThis is a 5 year old plugin, which I have never come across before, and only 2000 out of 19.5 million wordpress websites use this plugin.
Can you explain why you installed it in the first place, as that may help undetstand how to get around needing it.