Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
7 - 0 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

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:

alain01 wrote:

le="color: #000000"><?php <img class="rounded img-fluid" src="/uploads/xmcontent/images/" alt="<{$content_title}>">



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

Who's Online

179 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 179


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits