Quantcast
Channel: bbPress.org » All Posts
Browsing all 3669 articles
Browse latest View live

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 Article


Reply 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 Article


Add placeholder to forum search input

Hello, Is there any way to set up a placeholder to the forum search input?

View Article

Reply To: Add placeholder to forum search input

Sorry… I found it. It’s already night… -_-

View Article

Reply To: Add placeholder to forum search input

🙂

View Article


Change 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 Article

Reply 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 Article

Reply 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 Article


Reply 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 Article


Reply To: Change css id’s

you could use wp_dequeue_script ('bbp-default') ; to dequeue and then load you own named version

View Article

Reply 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 Article

Reply 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 Article

Reply To: Change css id’s

Then do you have a better idea ?

View Article


Reply 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 Article

Anonymous 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 Article


Reply To: Anonymous posting fields

you’d need to amend \bbpress\templates\default\bbpress\form-anonymous.php

View Article

Reply 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 Article


Reply 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 Article

Reply 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

Reply To: Anonymous posting fields

have fun

View Article
Browsing all 3669 articles
Browse latest View live