Skip to main content

Joomla 3.0 development

More
10 years 11 months ago - 10 years 11 months ago #2359 by robidos
Replied by robidos on topic Re: Joomla 3.0 development
ja correct,

/modules/mod_datamenu/tmpl/ajax.php

kan zijn dat je een versie hebt waar bram het uit de zip heeft weggehaald omdat het niet werkte, het zit ook in de zip van joomla 2.5 datafeeds versie. die kun je dus gebruiken en de lijn aanpassen.
Last edit: 10 years 11 months ago by robidos.

Please Log in to join the conversation.

More
10 years 10 months ago #2433 by sakattack
I just installed datafeeds for joomla 3.0 and noticed that there is no description field. What has happened to it?

Please Log in to join the conversation.

More
10 years 10 months ago - 10 years 10 months ago #2437 by robidos
Replied by robidos on topic Re: Joomla 3.0 development
just stick to joomla 2.5, better version anyway :)

yes bram any reason why MERCHANT DESCRIPTION and such is gone?

if you want it back just add:


Code:
## \administrator\components\com_datafeeds\views\datafeeds.php ## code line 129 (between tr row ending and ending of the Tbody) <tr><td class="key"><label for="name">'.JText::_( 'MERCHANT_URL').'</label></td><td><input class="inputbox" type="text" name="merchant_url" id="merchant_url" size="50" value="'. $row->merchant_url. '" /></td></tr> <tr><td class="key"><label for="name">'; if ($row->merchant_img ) { echo '<img src="'.$row->merchant_img.'" alt="merchant image error"/>'; } else { echo JText::_( 'MERCHANT_LOGO'); } echo '</label></td><td><input class="inputbox" type="text" name="merchant_img" id="merchant_img" size="50" value="'. $row->merchant_img. '" /> </td></tr> <tr><td class="key" ><label for="name">'.JText::_( 'MERCHANT_DESCRIPTION').'</label></td><td><textarea class="inputbox" name="merchant_description" id="merchant_img" rows="5" cols="30" >'. $row->merchant_description. '</textarea></td></tr>
Last edit: 10 years 10 months ago by robidos.
The following user(s) said Thank You: mackelito

Please Log in to join the conversation.

More
10 years 10 months ago - 10 years 10 months ago #2448 by sakattack
Well i didn't mean merchant description, which is kinda useless, I meant the item's description fields, where you assign description as bulleted list. How can products have description in joomla 3 without that?
Last edit: 10 years 10 months ago by sakattack.

Please Log in to join the conversation.

More
10 years 10 months ago #2452 by redactie
Replied by redactie on topic Re: Joomla 3.0 development
I'm over thinking that feature to make it more flexible.

Please Log in to join the conversation.

More
10 years 10 months ago #2456 by mackelito
Is there any ETA on the release of a J! 3.0 version?
And will it contain the same features as the 2.5 version?

Please Log in to join the conversation.

Time to create page: 0.467 seconds