Tagged: bbPress topics edit Attitude
- This topic has 9 replies, 2 voices, and was last updated 9 years, 4 months ago by Theme Horse Support Team.
-
AuthorPosts
-
July 6, 2015 at 6:05 pm #26223TonyParticipant
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.
July 6, 2015 at 7:50 pm #26228TonyParticipantPS 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.
July 13, 2015 at 4:53 am #26357Theme Horse Support TeamKeymasterhi Tony
Is your problem solved? If you have any query then let us know.
Thank you!
July 13, 2015 at 4:59 am #26358TonyParticipantHi – 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
July 13, 2015 at 5:06 am #26361Theme Horse Support TeamKeymasterHi 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!
July 13, 2015 at 5:17 am #26363TonyParticipantWell 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
July 13, 2015 at 5:59 am #26367Theme Horse Support TeamKeymasterHi 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!
July 13, 2015 at 11:54 am #26383Theme Horse Support TeamKeymasterHi 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.July 13, 2015 at 1:02 pm #26386TonyParticipantYes – that fixes it.
Thank you for your support – excellent!
July 14, 2015 at 4:48 am #26402Theme Horse Support TeamKeymasterHi Tony,
Yes that fixed but there is also some issue we have found. So we will update a new version soon.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.