-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Best answer #33
Comments
For it's initial release, it's not very flexible in regards to customization yet. I would recommend building your own extension that adds custom CSS in order to modify the style of the indicators. I haven't done this for my own indicators, but I have created an extension for my own board to manage custom CSS styles that you can use as an example: |
Thank you. |
I'm not sure, but my interpretation of ceyhansuyu's request isn't about custom styling/formatting but to add a feature to mark a post within a thread as "Best answer". A bit like a lot of other forums work, e.g. Apple's support forums, where you can mark posts as "This helped me" etc. |
Well, if it's not about the style, it's about the text, and the text can already be customized (from the ACP) to say exactly what's in the screenshots. Maybe you're thinking of some third thing altogether though: something like upvotes? |
Yes that which is particular that’s the text in the subject of the post is: “Best answer” while the text in the subject of the topic stays: “Solved”. They want two texts, one for the topic title and one for the title of the best answer. |
Oh, right, I do remember thinking that originally, and I think that's why I chose to recommend custom CSS. |
For me this was very easy to do by modifying the code .. IMO it should be as easy as just adding another setting for "Selected Answer Phrase" and then in the function For anybody else looking to do this, just go to this line in this file: And add: $topic_data['forum_solve_text'] = 'Selected Answer'; or whatever you want it to say. I'm a full time WordPress PHP dev but first time using PHPBB so i'm not sure if the fact that me using a custom theme makes a difference or not, or if doing this will change it anywhere else (from my tests it only did on the view topic page), but this should get you pointed in the right direction at least. ALSO: I don't think this will work if you're using images, so keep that in mind |
How can I do best answer and topic solved?
The text was updated successfully, but these errors were encountered: