Poster Upload Torrent

Started by fr31wild, December 23, 2021, 09:43:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

swizzles

Quote from: fr31wild on December 23, 2021, 09:43:20 AMHello, I have installed the u232 Trinity RC and set up so far. I have a problem with the upload form and I want the user can insert an image that is stored with the torrent in the database. I do not use IMDB or similar.
Does anyone have any code or instructions where to change this?

Hi m8, I see you posted the sae question on Bvlist. Here is the solution. I believe the reason this has been missed is because its still in dev and probably missed by the team. Here is the solution:

<div class='col-sm-2'>{$lang['upload_bitbucket']}</div><br />
<div class='col-sm-5'><p class='shrink'><iframe class='embed-responsive1' src='imgup.html'></iframe></p>{$lang['upload_bitbucket_1']}</div>
</div>

swizzles

Hi m8, I see you asked the question on Bvlist as well. I answered you there. Ok you need to go back to V5 and re-add the call for img.html which in turns calls bitbucket.php to store your pics you upload. It appears this has been omitted in trinity, probably because its still in dev

<div class='col-sm-2'>{$lang['upload_bitbucket']}</div><br />
<div class='col-sm-5'><p class='shrink'><iframe class='embed-responsive1' src='imgup.html'></iframe></p>{$lang['upload_bitbucket_1']}</div>
</div>

fr31wild

Hello, I have installed the u232 Trinity RC and set up so far. I have a problem with the upload form and I want the user can insert an image that is stored with the torrent in the database. I do not use IMDB or similar.
Does anyone have any code or instructions where to change this?