Forum Replies Created
-
In reply to: Default template confusion?
if you want to get rid of the breadcrumb use
what else do you want to achieve?
In reply to: disable front end editinghmm, can you post a link or some screenshots?
In reply to: disable front end editingNot sure why you only want editing in the backend. Indeed I’m not sure why you want anyone to have access to the backend at all, apart from admins !
However presuming that you actually just want no-one to change their profiles
You will need to modify
wp-content/plugins/bbpress/templates/default/bbpress/user-details.phpmake a copy of this file, and put in in a directory called bbpress within your theme, so you end up with
wp-content/%your-theme-name%/bbpress/user-details.phpThe take out lines 63-69
<li class="<?php if ( bbp_is_single_user_edit() ) :?>current<?php endif; ?>"> <span class="bbp-user-edit-link"> <a href="<?php bbp_user_profile_edit_url(); ?>" title="<?php printf( esc_attr__( "Edit %s's Profile", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php _e( 'Edit', 'bbpress' ); ?></a> </span> </li> <?php endif; ?>
This will stop any front end editing
this is interesting…
Your link
only shows that the coder has changed the lines
‘You must be logged in to reply to this topic’
in
form-reply.phpform-reply.php is called by
content.single.topic.php
on line 44.
Now you could change line 44, BUT and here’s the issue, we are talking php, which is a pre-processor, so by the time it creates the page, you can’t have a conditional and it has processed, so a ‘click to do reply form’ from this .php is not simple.
There’s loads on the net about this eg
http://stackoverflow.com/questions/20738329/how-to-call-a-php-function-on-the-click-of-a-button
google something like php click link to do function
All of it talks about using ajax – soemting that is entirely alien to me, and I can’t find an example to use, they all lose me in jargon I don’t know.
It’s definitely do-able, but I don’t know how !!
In reply to: How to display X last topics from a specific forum ?I’ve just recut my topics shortcode to allow you to do just that
In reply to: Hide author/adminI think the first fix works. Would you recommend just leaving it, or changing it up.
if you mean robkk’s suggestion, then if it works leave it.
Otherwise come back if I have not understood
In reply to: Hide author/adminIn reply to: Include sub-forum topics in parent forum loopI’m afraid I don’t have time at the moment to do lots of coding for others
In reply to: The BBpress Support Forums Do Not Work…Sorry you and I are on different planets – I duck out of this
Apologioes if I’m being thick, but line 29 of bbpress/templates/default/bbpress/form-reply.php says
<legend><?php printf( __( 'Reply To: %s', 'bbpress' ), bbp_get_topic_title() ); ?></legend>
Is that not the line you want to get rid of/change?
In reply to: The BBpress Support Forums Do Not Work…You seem top be mistaking a product that is free, has cost you nothing and is supported by volunteers for a paid forum which will wrote bespoke code.
I don’t know what else in your life you get for free, that gives you lightening fast support for free by volunteers who have day jobs, that writes enhancements for you for free – perhaps you can give me an example of ANYTHING that does this for you???
you’re welcome !
In reply to: Comment to Unlock!!@desiamerican26
sorry but comments relate to posts not forums. Many spammers hide spam in questions !So can you describe what you are doing in a forum and what you would like to happen eg
I create a new topic with a link to http://www.mysite.com
The I want the following to happen….Thanks
In reply to: Comment to Unlock!!not sure is this is spam or a genuine request for forum help – perhaps you could come back with a more detailed questions related to forums
In reply to: My impressions so farThat’s a pretty selfish way to look at the situation Robin
Nah, just get a bit tired of people coming on here and whinging that the product is not what they want, and how bad everyone who is involved must be to not have written for free an all signing all dancing forum 🙂
In reply to: My impressions so farI do hope that BBPress will eventually cater to everyone’s needs
I do hope it won’t 🙂
bbpress suits many many thousands of forum providers, by being simple and easy, which is what many want.
Complex forums with loads of features that I’ll never use is not what I’m after. There are lots of bb’s out there for those that want all signing all dancing, and just as wordpress is not for all, so is bbpress.
In reply to: Oh bother! No topics were found here!glad you’re fixed, but sorry can’t answer php question but would be very surprised if wosdpress/bbpress had any reliance on older php versions
🙂
not sure what you mean?
In reply to: Profile settings link on every pagelink to the users profile page
the logged in users profile or the profile of the topic author? and when you say everypage do you mean from the forum index down?
I have a plugin that does xx topics
if that is what you are afterThanks for your comments, and glad it’s now working
But is it supposed to show the label if the user hasn’t put anything in the field?
at the moment, yes my thoughts being that then everyone’s looks the same, and it encourages people to fill in theirs if they see a label against their name but no data !
In reply to: Oh bother! No topics were found here!and can you see things in the backend, or is it just the front end that causing an issue?
In reply to: Oh bother! No topics were found here!ok, are you getting the forum index, or at what stage doe this problem start?
can you send a url link?
ok, once more with feeling
please deactivate and delete the existing plugin
then download from
and install and activate
I’m pretty sure I’ve fixed it this time !!!
BUT let me know !