Keyword

Frontend editing attachment issue

  • Robin Nonnweiler
  • Robin Nonnweiler's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 9 months ago - 12 years 9 months ago #60666 by Robin Nonnweiler
Frontend editing attachment issue was created by Robin Nonnweiler
Hi,

I'm using K2 2.5 on a new website. I used the older releases on several websites before, but with 2.5 I have an issue with adding attachments in the frontend.

As you can see the on the screenshot, the buttons are missing.
It is Joomla 1.5.23 and K2 2.5.0.



When I compare the code of the form with an older installation of K2 it looks like this:

New one:

<div id="itemAttachments">
<div>
<input>
<a>oder wählen Sie eine Datei auf dem Server</a>
<input>
<input>
<br>
<label>Linktitel (optional)</label>
<input>
<br>
<label>Linktitel-Attribut (optional)</label>
<textarea></textarea>
</div>
</div>


Old one:

<div id="itemAttachments">
<div style="border-top: 1px dotted rgb(51, 51, 51); margin: 3px; padding: 10px;">
<input type="file" name="attachment_file[]">
<input type="button" value="Entfernen">
<br>
<label>Titel verlinken (optional)</label>
<input class="linkTitle" type="text" name="attachment_title[]">
<label>Link Titel Attribut (optional)</label>
<br>
<textarea name="attachment_title_attribute[]" cols="30" rows="3"></textarea>
</div>
</div>


It looks like the input types etc. are missing. Can someone help me with the problem?
Or tell me in which files the code is generated?

I am very grateful for your help!
Regards, Robin

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum