Search in support tickets

#560 – deux champs sur une meme colonne

Posted in ‘Support’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Wednesday, 27 March 2019 22:22 CET
florian1977
Joomla! version :
PHP version :
AdsManager version :

bonjour,

est ce que vous pourriez me dire comment placer un deuxieme champ dans une colonne pour que celui ci se place juste en dessous et non pas a cote du premier !

voir image en piece jointe

merci
Custom Fields
Joomla Version
3.9.4
PHP Version
7.2.16
Product
AdsManager
Product Version
3.2.3
Attachment
Thursday, 28 March 2019 13:32 CET
loic
Bonjour,

Je vais corriger ça dans le code et je reviens vers vous avec la solution.

Cordialement.
 
Friday, 29 March 2019 08:12 CET
loic
Bonjour,

Dans templates/adsclarity/html/com_adsmanager/list/default_list.php, ligne 178:
echo "<span class='f".$field->name."'>";
				                            if ($title != "")
				                                echo "<b>".htmlspecialchars($title)."</b>: ";
				                            echo "$c";
				                            echo "</span>";


Just add a <br/> after the </span> to have that :

echo "<span class='f".$field->name."'>";
				                            if ($title != "")
				                                echo "<b>".htmlspecialchars($title)."</b>: ";
				                            echo "$c";
				                            echo "</span><br/>";


I will check with the web designer to see if there is a better solution, in the meantime, this one will work for you.

Best regards.
 
Thursday, 04 April 2019 13:39 CEST
florian1977
merci bcp ca marche
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.