Info
- 6 posts
- 3 voices
- Started 1 year ago by chrishajer
- Latest reply from chrishajer
bbPress.org is running 1.1-alpha-2475 now
-
- Posted 1 year ago #
I just got the message about having the upgrade the database (due to subscribe to topic being added and a database change.)
Looks like the subscribe to topic link is now present in the sidebar, with no template edits.
If you notice anything else weird here at bbpress.org/forums please post in this topic. Thanks.
-
- Posted 1 year ago #
I think "Topic" should probably not be capitalized in the sidebar link. Just a suggestion.
-
- Posted 1 year ago #
Hmm
When editing a reply, the "Notify me of followup posts via e-mail" text appears twice (once below the "Allowed markup" and once above.)
Also, followup is probably a lot like the work "alot". Should be "follow up" I think. The whole sentence might need to be reworded. They're not posts, they're replies, right?
-
- Posted 1 year ago #
I just got the message about having the upgrade the database (due to subscribe to topic being added and a database change.)
It seems that Matt listened to my request. Thank you, Matt!
When editing a reply, the "Notify me of followup posts via e-mail" text appears twice (once below the "Allowed markup" and once above.)
I think this is related to theme, I didn't happen on my installation with Kakumei.
Also, followup is probably a lot like the work "alot". Should be "follow up" I think. The whole sentence might need to be reworded. They're not posts, they're replies, right?
I made a patch that introduced this sentence and I copied it from popular WordPress plugin Subscribe to Comments. That of course doesn't mean that it can't be changed to any better one.
I think "Topic" should probably not be capitalized in the sidebar link. Just a suggestion.
This is how Matt made it when he introduced this feature in December (and how it was displayed here before update to 2.0), I didn't change it in my patches.
-
- Posted 1 year ago #
When editing a reply, the "Notify me of followup posts via e-mail" text appears twice (once below the "Allowed markup" and once above.)
I think this is related to theme, I didn't happen on my installation with Kakumei.
This means that the theme here doesn't contain
edit-form.phpand is using Kakumei's. In the patch I posted, the action (to add the checkbox) is removed infunctions.phpand is instead added at a custom location in Kakumei'sedit-form.php, and as functions of Kakumei aren't loaded here, the default action isn't removed and the checkbox is displayed twice. This doesn't happen withpost-form.phpas it is present here. -
- Posted 1 year ago #
Good call:
http://bbpress.org/forum-theme/bborg/edit-form.php (404)http://bbpress.org/forum-theme/bborg/front-page.php (200, empty)
-
You must log in to post.