[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
Using a module to insert a picture - REDAXO Forum
Hallo,

Wir haben in letzter Zeit festgestellt, dass die Kommunikation via Slack viel schneller und zielführender ist als ein Beitrag im Forum. Aufgrund der neuen und besseren Möglichkeiten der Kommunikation haben wir uns entschlossen das Forum nur noch als Archiv zur Verfügung zu stellen. Somit bleibt es weiterhin möglich hier nach Lösungen zu suchen. Neue Beiträge können nicht mehr erstellt werden.

Wir empfehlen, für deine Fragen/Probleme Slack zu nutzen. Dort sind viele kompetente Benutzer aktiv und beantworten jegliche Fragen, gerne auch von REDAXO-Anfängern! Slack wird von uns sehr intensiv und meistens "rund um die Uhr" benutzt :-)
Selbst einladen kannst Du dich hier: https://redaxo.org/slack/
Neill
Beiträge: 22
Registriert: 10. Jul 2005, 10:11

Using a module to insert a picture

10. Jul 2005, 10:55

I have searched the forum for an answer and not found one.
I have only been using redaxo since yesterday so excuse me if this is a stupid question.

I have everything up and running at www.hogarth.de and would like to add a few pictures.

In the demo was a module which uses
REX_MEDIA_BUTTON[1]
<?
if ("FILE[1]" != "")
{
echo "<img src=$REX[HTDOCS_PATH]/files/FILE[1]>";
}
?><br><br>

as the input. When I use this module there is an input field but it is grey and I can neither put anything in to it or select anything.

If it is relevant. Yes I have added a picture in the medien pool.

Thank you all of you in advance.
Life is not a practice

Benutzeravatar
Markus.Staab
Entwickler
Beiträge: 9634
Registriert: 29. Jan 2005, 15:50
Wohnort: Aschaffenburg/Germany
Kontaktdaten: ICQ Website

10. Jul 2005, 12:41

Hey Neill,

this module produces an redaxo input field, which provides three buttons.

It should look like this.

When clicking the first button the mediapool is opened to choose an image which could be inserted in the field.

The second buttons deletes the current value of the input field.

The third button brings the possibility to add a new media to the mediapool.
When clicking the button it will open the mediapool's add-form.


It is not possible to write something down in the input field.
The field only shows the current selected media.


Bye,
Markus

Neill
Beiträge: 22
Registriert: 10. Jul 2005, 10:11

Thank you - Problem in Opera

10. Jul 2005, 13:56

Thank you!

It works with IE6 but not with Opera 8
In Opera I don't see the three buttons which meant that it didn't make much sense.

Thank you for your time and knowledge.

P.S. I just discovered that the function of the three buttons is there, you just can't see them in Opera. the mouse changes to a hand where they should be and the function works.
Life is not a practice

Zurück zu „Allgemeines [R2]“