330 résultats trouvés

par steevo
sam. 1 mai 2010 18:18
Forum : Problème de paramétrage
Sujet : Control of Scaled Down Images Sizes - Listing
Réponses : 5
Vues : 14028

Re: Control of Scaled Down Images Sizes - Listing

Hi, I made modification for next version: imageselect.png So i have added title and description. Description is used for alt attribute and title for title of course. You will choose height and width. if no value given, there is a default one in code. It's the same for file selection. the description...
par steevo
jeu. 29 avr. 2010 23:12
Forum : Problème de paramétrage
Sujet : Control of Scaled Down Images Sizes - Listing
Réponses : 5
Vues : 14028

Re: Control of Scaled Down Images Sizes - Listing

Hi, The size of images is in file: components/com_collector/view/collection/view.html.php /** * @param $fieldId * @param $fieldType * @param $row * @return void */ function display_field_row($fieldId, $fieldType, $row) { [...] switch($fieldType) { // line case 1: [...] // text case 2: [...] // defin...
par steevo
jeu. 15 avr. 2010 13:27
Forum : Problème de paramétrage
Sujet : Search Only
Réponses : 5
Vues : 14225

Re: Search Only

Hi,

No I don't know other similar components. That's why I started develop Collector.
In fact, you would display only search results.
I think that could be an option in parameters component.
I take note of that.
par steevo
mer. 7 avr. 2010 22:48
Forum : Rapport de Bugs
Sujet : Message: WARNREG_INUSE
Réponses : 3
Vues : 2803

Re: Message: WARNREG_INUSE

Bonjour et merci pour l'intérêt porté à ce composant. L'indication d'une valeur unique signifie que tu ne peux pas saisir la même valeur pour deux objets différents. Cela est utile pour spécifier un identifiant unique, une référence, un numéro de série... Donc si tu saisis une valeur qui existe déjà...
par steevo
mer. 7 avr. 2010 00:18
Forum : Demande de fonctionnalité
Sujet : Search Functions?
Réponses : 1
Vues : 2101

Re: Search Functions?

Hi, For the moment, you can't disable the word search. If you need to do that, you should edit the function in the file components/com_collector/views/collection/view.html.php To remove the word filter, you should comment the second "echo" like below: function display_fields_search() { global $mainf...
par steevo
ven. 2 avr. 2010 19:52
Forum : Rapport de Bugs
Sujet : problem with duplicated Items in the list view
Réponses : 13
Vues : 10874

Re: problem with duplicated Items in the list view

Thank you for spanish translation.
I'm working on a database modification to be compatible with joomfish.
This will be integrated in the next release.
par steevo
mar. 30 mars 2010 23:41
Forum : Rapport de Bugs
Sujet : problem with duplicated Items in the list view
Réponses : 13
Vues : 10874

Re: problem with duplicated Items in the list view

Hi, "for" in line 147 is normal. But I just see that you must add after line 148: $this->row =& $this->items[$i]; And for example just look : http://demo.steevo.fr/index.php?option=com_collector&view=collection&id=1&Itemid=53 the template is : $link = 'index.php?option=com_collector&view=item&id='.$...
par steevo
lun. 29 mars 2010 20:48
Forum : Rapport de Bugs
Sujet : problem with duplicated Items in the list view
Réponses : 13
Vues : 10874

Re: problem with duplicated Items in the list view

Hello, I've just installed the last version 0.3.3, and I have the same problem: duplicated Items in the list view. With default template all it's ok, the problem is when I use a new template. Should I install the version 0.3.2? Thanks for your time. If you want to use other template, you have to mo...
par steevo
ven. 26 mars 2010 02:14
Forum : Demande de fonctionnalité
Sujet : Tabbed display
Réponses : 1
Vues : 2133

Re: Tabbed display

Hi,

That's not possible for the moment.
But i think i would change the way i have implemented templates to allow users to display how they want.
That's at the very bottom of the todo list for the moment because i have to modify database to be usable with joomfish.
par steevo
mer. 24 mars 2010 23:16
Forum : Problème de paramétrage
Sujet : Search Only
Réponses : 5
Vues : 14225

Re: Search Only

Hello and thanks for a very useful component. I would like use Collector as a searchable archive only, ie. not displaying the complete list, just the item that was searched for. Is this possible? Thanks, Tim Hi, No, this is not possible. What would be the use ? If you make a research, there can be ...