display single topic last page
Hi, there is a shortcode to display a single topic: [bbp-single-topic id=$topic_id] and there is a function to find last reply of the topic: <?php bbp_last_topic_reply_permalink ?> Now I want to...
View ArticleReply To: display single topic last page
If you know how to do the code in php you might be able to build a URL that effectively jumps to that reply in the topic (just like you can see on the standard forum pages).
View ArticleAdd placeholder to forum search input
Hello, Is there any way to set up a placeholder to the forum search input?
View ArticleReply To: Add placeholder to forum search input
Sorry… I found it. It’s already night… -_-
View ArticleChange css id’s
Let me first state I am doing this for security in light of all the wordpress sites being hacked. I want to change the #bbpress css ID’s to something like #forum. I am not much of a coder so could I...
View ArticleReply To: Change css id’s
ok 1. I’m very unclear about how changing css will increase your website security. Css is passed to your browser, so anyone accessing you site has a view to all the css. I’m always willing to learn,...
View ArticleReply To: Change css id’s
I appreciate your reply Robin. I simply like keeping my software private that’s all nothing against any of the devs. If I could find another alternative I would be fine.
View ArticleReply To: Change css id’s
Would it be easier to create a blank css file and start over ? All I really want to do is either obscure the css or hide it somehow like showing another css file instead of what is being shown.
View ArticleReply To: Change css id’s
you could use wp_dequeue_script ('bbp-default') ; to dequeue and then load you own named version
View ArticleReply To: Change css id’s
Could you suggest a place for a non coder to learn how to use another css file and change the id ?
View ArticleReply To: Change css id’s
google – plenty of courses on-line I will state again that what you are trying to do is pretty pointless.
View ArticleReply To: Change css id’s
Since I have no idea why you think css is an issue, then no I don’t have a better idea 🙂
View ArticleAnonymous posting fields
Hello! When my users post to my forum, the forum asks them to fill in: Name (required) Mail (required) Website (optional) I would like to change this to: Name (required) Membership Nr (required) Can...
View ArticleReply To: Anonymous posting fields
you’d need to amend \bbpress\templates\default\bbpress\form-anonymous.php
View ArticleReply To: Anonymous posting fields
I can delete the email field in the file you specify. But the forum still tries to validate and thus gives me an “ERROR: Invalid email address.” How to define what to validate and disable email field...
View ArticleReply To: Anonymous posting fields
change <p> <label for="bbp_anonymous_email"><?php esc_html_e( 'Mail (will not be published) (required):', 'bbpress' ); ?></label><br /> <input type="text"...
View ArticleReply To: Anonymous posting fields
It would do the trick but it is not the best solution :/ I will try to develop an submission verification based on user custom field.
View Article