PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
CMS, Shopsoftware & Forensysteme
Joomla!
JA Flowlist Modul für joomla
Beitrag
<blockquote data-quote="Cass" data-source="post: 1082161" data-attributes="member: 185554"><p><strong>AW: JA Flowlist Modul für joomla</strong></p><p></p><p><strong>das ist die index php</strong></p><p></p><p><?php</p><p>// no direct access</p><p>defined( '_JEXEC' ) or die( 'Restricted access' );</p><p>$siteName = $this->params->get('siteName');</p><p></p><p>if ($this->params->get('pageStyle') == '') </p><p>{</p><p>$pageStyle ='style1';</p><p>} </p><p>else </p><p>{</p><p>$pageStyle = $this->params->get('pageStyle');</p><p>}</p><p></p><p>$showPathway = $this->params->get('showPathway');</p><p></p><p></p><p>class tjC {</p><p>function isFrontPage(){</p><p> return (JRequest::getCmd('option')=='com_content' && !JRequest::getInt('id'));</p><p> }</p><p>}</p><p>$TJ = new tjC($this);</p><p>$joomlaJS = $this->params->get('defaultJS');</p><p> if ($joomlaJS == "off") {</p><p> $headerjs = $this->getHeadData();</p><p> $headerjs['scripts'] = array();</p><p> $this->setHeadData($headerjs);</p><p> };</p><p>?></p><p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p><p><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" ></p><p><head></p><p><jdoc:include type="head" /></p><p><link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/<?php echo $pageStyle;?>.css" title="<?php echo $pageStyle;?>" type="text/css" media="screen" /></p><p><link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/layout.css" type="text/css" /></p><p><link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /></p><p><!--[if lte IE 6]></p><p><link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css" type="text/css" /></p><p><style type="text/css"></p><p></p><p>#tr-logo a , .MultiBoxClose, .MultiBoxPrevious, .MultiBoxNext, .MultiBoxNextDisabled, .MultiBoxPreviousDisabled { </p><p> behavior: url('<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/iepngfix.htc'); </p><p>}</p><p></style></p><p><![endif]--></p><p></p><p></p><p></head></p><p><body></p><p><a name="top" id="top"></a></p><p><div id="tr-container"></p><p> <div id="tr-header"></p><p> <div id="tr-logo"><a href="<?php echo $this->baseurl ?>"></a></div></p><p> </p><p> </p><p> </p><p> </p><p> </div></p><p><div id="tr-top-menu"></p><p> <jdoc:include type="modules" name="user3" style="xhtmlxtd" /></p><p> </div></p><p> <div id="tr-wrapper"></p><p> </p><p> </p><p> <?php if ($this->countModules('spotlight')) { ?><div id="tr-m-spotlight"> <jdoc:include type="modules" name="spotlight" style="xhtml" /></div><?php } ?></p><p> <?php if ($this->countModules('showcase')) { ?><div id="tr-m-showcase"> <jdoc:include type="modules" name="showcase" style="xhtml" /></div><?php } ?></p><p> <?php if ($this->countModules('staff')) { ?><div id="tr-m-staff"> <jdoc:include type="modules" name="staff" style="xhtml" /></div><?php } ?></p><p> <?php if(!$TJ->isFrontPage()) { ?></p><p> <div id="content"></p><p> <div id="tr-content-in"></p><p> <jdoc:include type="message" /></p><p> <?php if($showPathway==1) { ?></p><p> <jdoc:include type="modules" name="breadcrumb" /></p><p> <?php } ?></p><p> <jdoc:include type="component" /></p><p> </div></p><p> </div></p><p> <?php } ?></p><p></div></p><p></p><p></p><p></p><p><div id="tr-footer"></p><p> <jdoc:include type="modules" name="pfooter" style="xhtmlxtd" /></p><p></p><p></div></p><p></div></p><p></p><p> <!-- You CAN NOT remove (or unreadable) those links without permission. Removing the link and template sponsor Please visit shop.portfoliodesign.org or contact with e-mail (info@portfoliodesign.org) If you don't want to link back to portfoliodesign.org, you can always pay a link removal donation. This will allow you to use the template link free on one domain name. Please read license.txt --></p><p><div style="padding:0 0 20px 0;"><center><a href="http://www.portfoliodesign.org" rel="follow" title="Joomla Templates"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/portfoliodesign.png" border="0" alt="Joomla Templates"/></a></center></div></p><p></p><p><jdoc:include type="modules" name="debug" /></p><p></body></p><p></html></p><p></p><p><strong>und das nun die layout css:</strong></p><p></p><p>/* COMMON STYLE</p><p>--------------------------------------------------------- */</p><p>* {</p><p>}</p><p>body {</p><p> font-family:Arial, Helvetica, sans-serif;</p><p> font-size: 11px;</p><p> </p><p> line-height: 160%;</p><p>}</p><p>html, body, form, fieldset {</p><p> margin: 0;</p><p> padding: 0;</p><p>}</p><p>body.tr-contentpane {</p><p> width: auto; /* Printable Page */</p><p> margin: 1em 2em;</p><p> line-height: 1.3em;</p><p> margin: 0px 0px 0px 0px;</p><p> font-size: 12px;</p><p> color: #333;</p><p>}</p><p>/* Normal link */</p><p>a {</p><p> text-decoration: underline;</p><p>}</p><p>a:hover, a:active, a:focus {</p><p> </p><p> text-decoration: underline;</p><p> outline:none;</p><p>}</p><p>/* Title text */</p><p>.tr-contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {</p><p> font-family: Arial, Helvetica, sans-serif;</p><p>}</p><p>/* Small text */</p><p>small, .small, .smalldark, .mosimage_caption, .author, .createby, .createdate, .modifydate, a.readon, .img_caption {</p><p> </p><p> font-size: 10px;</p><p>}</p><p>/* Heading */</p><p>h1 {</p><p> font-size: 180%;</p><p>}</p><p>h2 {</p><p> font-size: 150%;</p><p>}</p><p>h3 {</p><p> font-size: 125%;</p><p>}</p><p>h4 {</p><p> font-size: 100%;</p><p> text-transform: uppercase;</p><p>}</p><p>p, pre, blockquote, ol, ul, h1, h2, h3, h4, h5, h6 {</p><p> margin:1em 0;</p><p>}</p><p>th {</p><p> padding: 5px;</p><p> font-weight: bold;</p><p> text-align: left;</p><p>}</p><p>fieldset {</p><p> border: none;</p><p> padding: 0;</p><p>}</p><p>fieldset a {</p><p> font-weight: bold;</p><p>}</p><p>hr {</p><p> border-top: 1px solid #CCCCCC;</p><p> border-right: 0;</p><p> border-left: 0;</p><p> border-bottom: 0;</p><p> height: 1px;</p><p>}</p><p>td, div {</p><p> font-size: 100%;</p><p>}</p><p>img {</p><p> border: none;</p><p>}</p><p>.clearfix {</p><p> clear:both;</p><p>}</p><p>#tr-container {</p><p> text-align:left;</p><p> width:600px;</p><p> margin:5px auto;</p><p>}</p><p>#tr-wrapper {</p><p> float:left;</p><p> width:100%;</p><p> margin-bottom:0px;</p><p>}</p><p>#tr-content {</p><p> </p><p>}</p><p></p><p>#tr-content-in {</p><p> </p><p>}</p><p>#tr-header {</p><p> height:165px;</p><p> position:relative;</p><p> </p><p>}</p><p>#tr-top-menu {</p><p> text-align:center;</p><p> height:20px;</p><p> padding: 10px;</p><p> margin: 30px;</p><p> </p><p>}</p><p>#tr-logo {</p><p>position:center;</p><p>top:100px;</p><p>}</p><p>#tr-logo a {</p><p> display:block;</p><p> float:left;</p><p> height:200px;</p><p> width:600px;</p><p>}</p><p>#tr-right {</p><p> float:left;</p><p> width:170px;</p><p> margin-left:-170px;</p><p> overflow:hidden;</p><p>}</p><p>#tr-right-in {</p><p> padding:10px;</p><p>}</p><p>#tr-left {</p><p> float:left;</p><p> width:160px;</p><p> margin-left:-750px</p><p>}</p><p>#tr-left-in {</p><p> padding:0 10px 10px 0;</p><p>}</p><p>#tr-footer {</p><p> clear:left;</p><p> width:600px;</p><p> position:relative;</p><p> font-size:10px;</p><p> padding:10px 0;</p><p> </p><p>}</p><p>#tr-footer p {</p><p> margin:0;</p><p> padding:15px 10px;</p><p> </p><p>}</p><p>#tr-stylechanger {</p><p> text-align:right;</p><p> position:absolute;</p><p> right:10px;</p><p> top:5px;</p><p> font-size:10px;</p><p>}</p><p>#tr-content-a .moduletable {</p><p> color:#FFFFFF;</p><p> font-family:Arial, Helvetica, sans-serif;</p><p> font-size:12px;</p><p> font-weight:bold;</p><p> position:absolute;</p><p> right:9px;</p><p> text-align:right;</p><p> top:30px;</p><p> width:280px;</p><p>}</p><p>#tr-content-a .moduletable .item {</p><p> line-height:170%;</p><p> margin:0;</p><p> padding:15px;</p><p>}</p><p>#tr-content-a .moduletable h3 {</p><p> background:#FFFFFF;</p><p> display:block;</p><p> font-family:Arial, Helvetica, sans-serif;</p><p> margin:0 0 5px 0;</p><p> padding:5px 5px 5px 30px;</p><p> text-align:right;</p><p>}</p><p>#tr-search {</p><p> position:absolute;</p><p> top:30px;</p><p> right:10px;</p><p>}</p></blockquote><p></p>
[QUOTE="Cass, post: 1082161, member: 185554"] [b]AW: JA Flowlist Modul für joomla[/b] [B]das ist die index php[/B] <?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); $siteName = $this->params->get('siteName'); if ($this->params->get('pageStyle') == '') { $pageStyle ='style1'; } else { $pageStyle = $this->params->get('pageStyle'); } $showPathway = $this->params->get('showPathway'); class tjC { function isFrontPage(){ return (JRequest::getCmd('option')=='com_content' && !JRequest::getInt('id')); } } $TJ = new tjC($this); $joomlaJS = $this->params->get('defaultJS'); if ($joomlaJS == "off") { $headerjs = $this->getHeadData(); $headerjs['scripts'] = array(); $this->setHeadData($headerjs); }; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/<?php echo $pageStyle;?>.css" title="<?php echo $pageStyle;?>" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/layout.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> <!--[if lte IE 6]> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css" type="text/css" /> <style type="text/css"> #tr-logo a , .MultiBoxClose, .MultiBoxPrevious, .MultiBoxNext, .MultiBoxNextDisabled, .MultiBoxPreviousDisabled { behavior: url('<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/iepngfix.htc'); } </style> <![endif]--> </head> <body> <a name="top" id="top"></a> <div id="tr-container"> <div id="tr-header"> <div id="tr-logo"><a href="<?php echo $this->baseurl ?>"></a></div> </div> <div id="tr-top-menu"> <jdoc:include type="modules" name="user3" style="xhtmlxtd" /> </div> <div id="tr-wrapper"> <?php if ($this->countModules('spotlight')) { ?><div id="tr-m-spotlight"> <jdoc:include type="modules" name="spotlight" style="xhtml" /></div><?php } ?> <?php if ($this->countModules('showcase')) { ?><div id="tr-m-showcase"> <jdoc:include type="modules" name="showcase" style="xhtml" /></div><?php } ?> <?php if ($this->countModules('staff')) { ?><div id="tr-m-staff"> <jdoc:include type="modules" name="staff" style="xhtml" /></div><?php } ?> <?php if(!$TJ->isFrontPage()) { ?> <div id="content"> <div id="tr-content-in"> <jdoc:include type="message" /> <?php if($showPathway==1) { ?> <jdoc:include type="modules" name="breadcrumb" /> <?php } ?> <jdoc:include type="component" /> </div> </div> <?php } ?> </div> <div id="tr-footer"> <jdoc:include type="modules" name="pfooter" style="xhtmlxtd" /> </div> </div> <!-- You CAN NOT remove (or unreadable) those links without permission. Removing the link and template sponsor Please visit shop.portfoliodesign.org or contact with e-mail (info@portfoliodesign.org) If you don't want to link back to portfoliodesign.org, you can always pay a link removal donation. This will allow you to use the template link free on one domain name. Please read license.txt --> <div style="padding:0 0 20px 0;"><center><a href="http://www.portfoliodesign.org" rel="follow" title="Joomla Templates"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/portfoliodesign.png" border="0" alt="Joomla Templates"/></a></center></div> <jdoc:include type="modules" name="debug" /> </body> </html> [B]und das nun die layout css:[/B] /* COMMON STYLE --------------------------------------------------------- */ * { } body { font-family:Arial, Helvetica, sans-serif; font-size: 11px; line-height: 160%; } html, body, form, fieldset { margin: 0; padding: 0; } body.tr-contentpane { width: auto; /* Printable Page */ margin: 1em 2em; line-height: 1.3em; margin: 0px 0px 0px 0px; font-size: 12px; color: #333; } /* Normal link */ a { text-decoration: underline; } a:hover, a:active, a:focus { text-decoration: underline; outline:none; } /* Title text */ .tr-contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; } /* Small text */ small, .small, .smalldark, .mosimage_caption, .author, .createby, .createdate, .modifydate, a.readon, .img_caption { font-size: 10px; } /* Heading */ h1 { font-size: 180%; } h2 { font-size: 150%; } h3 { font-size: 125%; } h4 { font-size: 100%; text-transform: uppercase; } p, pre, blockquote, ol, ul, h1, h2, h3, h4, h5, h6 { margin:1em 0; } th { padding: 5px; font-weight: bold; text-align: left; } fieldset { border: none; padding: 0; } fieldset a { font-weight: bold; } hr { border-top: 1px solid #CCCCCC; border-right: 0; border-left: 0; border-bottom: 0; height: 1px; } td, div { font-size: 100%; } img { border: none; } .clearfix { clear:both; } #tr-container { text-align:left; width:600px; margin:5px auto; } #tr-wrapper { float:left; width:100%; margin-bottom:0px; } #tr-content { } #tr-content-in { } #tr-header { height:165px; position:relative; } #tr-top-menu { text-align:center; height:20px; padding: 10px; margin: 30px; } #tr-logo { position:center; top:100px; } #tr-logo a { display:block; float:left; height:200px; width:600px; } #tr-right { float:left; width:170px; margin-left:-170px; overflow:hidden; } #tr-right-in { padding:10px; } #tr-left { float:left; width:160px; margin-left:-750px } #tr-left-in { padding:0 10px 10px 0; } #tr-footer { clear:left; width:600px; position:relative; font-size:10px; padding:10px 0; } #tr-footer p { margin:0; padding:15px 10px; } #tr-stylechanger { text-align:right; position:absolute; right:10px; top:5px; font-size:10px; } #tr-content-a .moduletable { color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; position:absolute; right:9px; text-align:right; top:30px; width:280px; } #tr-content-a .moduletable .item { line-height:170%; margin:0; padding:15px; } #tr-content-a .moduletable h3 { background:#FFFFFF; display:block; font-family:Arial, Helvetica, sans-serif; margin:0 0 5px 0; padding:5px 5px 5px 30px; text-align:right; } #tr-search { position:absolute; top:30px; right:10px; } [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ★ = 12, ◇ = 4 und die Hälfte von ★ zu ◇ addiert wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
CMS, Shopsoftware & Forensysteme
Joomla!
JA Flowlist Modul für joomla
Oben