Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
修飾子 $string = preg_replace('/(http://|https://){1}.+?.(jpg|gif|bmp|bnp|png)$/is','<img src="$0" alt="" />',$string); return $string;
$string = preg_replace('/(http://|https://){1}.+?.(jpg|gif|bmp|bnp|png)$/is','<img src="$0" alt="" />',$string); return $string;
link_summary.tpl への書き込み方法
ありがとう
アップロードモジュールを使用して、画像とリンクをアップロードするオプションを選択するだけです。これにより、URLから画像が表示されます