Noch keinen Service-Account?

Sie können einen Zugang zum Kunden-Service-Portal mittels unseres Kontaktformulars anfordern.

edbs.at

  • home
    startseite..
  • webentwicklung
    cms, php, css,...
  • marketing
    ci, layout,...
  • referenzen
    web, ci & layout...
  • unternehmen
    kontakt, profil,...
    • Kontakt
    • Ansprechpartner
    • Firmenprofil
    • Service
    • Partner

EDBS DevBlog - Neueste Blog-Posts

Über EDBS devBlog
Im EDBS devBlog können Sie sich Informationen über PHP Programmierung, Joomla 1.5 / Joomla 1.7 / Joomla 2.5 Erweiterungen und Bug Fixes einholen. Weiters lesen Sie über aktuelle EDBS Entwicklungen im Bereich Web und Software.

EDBS devBlog auf blogspot.com
Hier gelangen Sie direkt zum EDBS devBlog - edbs-devblog.blogspot.com auf blogspot.com

Joomla FaqBook - Back Button in Category Menü einfügen

Desc: How to entend the Joomla FAQ Book with a 'Back Button' to the Main Menu of FAQ Entries
Date: 20120124

Modification: 
file: /components/com_faqbook/views/category/tmpl/default.php

search for:
         line 125
replace with: 

</div><!--navigation-->
                 <div class="cat-name">
                            <p><?php echo '' ?></p>
                            <p><img src="/images/arrow-l.png" style="float:left; margin-top: 4px; margin-right:12px; alt="Back"><a href="javascript:history.go(-1)">Zur&uuml;ck zur Kategorie Auswahl</a></p>

</div>    </div>

Joomla - Random Article Order in Blog Mode


Desc: How to show randomized Articles in Category Blog View in Joomla 1.7
Date: 20120120

Modification 1: 
file: /components/com_content/helpers/query.php

search for:
         case 'front' :
            $orderby = 'f.ordering';
            break;
replace with:
         case 'front' :
            $orderby = 'f.ordering';
            break;
         case 'random' :
            $orderby = 'rand()';
            break;



Modification 2: 
file: /components/com_content/views/section/tmpl/blog.xml

search for:
            <option value="order">Ordering</option>
replace with:
            <option value="order">Ordering</option>
            <option value="random">RANDOM</option>

Hover Effekt für Image Title bei Gavick mod_news_pro_gk4 einfügen


Desc: Image does not show title on hover in mod_news_pro_gk4
Date: 20120120

Modification: 
file: /modules/mod_news_pro_gk4/tmpl/layouts_parts.php
line: 262

original:
return ($config['news_content_image_pos'] == 'center') ? '<div class="center"><a href="'.$IMG_LINK.'"><img class="nspImage'.$class.'" src="'.$IMG_SOURCE.'" alt="'.$news_title.'" style="'.$size.'"  /></a></div>' : '<a href="'.$IMG_LINK.'"><img class="nspImage'.$class.'" src="'.$IMG_SOURCE.'" alt="'.$news_title.'" style="'.$size.'"  /></a>';

modified:
return ($config['news_content_image_pos'] == 'center') ? '<div class="center"><a href="'.$IMG_LINK.'"><img class="nspImage'.$class.'" src="'.$IMG_SOURCE.'" alt="'.$news_title.'" style="'.$size.'"  /></a></div>' : '<a href="'.$IMG_LINK.'"><img class="nspImage'.$class.'" src="'.$IMG_SOURCE.'" title="'.$news_title.'" style="'.$size.'"  /></a>';
http://invaconsult.com.ua/ http://invaconsult.com.ua/
  • impressum
  • agb
  • sitemap
  • kunden
  • blog
  • kontakt
Copyright © 2011 EDBS EDATABUSINESSSERVICES