Forum Replies Created
-
wow – that’s great news, glad you are fixed, and as always I learn something from helping others 🙂
In reply to: edit answer in forum not workI can only suggest you enable debug and see if this throws up an error
In reply to: Registration without email requirementbbpress just uses wordpress registration.
Wordpress requires users to have an email address for various reasons, including password changing and resetting.
Whilst this is certainly achievable with code, I do not know of any plugin that allows this.
No-one sees the email address apart from WordPress admins and the user.
I’m no mysql expert, but on my database the post parent is indexed
http://www.rewweb.co.uk/wp-content/uploads/2019/07/Screenshot-2024-06-28-080147.png
as are other fields
I have no idea if clicking the bottom option lets you add this, but there must be a way, and agree this sounds like an issue that needs fixing
In reply to: edit answer in forum not workso this should work, but looks like your function
// change admin links displayed add_filter ('bbp_reply_admin_links', 'change_admin_links' ) ; function change_admin_links ($r) { $r['links'] = apply_filters( 'rw_reply_admin_links', array( 'edit' => bbp_get_reply_edit_link ( $r ), //'move' => bbp_get_reply_move_link ( $r ), //'split' => bbp_get_topic_split_link ( $r ), 'trash' => bbp_get_reply_trash_link ( $r ), //'spam' => bbp_get_reply_spam_link ( $r ), //'approve' => bbp_get_reply_approve_link( $r ), 'reply' => bbp_get_reply_to_link ( $r ) ), $r['id'] ); return $r['links'] ; }
In reply to: edit answer in forum not workcorrection, that will not wok
In reply to: edit answer in forum not worktry
add_filter ('bbp_get_reply_admin_links', 'change_admin_links' ) ;
ok, not sure what to suggest.
do you have a link to your site?
hmmm…
so have you actually looked at the database tables? or are you getting the status from my code?
In reply to: edit answer in forum not workwhere did this code come from?
In reply to: Forum topics posted on mobile device don’t registerdo you have anything set in dashboard>settings>discussion>moderation
I haven’t read this in detail (I’m just a guy sat in his kitchen trying to help others) but have you done this
Dashboard>tools>forums>repair forums and run all of them, but one at a time!
That should fix parent topics/replies
add this plugin
In reply to: Forums Not Showing on WordPress dashboard left menuso are you a keymaster as per the above?
In reply to: bbPress Subscription Feature Not Workinginstall
once activated go to
dashboard>settings>bbp style pack>Subscription Emails
and you can change the email address in those settings
In reply to: Remove e-mail field from “form anonymous”that’s good news – hope it stays fixed !!
In reply to: Remove e-mail field from “form anonymous”I cannot replicate the problem, I’m not sure what is causing the issue for you.
Starting from scratch is unlikely to get you further.
can you go to
dashboard>settings>bbp style pack>plugin information and scroll down until you find the topic/reply form settings and copy to clipboard and paste in this thread
do you have a link to a post where this is an example
That should be easy – but having looked it is not !!
I’ll have a think !
In reply to: Forums Not Showing on WordPress dashboard left menuYou will need to be a ‘keymaster’ to see this option
dashboard>users>all users>edit your self as user and see what bbpress role you have
If not keymaster, then you will need another keymaster to appoint you
great – glad you are fixed
I am seeing this as 20th May in chrome, firefox, edge and safari!
I suspect the difference will be cache, and maybe you are logged in on some but not others, but it is not browser cache.
so either caching on your server, or your distributed hosting?
I know you said you said you cleared it….
In reply to: Error: Discussion pageok, I suspect the theme authors are being less than helpful.
If you are able to FTP can you send me this file
nombreweb/wp-content/themes/classiadspro/includes/actions/general.php
via
In reply to: Error: Discussion pageok, that’s a problem.
The undefined function is breadcrumbs_plus_get_parents which is not a bbpress function.
Do you have any plugins that do anything with breadcrumbs?
In reply to: Error: Discussion pagethat one is an error within your theme classiadspro
It seems to be calling a functiin that is not defined at that point
As this is a paid theme, I cannot help further, you should log a ticket with the theme provider