English > Extensions and jDiction

Alternative Read More Text

<< < (2/5) > >>

Harald Leithner:
thx for your detonation, if you like you can get an invoice, I have to pay the tax anyway.

do you have a joomfish or falang xml file?

d4rkbl4de:
This is the FaLang XML for JEvents


--- Code: ---<?xml version="1.0" ?>
<falang type="contentelement">
<name>JEvents</name>
<author>Stéphane Bouey</author>
<copyright>www.faboba.com</copyright>
<version>1.0</version>
<description>Definition for JEvents Component</description>
<reference>
<table name="jevents_vevdetail">
<field type="referenceid" name="evdet_id" translate="0">ID</field>
<field type="titletext" name="summary" translate="1">Summary</field>
<field type="htmltext" name="description" translate="1">Description</field>
<field type="text" name="location" translate="1">Location</field>
<field type="text" name="url" translate="1">URL</field>
<field type="text" name="organizer" translate="1">Organizer</field>
<field type="text" name="contact" translate="1">Contact</field>
<field type="text" name="extra_info" translate="1">Extra</field>
</table>
</reference>
</falang>

--- End code ---

And sure for the invoice :)

Harald Leithner:

--- Code: ---<?xml version="1.0" encoding="utf-8"?>
<jdiction>
  <component>com_jevents</component>
  <sections>
    <section>
      <tables>
        <table>
          <name>#__jevents_vevdetail</name>
          <key>evdet_id</key>
          <cache fullfetch="0" />
        </table>
      </tables>
      <views>
        <view name="EDITVIEW?" list="LISTVIEW?" layout="edit" default="true">
          <form import="phocagalleryimg.xml">
            <fieldset name="main">
              <field name="summary" />
              <field name="description" />
  <field name="location" />
  <field name="url" />
<field name="organizer" />
              <field name="contact" />
              <field name="extra_info" />
            </fieldset>
          </form>
        </view>
      </views>
    </section>
  </sections>
</jdiction>

--- End code ---

please tell me the name of the "list" and the "edit" view.

for the invoice please send me all needed information as pm, thx.

d4rkbl4de:
When I do echo JRequest::getVar('edit'); and echo JRequest::getVar('list');, nothing appears, like they are empty.

You can send the invoice at the PayPal address. :)

Harald Leithner:
$_REQUEST['view'] is the correct one ;-)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version