So I am currently making a ice/stealth monk subclass for my character, as i went to add the level three feature, it can let me add the info however it will not allow me to actually add the feature onto the subclass making it impossible for me to build the subclass
My knowledge of HTML is extremely limited, but when inspecting the elements of the "Cancel" and "Create Class Feature" button the code seems a little off. "Create Class Feature" is missing the event tag, and seems to just be code for a button, with no detail on what it's supposed to do. Where as "Cancel" does have some code, a html link, and the event tag.
The subclass I'm working on is for the 2014 Cleric and based on copying a 2014/Legacy one, tried to create subclass for the 2024 Cleric and copied a 2024 subclass. Same issues with the Create Class Feature button. Code looks identical.
I'm wondering if it's just some code that was accidentally deleted in an update. This is what I see below, the 7 hashes after '/subclass/' are actually a 7 digit number, but I've removed it because it seems to be the unique number code for my subclass, and I've not published it (nor do I want to share it).
<div class="ddb-homebrew-create-form-footer ddb-homebrew-create-form-footer-subform">
<button class="button" type="submit">Create Class Feature</button>
<a class="button button-cancel" href="/classes/2-cleric/subclass/#######/edit#features">Cancel</a>
<div class="ddb-homebrew-create-form-footer-text">
You will be able to add modifiers, spells, and actions once the class feature is created.
</div>
</div>
This error appears in the console when you try to click the button:
The invalid form control with name=‘class-features-to-replace’ is not focusable.
And indeed, if I base my subclass off an existing subclass, set "Feature Type" to "Replacement" (so the input is not 'display: none'), and select a feature to replace, the button does work properly and the feature gets saved.
Code probably needs a check:
const featureTypeSelect = document.getElementById('field-feature-type');
const featureType = featureTypeSelect.options[featureTypeSelect.selectedIndex].value;
if (featureType === '3') { // Feature type ID for "Replacement"
// Put whatever logic is reading from 'class-features-to-replace' in here
}
I am having the same issue with the Create Feature. When I hover the cursor over the button there isn't any code that shows up. I have tried Microsoft Edge and Google Chrome thus far.
I tried last night to save my subclass as well and it was unavailable. Link seems just broken. Tried again today to no avail. I have a game tomorrow for my players and one of em is gonna be disappointed.
Can confirm, I also have this issue. On both mobile and desktop.
I thought my problem was the mobile site, tried a PC, nothing. So you have to make a copy and then edit, but that's not viable when you need to make effects modified by a level option, such as lycanthrope form of bloodhunter.
Yes, from playing around "Replace" is the only way to make a new feature, which doesnt allow new blank subclasses to be created. so for now If you want to make a new subclass, you have to choose to make a copy of (whatever subclass you want) then to add a feature Replace all the other features or modify already created features. Unfortunately this does mean you are stuck to the number of features in a given subclass, and homebrewing mechanics in dndbeyond often requires additional features that are hidden simple to effect the character sheet functionality.
I have encountered the exact same thing! I also get an error when trying to create a new subclass of any kind. I can edit the existing features for the homebrew subclasses I have already made, but clicking the button to "Create New Feature" simply doesn't do anything. It has been like this since early on Saturday 14th December, for me - was able to make new subclass features right up to the point it stopped working.
There seems to be something wrong with the Javascript that adds links to buttons. The "Create class feature" button doesn' t have an `href` attribute in its tag, so the button effectively doesn't do anything.
It's possible to create Replacement features but not Granted or Additional features, and it's not possible to change the feature type once the ability is made.
I have been doing hombrew subclasss for a while and just today it just woulded make a class feature. I tried checking my collection to see if i some how had too many subclasss so i deleted some that i didint like and it still woulded let me make a subclass feature.
So I am currently making a ice/stealth monk subclass for my character, as i went to add the level three feature, it can let me add the info however it will not allow me to actually add the feature onto the subclass making it impossible for me to build the subclass
I am having this same problem, it seems like some type of technical issue
I'm having the same problem as well.
My knowledge of HTML is extremely limited, but when inspecting the elements of the "Cancel" and "Create Class Feature" button the code seems a little off.
"Create Class Feature" is missing the event tag, and seems to just be code for a button, with no detail on what it's supposed to do. Where as "Cancel" does have some code, a html link, and the event tag.
The subclass I'm working on is for the 2014 Cleric and based on copying a 2014/Legacy one, tried to create subclass for the 2024 Cleric and copied a 2024 subclass. Same issues with the Create Class Feature button. Code looks identical.
I'm wondering if it's just some code that was accidentally deleted in an update. This is what I see below, the 7 hashes after '/subclass/' are actually a 7 digit number, but I've removed it because it seems to be the unique number code for my subclass, and I've not published it (nor do I want to share it).
This error appears in the console when you try to click the button:
I am having the same issue with the Create Feature. When I hover the cursor over the button there isn't any code that shows up. I have tried Microsoft Edge and Google Chrome thus far.
Can confirm, I also have this issue. On both mobile and desktop.
I tried last night to save my subclass as well and it was unavailable. Link seems just broken. Tried again today to no avail. I have a game tomorrow for my players and one of em is gonna be disappointed.
Hello everyone!
I've trying to create a homebrew version of a wizard subclass from the 2014 rules to play on the 2024 rules, but it isn't letting me...
I can create the General Information about the Subclass, the when I created the SUBCLASS FEATURES it doesn't save them...
I do every step and fill everything necessary but the button to save the subclass feature does nothing...
Can someone help me?
Thanks a lot!
I thought my problem was the mobile site, tried a PC, nothing. So you have to make a copy and then edit, but that's not viable when you need to make effects modified by a level option, such as lycanthrope form of bloodhunter.
That'll do pig
Yes, from playing around "Replace" is the only way to make a new feature, which doesnt allow new blank subclasses to be created. so for now If you want to make a new subclass, you have to choose to make a copy of (whatever subclass you want) then to add a feature Replace all the other features or modify already created features. Unfortunately this does mean you are stuck to the number of features in a given subclass, and homebrewing mechanics in dndbeyond often requires additional features that are hidden simple to effect the character sheet functionality.
That'll do pig
I have encountered the exact same thing! I also get an error when trying to create a new subclass of any kind. I can edit the existing features for the homebrew subclasses I have already made, but clicking the button to "Create New Feature" simply doesn't do anything. It has been like this since early on Saturday 14th December, for me - was able to make new subclass features right up to the point it stopped working.
Same here! It's really frustrating. Hope it gets fixed soon!
There seems to be something wrong with the Javascript that adds links to buttons. The "Create class feature" button doesn' t have an `href` attribute in its tag, so the button effectively doesn't do anything.
Yea I'm seeing the same thing, I can't add anything to an existing subclass but can edit existing features.
Ran into this problem last night and this morning. Very frustrating.
Adding to this, same issue.
Same issue here as well, very frustrating.
It's possible to create Replacement features but not Granted or Additional features, and it's not possible to change the feature type once the ability is made.
I have the same problem. Using Opera and Edge, the "Create Class Feature" button does nothing.
I have been doing hombrew subclasss for a while and just today it just woulded make a class feature. I tried checking my collection to see if i some how had too many subclasss so i deleted some that i didint like and it still woulded let me make a subclass feature.
LOVE how old an issue this seems to be with no support being provided.