+ Antworten
Seite 1 von 3 1 2 3 LetzteLetzte
Ergebnis 1 bis 10 von 25

Thema: Wie binde ich Bilder einer Gallery in den Content ein?

  1. #1
    Neu an Board
    Registriert seit
    24.01.2006
    Beiträge
    76
    Bedankte sich
    21
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard Wie binde ich Bilder einer Gallery in den Content ein?

    Hallo zusammen!

    Habe eine absolute Anfängefrage, die ich nur zum Teil selbst beantworten kann:

    Wie bekomme ich die Bilder einer Gallery auf eine Contentseite?

    Probiere schon den ganzen Tage mit unterschiedlichsten Galleries,
    RSgallery2, Zoomgallery, Ice gallery usw. - habe ich installiert, Bilder hochgeladen usw.
    Bei einigen gibt es Module, über die die Einbindung erfolgt, bei anderen ist mir die unklar.
    Irgendwie muss ich dem System ja sagen können, wo die Gallery erscheinen soll.

    Es gibt scheinbar auch tw. die Variante mit Direkteinbindung im Text mit
    {item id}, die eine Einbindung ermöglicht.

    Danke für eure Hilfe!

    mexx

  2. #2
    War schon öfter hier
    Registriert seit
    10.08.2005
    Beiträge
    174
    Bedankte sich
    20
    Erhielt 7 Danksagungen
    in 6 Beiträgen

    Standard

    bei ICe gibt es extra einen Contentmambot

  3. #3
    Neu an Board
    Registriert seit
    24.01.2006
    Beiträge
    76
    Bedankte sich
    21
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Zitat Zitat von ARUS
    bei ICe gibt es extra einen Contentmambot
    Danke für die Antwort!
    Den Mambot habe ich ebenfalls installiert.
    Nachdem ich nochmals nachgesehen habe, war er noch nicht aktiv.

    Da sich für mich dadurch aber nichts ändert, folgt daraus die Folge(anfänger)frage.
    Erkenne ich den Mambot in irgendeiner Form?
    Muss mosImage aktiv oder inaktiv sein?
    Kurz gefragt: Was nützt mir der Mambot bei der Einbindung?

    Danke!


    mexx

  4. #4
    War schon öfter hier
    Registriert seit
    10.08.2005
    Beiträge
    174
    Bedankte sich
    20
    Erhielt 7 Danksagungen
    in 6 Beiträgen

    Standard

    Moin,
    ich bins nochmal. ICh habe den Mambot gerade auch installiert, um in Artikeln Bilderserien einzügen, ähnlich wie hier zB: http://www.computerbase.de/news/soft...hacker_drinks/
    Also wo dann von einem Album die Bilder als Thumbs angezeigt werden.
    Wie man das benutzt kannst du hier nachlesen:
    Code:
    Ice Content Mambot
    
    (version 0.5 beta July 2006)
    
    This page documents the Ice Content mambot. This mambot makes it possible to use media from the Ice Gallery in content items. It fully respects Ice Gallery's global access policies and those for the medium itself. Media that a user is not allowed to view will not be displayed in the content.
    How to use the mambot?
    
    Well, first you need to have Ice Gallery installed, of course. If not, see the resource paragraph for web links. You will also have to add some pictures to Ice Gallery.
    
    There are two options for including media in your content: Do it manually or use the wizard built into Ice Gallery. To enable the wizard in Ice Gallery, you have to save the Ice Gallery settings after installing the Ice Content mambot, only then it will be recognized and an icon (a 'bulb') will appear in the header of every medium. A click on it will call the wizard to help you create a tag for that medium. Including media this way is user friendly but slow. Later on, with a little practice, you will become the wizard yourself (it is really no big deal...).
    Manually adding the mambot code
    
    Start editing a content item. In the same place where you add text, you can add this sample code as well: {ice medium-id}. See the paragraph with quick sampes for more. When reading the content, {ice medium-id} will be replaced by the full size medium.
    Quick samples for usage
    
        * {ice 5004}
          a full size medium (if it is an image, otherwise a thumbnail without link), uniquely identified by the medium-id 5004 in Ice Gallery and aligned to the left border with default styltes and no caption.
        * {ice 5004 [this is my caption text]}
          previous example plus a custom caption text is placed under the medium. The default styles are being applied.
        * {ice 5004 -link [!this is my caption text]}
          previous example, but because of the '!' the caption text is placed on top of the thumbnail, which now opens a window with all the medium details when you click on it.
        * {ice 5004 -thumb #2 [!this is my caption text]}
          previous example, but a thumbnail only with no link to Ice Gallery and aligned to the right border because of style #2.
    
    Complete syntax for the Ice Content tag
    
    {ice medium-id [#111] [-thumb] [-link] [-debug] [[!][caption]]] }
    
        * parameters and values between '[' and ']' are optional. Default values are being applied if these parameters are not provided.
        * medium-id (required)
          is the unique id given to a medium in Ice Gallery (see also 'Where do i find the medium id?')
        * -thumb or -t
          with this option you insert a thumbnail of the medium in your content without a link to Ice Gallery. By default the full size medium will be inserted (if it is an image, otherwise a thumbnail without link).
        * -link or -l
          with this option you insert a thumbnail of the medium in your content and link it to a Ice Gallery popup window with all the media details. If popup windows are not allowed in Ice Gallery, the medium detail page will replace the content page where the medium is embedded.
        * -debug or -d
          if you have trouble making your Ice Content tag work, '-debug' will give you additional information on top of the screen.
        * #container-style[medium-style[caption-style]]
          choose the style of the medium you want to embed. The style defaults to '#111', which results in a left aligned medium with text floating right and standard styles for the medium itself and its caption. '#2' will align the medium on the right border with the text floating left to it and '#3' will center the medium with no text left or right. With the second number you can chose between three different medium styles and with the third number between three different caption styles.
        * [[!][caption]]
          add a caption to the top or bottom of the medium. If [caption] is not provided, the caption will be the description (if there is any) of the medium taken from Ice Gallery. The position of the caption defaults to 'bottom', but if the '[' is followed by a '!', the caption is placed on top of the medium instead.
    
    Nota bene: Do not provide any values containing '}'.
    
    Nota bene: Do not use the " (double quote) in caption texts. Single quotes are possible, though.
    How do i find the medium-id?
    
    In Ice Gallery move your mouse cursor over the little bulb above the medium's thumbnail. The number in the metabox which is going to appear, is the required medium-id.
    About styling
    
    There are three elements to style: the main container, the medium and the caption. The classes for each of these elements are defined in the default.css style sheet of Ice Gallery. Since Ice Gallery supports dynamic style sheets (loading the style sheet that matches the current joomla/mambo template) you can also define a different look for the container, medium and caption in each of these style sheets. Edit the classes described below in the settings (in tab stylesheet) of Ice Gallery.
    Container styling
    
    After installation of Ice Gallery the four default settings are as follows:
    
        * default style applied to container:
          class='container1': style=' float: left; border-width: 0px; margin: px; padding: 2px 4px 2px 4px;'
          this will bring the main container to the left of the text in which it is embedded.
        * style 2 applied to main container:
          class='container2': style=' float: right; border-width: 0px; margin: px; padding: 2px 4px 2px 4px;'
          this will bring the main container to the right of the text in which it is embedded.
        * style 3 applied to main container:
          class='container3': style=' text-align: center; border-width: 0px; margin: px; padding: 2px 4px 2px 4px;'
          this will bring the main container in the middle of the text. Text stops above and continues below the medium.
        * style 4 applied to main container:
          class='container4': style=' border-width: 0px; margin: 0px; padding: 2px 4px 2px 4px;'
          this will bring the main container to the left of the text. Text stops above and continues below the medium.
    
    Medium styling
    
    After installation of Ice Gallery the two default settings are as follows:
    
        * default style applied to the medium:
          class='image1': style=' border: 0px;'
        * style 2 applied to the medium:
          class='image2': style=' padding: 3px 3px 3px 3px; border: 3px outset #444444;'
        * style 3 applied to the medium:
          class='image3': style=' padding: 3px 3px 3px 3px; border: 3px groove #444444;'
    
    Caption styling
    
    After installation of Ice Gallery the two default settings are as follows:
    
        * default style applied to caption:
          class='caption1': style=' background-color:#DDDDDD; text-align:center;'
        * style 2 applied to the caption:
          class='caption2': style=' text-align:center;'
        * style 3 applied to the caption:
          class='caption3': style=' ';
    
    Is Ice Content not working as it should?
    
    Check your mambot tag: does it comply to the syntax described above? Pay attention to the "nota bene's".
    
    Check the page-source in your browser: does the html look correct?
    
    Do you use compatible versions of Ice Gallery and Ice Content mambot? See below.

  5. Erhielt Danksagungen von:


  6. #5
    Neu an Board
    Registriert seit
    24.01.2006
    Beiträge
    76
    Bedankte sich
    21
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Zitat Zitat von ARUS
    Moin,
    ich bins nochmal. ICh habe den Mambot gerade auch installiert, um in Artikeln Bilderserien einzügen, ähnlich wie hier zB: http://www.computerbase.de/news/soft...hacker_drinks/
    Also wo dann von einem Album die Bilder als Thumbs angezeigt werden.
    Wie man das benutzt kannst du hier nachlesen:
    Code:
    Ice Content Mambot
    
    (version 0.5 beta July 2006)
    
    This page documents the Ice Content mambot. This mambot makes it possible to use media from the Ice Gallery in content items. It fully respects Ice Gallery's global access policies and those for the medium itself. Media that a user is not allowed to view will not be displayed in the content.
    How to use the mambot?
    
    Well, first you need to have Ice Gallery installed, of course. If not, see the resource paragraph for web links. You will also have to add some pictures to Ice Gallery.
    
    There are two options for including media in your content: Do it manually or use the wizard built into Ice Gallery. To enable the wizard in Ice Gallery, you have to save the Ice Gallery settings after installing the Ice Content mambot, only then it will be recognized and an icon (a 'bulb') will appear in the header of every medium. A click on it will call the wizard to help you create a tag for that medium. Including media this way is user friendly but slow. Later on, with a little practice, you will become the wizard yourself (it is really no big deal...).
    Manually adding the mambot code
    
    Start editing a content item. In the same place where you add text, you can add this sample code as well: {ice medium-id}. See the paragraph with quick sampes for more. When reading the content, {ice medium-id} will be replaced by the full size medium.
    Quick samples for usage
    
        * {ice 5004}
          a full size medium (if it is an image, otherwise a thumbnail without link), uniquely identified by the medium-id 5004 in Ice Gallery and aligned to the left border with default styltes and no caption.
        * {ice 5004 [this is my caption text]}
          previous example plus a custom caption text is placed under the medium. The default styles are being applied.
        * {ice 5004 -link [!this is my caption text]}
          previous example, but because of the '!' the caption text is placed on top of the thumbnail, which now opens a window with all the medium details when you click on it.
        * {ice 5004 -thumb #2 [!this is my caption text]}
          previous example, but a thumbnail only with no link to Ice Gallery and aligned to the right border because of style #2.
    
    Complete syntax for the Ice Content tag
    
    {ice medium-id [#111] [-thumb] [-link] [-debug] [[!][caption]]] }
    
        * parameters and values between '[' and ']' are optional. Default values are being applied if these parameters are not provided.
        * medium-id (required)
          is the unique id given to a medium in Ice Gallery (see also 'Where do i find the medium id?')
        * -thumb or -t
          with this option you insert a thumbnail of the medium in your content without a link to Ice Gallery. By default the full size medium will be inserted (if it is an image, otherwise a thumbnail without link).
        * -link or -l
          with this option you insert a thumbnail of the medium in your content and link it to a Ice Gallery popup window with all the media details. If popup windows are not allowed in Ice Gallery, the medium detail page will replace the content page where the medium is embedded.
        * -debug or -d
          if you have trouble making your Ice Content tag work, '-debug' will give you additional information on top of the screen.
        * #container-style[medium-style[caption-style]]
          choose the style of the medium you want to embed. The style defaults to '#111', which results in a left aligned medium with text floating right and standard styles for the medium itself and its caption. '#2' will align the medium on the right border with the text floating left to it and '#3' will center the medium with no text left or right. With the second number you can chose between three different medium styles and with the third number between three different caption styles.
        * [[!][caption]]
          add a caption to the top or bottom of the medium. If [caption] is not provided, the caption will be the description (if there is any) of the medium taken from Ice Gallery. The position of the caption defaults to 'bottom', but if the '[' is followed by a '!', the caption is placed on top of the medium instead.
    
    Nota bene: Do not provide any values containing '}'.
    
    Nota bene: Do not use the " (double quote) in caption texts. Single quotes are possible, though.
    How do i find the medium-id?
    
    In Ice Gallery move your mouse cursor over the little bulb above the medium's thumbnail. The number in the metabox which is going to appear, is the required medium-id.
    About styling
    
    There are three elements to style: the main container, the medium and the caption. The classes for each of these elements are defined in the default.css style sheet of Ice Gallery. Since Ice Gallery supports dynamic style sheets (loading the style sheet that matches the current joomla/mambo template) you can also define a different look for the container, medium and caption in each of these style sheets. Edit the classes described below in the settings (in tab stylesheet) of Ice Gallery.
    Container styling
    
    After installation of Ice Gallery the four default settings are as follows:
    
        * default style applied to container:
          class='container1': style=' float: left; border-width: 0px; margin: px; padding: 2px 4px 2px 4px;'
          this will bring the main container to the left of the text in which it is embedded.
        * style 2 applied to main container:
          class='container2': style=' float: right; border-width: 0px; margin: px; padding: 2px 4px 2px 4px;'
          this will bring the main container to the right of the text in which it is embedded.
        * style 3 applied to main container:
          class='container3': style=' text-align: center; border-width: 0px; margin: px; padding: 2px 4px 2px 4px;'
          this will bring the main container in the middle of the text. Text stops above and continues below the medium.
        * style 4 applied to main container:
          class='container4': style=' border-width: 0px; margin: 0px; padding: 2px 4px 2px 4px;'
          this will bring the main container to the left of the text. Text stops above and continues below the medium.
    
    Medium styling
    
    After installation of Ice Gallery the two default settings are as follows:
    
        * default style applied to the medium:
          class='image1': style=' border: 0px;'
        * style 2 applied to the medium:
          class='image2': style=' padding: 3px 3px 3px 3px; border: 3px outset #444444;'
        * style 3 applied to the medium:
          class='image3': style=' padding: 3px 3px 3px 3px; border: 3px groove #444444;'
    
    Caption styling
    
    After installation of Ice Gallery the two default settings are as follows:
    
        * default style applied to caption:
          class='caption1': style=' background-color:#DDDDDD; text-align:center;'
        * style 2 applied to the caption:
          class='caption2': style=' text-align:center;'
        * style 3 applied to the caption:
          class='caption3': style=' ';
    
    Is Ice Content not working as it should?
    
    Check your mambot tag: does it comply to the syntax described above? Pay attention to the "nota bene's".
    
    Check the page-source in your browser: does the html look correct?
    
    Do you use compatible versions of Ice Gallery and Ice Content mambot? See below.
    Hallo nochmals,

    die Mambot Info habe ich auch schon gelesen - aber, abgesehen davon, dass ich keine thumbs angeezeigt bekomme,
    würde ich gerne die ITEM-ID der Bilder von ICE rausbekommen - konnte ich nicht finden.
    Ebenso kann ich den beschriebenen Wizard nicht finden?

    Danke!
    mexx

  7. #6
    Gehört zum Inventar Avatar von deejey
    Registriert seit
    22.04.2006
    Ort
    HH
    Beiträge
    9.309
    Bedankte sich
    509
    Erhielt 1.791 Danksagungen
    in 1.583 Beiträgen

    Standard

    für zoom gibt es den moszoomthumb:
    {moszoomthumb imgid=xx caption='beliebiger Titel, der den zoom-Titel überschreibt'}

  8. Erhielt Danksagungen von:


  9. #7
    Neu an Board
    Registriert seit
    24.01.2006
    Beiträge
    76
    Bedankte sich
    21
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Zitat Zitat von deejey
    für zoom gibt es den moszoomthumb:
    {moszoomthumb imgid=xx caption='beliebiger Titel, der den zoom-Titel überschreibt'}
    danke, werde ich versuchen;

    im Moment habe ich die gallery2 installiert und die dazugehörige bridge-Komponente -
    jetzt stehe ich wieder vor dem gleichen Problem:
    Wie bekomme ich das Teil in den Content?
    etwa: { gallery2 id=2} - gibt es sowas in die Richtung ?

    Danke!
    Mexx

  10. #8
    War schon öfter hier
    Registriert seit
    10.08.2005
    Beiträge
    174
    Bedankte sich
    20
    Erhielt 7 Danksagungen
    in 6 Beiträgen

    Standard

    diesen ollen Wizard find ich leider auch nicht. Komisch, wirkt insgesamt aber auch noch nich so ausgereift. Ich zB kann erst gar keine Bilder hochladen. Da kommt immer "Fehler beim Verschieben der Datei"- egal bei welcher Bildergröße, egal in welches Album. CHMOD ist natürlich schon 777, geht trotzdem nich :(

  11. #9
    kai
    kai ist offline
    Hat hier eine Zweitwohnung
    Registriert seit
    04.02.2004
    Beiträge
    1.219
    Bedankte sich
    26
    Erhielt 259 Danksagungen
    in 239 Beiträgen

    Standard

    Zitat Zitat von mexxman
    danke, werde ich versuchen;

    im Moment habe ich die gallery2 installiert und die dazugehörige bridge-Komponente -
    jetzt stehe ich wieder vor dem gleichen Problem:
    Wie bekomme ich das Teil in den Content?
    etwa: { gallery2 id=2} - gibt es sowas in die Richtung ?

    Danke!
    Mexx
    Es gibt ein Plugin für einige Editoren mit dem Du sehr einfach Thumbs oder Links der Gallery2 in Deinen Content einbinden kannst.
    Gallery2 Image Chooser Plugin: http://g2image.steffensenfamily.com/...p?title=Joomla
    Screenshots: http://www.gallery-addons.com/content/view/71/125/1/5/

    Vielleicht hilfts Dir weiter.

    Gruß, Kai

  12. #10
    Neu an Board
    Registriert seit
    24.01.2006
    Beiträge
    76
    Bedankte sich
    21
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Zitat Zitat von kai
    Es gibt ein Plugin für einige Editoren mit dem Du sehr einfach Thumbs oder Links der Gallery2 in Deinen Content einbinden kannst.
    Gallery2 Image Chooser Plugin: http://g2image.steffensenfamily.com/...p?title=Joomla
    Screenshots: http://www.gallery-addons.com/content/view/71/125/1/5/

    Vielleicht hilfts Dir weiter.

    Gruß, Kai
    Danke für die Hilfe!
    Wollte eigentlich dieses Plugin installieren...
    aber es tun sich noch mehr Fragen auf...
    Wie kann ich feststellen, welchen Editor ich verwende ?
    Weiters steht, man soll die Parameter in der config.php checken...
    Bei der config von gallery2 gibt es keine beschriebenen parameter...
    und bei den Editoren keine conifg.php.

    Eigentlich müsste bei mir ICE-Editor installiert sein, da ich alle anderen deaktiviert habe. Vielleicht probiere ich es mal umgekehrt...
    Ich vermute aber, dass sich nichts ändern wird...

    BG mexx

+ Antworten
Seite 1 von 3 1 2 3 LetzteLetzte

Ähnliche Themen

  1. Pony Gallery Link zum Bilder einfügen
    Von jepa im Forum Joomla Komponenten
    Antworten: 12
    Letzter Beitrag: 13.06.2006, 14:23
  2. Pony Gallery: Frames für Bilder?
    Von webjogi73 im Forum Joomla Komponenten
    Antworten: 2
    Letzter Beitrag: 01.03.2006, 13:41
  3. Antworten: 0
    Letzter Beitrag: 21.01.2006, 14:01
  4. Zoom Gallery bringt bei bilder hochladen fehler
    Von exko im Forum Mambo Komponenten
    Antworten: 3
    Letzter Beitrag: 06.09.2005, 10:00
  5. Bilder einfügen mit Editor / Pony Gallery
    Von rausmade15 im Forum Mambo Komponenten
    Antworten: 1
    Letzter Beitrag: 08.08.2005, 12:55

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein