Verwendung: Social-Media-Profil bei Team Boxen

Jacek Brun's Avatar

Jacek Brun

13 Apr, 2020 09:58 PM

Produkt: Tao Contao
Contao-Version: 4.9

Hallo,
ich brauche bei der Team Boxen in der Auswahl Menü einen Instagram Auswahl-Punkt. Dies könnte z.B. anstatt G+ sein (G+ gibt es sowieso nicht mehr...).
Wie mache ich das am besten?
beste Grüße
Jacek

  1. Support Staff 1 Posted by RockSolid Theme... on 14 Apr, 2020 11:53 AM

    RockSolid Themes's Avatar

    Vielen Dank für Ihre Frage.

    Bearbeiten Sie dafür bitte die Datei templates/tao/rsce_tao_team_boxes_config.php und ersetzen die Zeile

    'gplus' => 'Google+',
    

    mit folgender:

    'instagram' => 'Instagram',
    

    In der Datei templates/tao/rsce_tao_team_boxes.html5 muss dann noch folgender Code-Block:

    'gplus' => array(
        'color' => 'dd4b39',
        'icon'  => 'e098',
        'label' => 'Google+',
    ),
    

    mit diesem ersetzt werden:

    'instagram' => array(
        'color' => 'f00075',
        'icon'  => 'e152',
        'label' => 'Instagram',
    ),
    
  2. 2 Posted by Jacek Brun on 15 Apr, 2020 04:55 PM

    Jacek Brun's Avatar

    Perfect!
    Vielen Dank!

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac