badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

bbPress 'edit topic comment' form not displaying in Attitude

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #26223
    Tony
    Participant

    With BuddyPress and bbPress forums it should be possible for a user to edit a comment on a topic using the Edit button. This should display the comment to be edited in a field with the usual editing buttons along the top.

    With Attitude the form is not displayed. It shows the comment with the layout of a list of posts, complete with the Read more button. The edit field is not displayed.

    I think the Attitude theme must be using the wrong template – maybe in place of the necessary template?

    I have tested by deactivating all plugins except BuddyPress and bbPress and switched between Attitude and 2010 themes to compare.

    Any suggestions will be appreciated. I can supply access to pages on my test site or source code of the pages if that would help.

    #26228
    Tony
    Participant

    PS to clarify:

    Editing a topic itself works fine – it is only editing a comment which does not.

    Both types of edit display the topic/comment in an edit field and the topic text displays OK. So the problem is not with displaying the edit field, which is the same as that used successfully elsewhere with this theme, but rather with using the wrong template, IMHO.

    #26357

    hi Tony

    Is your problem solved? If you have any query then let us know.

    Thank you!

    #26358
    Tony
    Participant

    Hi – thanks for checking.

    No it is not solved and I do not know how to progress this.

    I can supply screen shots if required and you advise how to send them.

    Tony

    #26361

    Hi Tony,

    Our theme is not compatible with BuddyPress. So if it is due to BuddyPress issue then you need to hire a developer to fix it.

    Thank you!

    #26363
    Tony
    Participant

    Well it works very well with BuddyPress and bbPress apart from this problem.

    As I said, things work fine with standard theme such as 2010.
    With Attitude, editing a bbPress topic works fine, while editing a bbPress comment does not. Instead of displaying the edit field it lists the comment as if in a list of posts complete with a Read more… button. I believe the theme is loading the wrong template in this case.

    Can you give me any pointers about where to look to fix this?

    I have had a lot of compliments about the look of the site, by the way, which is here

    thanks, Tony

    #26367

    Hi Tony,

    Please provide us the forum Topic Link and Screenshot with your temporary username and password of your wordpress admin site via Email and also don’t forget to send this forum link

    Thank you!

    #26383

    Hi Tony,

    We have checked the theme and found that there is an issue.
    We will fix it in our upcoming version for now you just add this code in your theme and it will works.
    Go to theme folder -> library -> structure -> content-extension.php on line no 137 can you see this code?
    <?php if (get_the_author() !=''){?>

    Replace this above code with below
    <?php if (get_the_author() !='' && !is_bbpress() ){?>

    Thank You for your bug reporting.
    Your help is really appreciated.

    #26386
    Tony
    Participant

    Yes – that fixes it.

    Thank you for your support – excellent!

    #26402

    Hi Tony,

    Yes that fixed but there is also some issue we have found. So we will update a new version soon.

    Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.