brand68 Posted May 28, 2015 Share Posted May 28, 2015 Hallo liebe Community Gibt es eine Möglichkeit, einen Link ausgehend vom Marketing Block (also Block Werbung) in einem eigenen Fenster anzeigen zu lassen? Ich möchte, dass die Ausgangswebsite noch angezeigt wird. Ich danke euch schon mal für eure Hilfe und wünsche allen einen sonnigen Tag. Marc Link to comment Share on other sites More sharing options...
Shad86 Posted May 28, 2015 Share Posted May 28, 2015 Da müsstest du was am Quelltext des Blocks ändern. Da wird ja eine Verlinkung drin sein und die muss um target="_blank" ergänzt oder ersetzt werden. Das sorgt dafür das ein Link in einem neuen Fenster geöffnet wird. 1 Link to comment Share on other sites More sharing options...
brand68 Posted May 28, 2015 Author Share Posted May 28, 2015 Danke dir vielmals für den schnellen Feedback, werde das ausprobieren.... Link to comment Share on other sites More sharing options...
brand68 Posted May 28, 2015 Author Share Posted May 28, 2015 Hallo, ich nochmals. Es gibt wohl eine solche Ergänzung (rot eingefärbt) aber da ich HTML mehr als nur oberflächlich verstehe; es funktioniert leider nicht. Vielleicht kannst du mir noch einen weitere Input geben? Gruss und Dank Marc public function getContent() { $this->postProcess(); $output = ' <form action="'.Tools::safeOutput($_SERVER['REQUEST_URI']).'" method="post" enctype="multipart/form-data"> <fieldset> <legend>'.$this->l('Advertising block configuration').'</legend>'; if ($this->adv_img) { $output .= ' <a href="'.$this->adv_link.'" target="_blank" title="'.$this->adv_title.'"> <img src="'.$this->context->link->protocol_content.$this->adv_img.'" alt="'.$this->adv_title.'" title="'.$this->adv_title.'" style="width:155px;height:163px;margin-left:100px"/> </a>'; if ($this->adv_imgname == 'advertising') $output .= $this->l('You cannot delete the default image (but you can change it below).'); else $output .= '<input class="button" type="submit" name="submitDeleteImgConf" value="'.$this->l('Delete image').'" style=""/>'; Link to comment Share on other sites More sharing options...
Shad86 Posted May 28, 2015 Share Posted May 28, 2015 Es ist die große Frage ob das der richtige Codeteil ist. Hast du einen Link zu dienem Shop und der Seite wo die Box sichtbar ist? Und um welche Box dort handelt es sich genau? Kannst du mir auch per PN schicken wenn du den Shop noch nicht posten willst. Link to comment Share on other sites More sharing options...
brand68 Posted May 28, 2015 Author Share Posted May 28, 2015 Ich habe den Shop soeben frei geschaltet. Es ist die Box oben links (Gesundheits-News)... Danke nochmals... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now