| Re: xmcontent 1.5 Final Released |
| by alain01 on 2021/7/27 7:00:08 Sure, I dont know why but the XOOPS forum cuts some parts of my code in my post. But you know which code is missing )) !
|
| Re: xmcontent 1.5 Final Released |
| by mjoel on 2021/7/27 6:50:56 Quote:
thank you alain it should be le="color: #000000"><?php <img class="rounded img-fluid" src="<{$xoops_url}>/uploads/xmcontent/images/<{$content_logo}>" alt="<{$content_title}>">
|
| Re: xmcontent 1.5 Final Released |
| by alain01 on 2021/7/24 22:09:31 Ok, no logo on the article page, just in the index page. May be Greg will implement this feature in the next version. Bad solution is a "hack" : file viewcontent.php Add line 58 le="color: #000000"><?php $xoopsTpl->assign('content_logo', $content->getVar('content_logo')); file /themes/you_theme_bt4/modules/xmcontent/xmcontent_viewcontent.tpl le="color: #000000"><?php <img class="rounded img-fluid" src="/uploads/xmcontent/images/" alt="<{$content_title}>"> you can add img where you want in the article, near title or on left side for example |
| Re: xmcontent 1.5 Final Released |
| by alain01 on 2021/7/24 20:21:23 Hi mjoel, humm, Ok, let me try it... |
| Re: xmcontent 1.5 Final Released |
| by mjoel on 2021/7/24 3:04:00 Hello, thank you for this great module how do i make the logo of the article appear in the article page ? right now it will only appear in the index page. i tried to edit some php file and templates of xmcontent but the logo is not appearing int the article |