forum.easy-joomla.org
14. 01. 2010 11:38 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
Neueste Beiträge
Re: Easybook 2.0.0rc4 bietet Angriffsmöglichkeiten für Hacker von aravot Heute um 08:36
Re: EasyCreator 0.0.12 von ripper17 Gestern um 09:49
Re: Parameters missing in install manifest created by EasyCreator 0.0.11 von ripper17 Gestern um 09:16
News:
Tutorials/Anleitungen rund um Joomla! oder
Filmchen herunterladen
 

 
 
    Übersicht   Hilfe Suche Spenden/Sponsors Impressum/Imprint Downloads Hauptseite Projects Tutorials Einloggen Registrieren  
Subject Statistics
Thema: here is code to blend EasyCaptcha into layout ArtForms Replies: 0 posts
Gelesen 5129 mal 0 Mitglieder und 1 Gast betrachten dieses Thema.
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: here is code to blend EasyCaptcha into layout ArtForms  (Gelesen 5129 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
carsten888
Newbie
*
OfflineOffline

Ort: Tilburg, Holland
Registriert seit: 23.04.08
Beiträge: 2


www.pages-and-items.com


Profil anzeigen WWW
« am: 23. 04. 2008 15:37 »

here is code to blend EasyCaptcha into layout ArtForms.

file:
administrator/components/com_artforms/lib/af.lib.afforms.php
line: 696

EasyCaptcha 1.3 stable
ArtForms v. 2.1 b7.1
joomla 1.0.15
 Joomla! 1.0.x
 
find this code:
Code:
case '7':  //easycaptcha component

         if(file_exists($mosConfig_absolute_path.'/components/com_easycaptcha/class.easycaptcha.php')) {
            $html = '<div align="center">';
            include_once($mosConfig_absolute_path.'/components/com_easycaptcha/class.easycaptcha.php');
            $captcha = new easyCaptcha();
            $html .= '<input type="hidden" name="captcha_id" value="'.$captcha->getCaptchaId().'" />
                     <img src="'.$captcha->getImageUrl().'" alt="'.$captcha->getAltText().'" /><br /><br />
                     '.ARTF_CAPTCHA_TITLE.': <input type="text" name="captcha_code" class="easycomments_post_input" />';
            $html .= '</div>';

replace code with:
Code:
case '7':  //easycaptcha component

         if(file_exists($mosConfig_absolute_path.'/components/com_easycaptcha/class.easycaptcha.php')) {
include_once($mosConfig_absolute_path.'/components/com_easycaptcha/class.easycaptcha.php');
            $captcha = new easyCaptcha();
//image on one row
            $html = '<div class="clear"></div>';
$html .= '<div style="margin-left:15px;">';
$html .= '<div style="float:left;margin-top:5px;width:100px;">';
$html .= '</div>';
$html .= '<div style="float:left;margin-top:5px;">';
$html .= '<input type="hidden" name="captcha_id" value="'.$captcha->getCaptchaId().'" />';
            $html .= '<img src="'.$captcha->getImageUrl().'" alt="'.$captcha->getAltText().'" />';
            $html .= '</div>';
$html .= '</div>';
//label and input on next row
$html .= '<div class="clear"></div>';
$html .= '<div style="margin-left:15px;">';
$html .= '<div style="float:left;margin-top:5px;width:100px;">';
$html .= '<div class="affieldname">';
$html .= ARTF_CAPTCHA_TITLE.':';
$html .= '</div>';
$html .= '</div>';
$html .= '<div style="float:left;margin-top:5px;">';
$html .= '<input type="text" name="captcha_code" class="easycomments_post_input" />';
            $html .= '</div>';
$html .= '</div>';
$html .= '<div class="clear"></div>';

charing code is good for you! Cheesy

Gespeichert

www.pages-and-items.com
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  


Audiovisuelle Filmanleitungen hosted by all-inkl.com joomladirectory.net joomla.org jahoart.eu joomla-in-berlin.de Joomla Toplist Spende/Donate
easy-joomla.org joomla.de webjobber.de snipersister-de xing.de
joomlacode.org joomlaos.de joomla24.com nik-it.de

Powered by MySQLPowered by PHP Powered by SMF 1.1.8 | SMF © 2006, Simple Machines LLC Prüfe XHTML 1.0Prüfe CSS
Seite erstellt in 0.12 Sekunden mit 27 Zugriffen.