Keyword

Frontend Attachment problem

  • Robin Nonnweiler
  • Robin Nonnweiler's Avatar Topic Author
  • Offline
  • New Member
More
12 years 4 months ago #67010 by Robin Nonnweiler
Frontend Attachment problem was created by Robin Nonnweiler
Hi,

I asked for help some time ago, but I have still problems with this issue.

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. I also tried to update K2 to the newest Version on a local copy, but it doesn't help. In the backend the attachment form works fine, but I need the frontend editing.



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[]&quot;>
<input type="button" value="Entfernen">
<br>
<label>Titel verlinken (optional)</label>
<input class="linkTitle" type="text" name="attachment_title[]&quot;>
<label>Link Titel Attribut (optional)</label>
<br>
<textarea name="attachment_title_attribute[]&quot; 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.

More
11 years 6 months ago #67011 by Carmine Cicchetti
Replied by Carmine Cicchetti on topic Re: Frontend Attachment problem
I have the same problem. You solved?

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


Powered by Kunena Forum