Vergeben: Mini-Modulentwicklung
am 18.01.2010 - 13:14 Uhr in
Job ist bereits vergeben.
Danke an alle Interessierten
Hallo zusammen,
ich suche jemanden, der mir auf die Schnelle ein Modul für den Einbau des Widgetcodes auf der Seite www.sellector.com erstellt.
Der Code ist zu finden unter http://www.sellector.com/sellector/choooser/main#fragment-5
Wie man sieht, gibt es zwei div boxen, die eingebunden werden. Ein Eingabe und ein Ausgabebereich.
Daher sind ggf. 2 Module notwendig. (Ich kenne drupal leider nicht näher, nur joomla.)
Im Backens müssen vom Nutzer folgende Informationen einzustellen sein:
Sellector ID, Höhe und Breite des Eingabebereichs,
Höhe und Breite des Ausgabebereichs
Den Code für Joomla kann ich bereit stellen s.u.
Ich würde es selber machen, aber ich brauche den Code für alle größeren CMS Systeme und da fehlt mir die Zeit, mir jedes einzelne näher anzuschauen.
Wer Interesse hat, bitte kurz eine Nachricht senden.
Schöne Grüße,
Pascal Klaus
JOOMLA PHP CODE
<?php
/***
* @package 1 from 2
* @for Joomla! 1.5 from Sellector.com
* @copyright Copyright (C) 2009 Sellector.com. All rights reserved.
* @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
* Joomla! is free software.
* This extension is made for Joomla! 1.5
***/
defined( '_JEXEC' ) or die( 'Restricted access' );
$sellector_css = $params->get('sellector_private_css');
$sellector_ID = $params->get('sellector_id');
$sellector_width = $params->get('sellectorcom_width');
$sellector_height = $params->get('sellectorcom_height');
if ($sellector_css)
{
echo "<div style=\"" . $sellector_css . "\">\r\n";
}
echo "<!-- Sellector:: http://www.sellector.com :: for Joomla! 1.5 -->\r\n"
. "<div id=\"Selektionsbereich\" style=\"width:" . $sellector_width . "px; height:" . $sellector_height . "px; float:left\">\r\n"
. "<script type=\"text/javascript\" src=\"http://www.sellector.com/scripts/sellectorControl.js\"></script>"
. "<script type=\"text/javascript\">sellectorLoader(\"" . $sellector_ID . "\", \"Selektionsbereich\", \"Ergebnisbereich\")</script>"
. "</div>"
. "<!-- Sellector Ad Sellector :: http://www.sellector.com:: for Joomla! 1.5 -->\r\n";
if ($sellector_css)
{
echo '</div>';
}
?>
Joomla XML Teil
<?xml version="1.0" encoding="utf-8" ?>
- <install type="module" version="1.5.1">
<name>Sellector input area</name>
<author>Sellector.com</author>
<creationDate>December, 2009</creationDate>
<copyright>Sellector.com</copyright>
<license>GNU/GPL</license>
<authorEmail>info@sellector.com</authorEmail>
<authorUrl>http://www.sellector.com</authorUrl>
<version>1.0.0</version>
- <description>
- <![CDATA[
<h1>Sellector INPUT Area Module. (1 from 2!)</h1>
<h2>Solution for implementing the Sellector.com Code in Joomla 1.5</h2>
<h3>If you like our module, than please vote for it on <a href="http://extensions.joomla.org/" target="_blank">Joomla! Extensions Directory</a></h3>
<p>Please make sure, that you also have installed module 2 from 2!!!</p>
<p>If you need help? Visit us on:"<a href="http://www.sellector.com" target="_blank">Sellector.com </a></p>
]]>
</description>
- <files>
<filename module="mod_sellector_com_1v2">mod_sellector_com_1v2.php</filename>
</files>
- <params>
<param name="@spacer" type="spacer" default="Please notice! You also need Modul 2 to let the sellector work." label="!!!important!!!" description="!!!important!!!" />
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
<param name="sellector_private_css" type="text" default="" label="Div CSS codes" description="Input your individual css code" />
<param name="sellector_id" type="text" default="" label="Sellector ID" description="Please type your Sellector ID here. This ID ist provided by Sellector.com" />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="sellectorcom_width" type="text" default="200" label="Width:" description="Width of your input area." />
<param name="sellectorcom_height" type="text" default="2000" label="Height:" description="Height of your input area." />
</params>
</install>
- Anmelden oder Registrieren um Kommentare zu schreiben
Neue Kommentare
vor 6 Stunden 56 Minuten
vor 10 Stunden 46 Minuten
vor 1 Tag 17 Stunden
vor 1 Tag 17 Stunden
vor 6 Tagen 10 Stunden
vor 6 Tagen 13 Stunden
vor 6 Tagen 13 Stunden
vor 6 Tagen 13 Stunden
vor 1 Woche 10 Stunden
vor 1 Woche 12 Stunden