Closed DuR4c3ll closed 6 years ago
<div class="form-group">
<label for="name">TVDB ID <b>(Optional)</b></label>
<input type="number" name="tvdb" value="0" class="form-control" required>
</div>
<div class="form-group">
<label for="name">MAL ID <b>(Optional)</b></label>
<input type="number" name="mal" value="0" class="form-control" required>
</div>
To
<input type="hidden" name="tvdb" value="0" class="form-control" required>
<input type="hidden" name="mal" value="0" class="form-control" required>
Hey it works but I'm left with on upload page
Um seems you did not do in full what I said above.
Oh shyte sorry will get on it now
HDVinnie I would also like to hide them on the browse page too under Current Filters along with Category. Category is moot as we only have one category.
Thanks
Bud this is not issue/bug/feature related to UNIT3D. This is custom work you want to suit your needs. Please keep stuff like this to discord channels.
Description:
Remove certain fields and not exactly an issue with code but would appreciate some help, please.
Steps To Reproduce:
On the upload page and details page etc I am looking to hide the TVDB and MAL totally I do not need those. I tried commenting that out in
resources/views/torrent/upload.blade.php
it breaks the upload page as torrent will not upload. I did use correct comment tagsPossible Fix:
You tell me lol