Hello to everybody,
I really don´t know where this question belongs, but i hope it's here
I've kinda of a problem with the Card object. If i insert a image and use php code in the scr of that image, when i publish the page the scr is allways changed to someting like <img id="BootstrapCard6-card-item0" src="images/100x100.jpg" alt="" title=""> and not the php code.
In this case it should stay <img id="BootstrapCard6-card-item0" src="<?php echo $user_photo; ?>" alt="" title="">
I can later change this, but ot's very annoying.
Can some one help me please.
Thanks.
Card object problem
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Card object problem
The Card object currently does not support PHP code.
Due to internal calculations any invalid file names are replaced with a dummy image.
Due to internal calculations any invalid file names are replaced with a dummy image.
Re: Card object problem
Hi Pablo,
Thanks for the answer, but all the other items in card object work just fine, the only one that doesn't work is the image.
Here is the code that is created automatacly
<div id="BootstrapCard6-card-body">
<img id="BootstrapCard6-card-item0" src="images/100x100.jpg" alt="" title="">
<div id="BootstrapCard6-card-item1"><?php echo $nome; ?></div>
<div id="BootstrapCard6-card-item2"><?php echo $tipo; ?></div>
<hr id="BootstrapCard6-card-item3">
<div id="BootstrapCard6-card-item4"><?php echo $parceiro; ?></div>
<div id="BootstrapCard6-card-item5"><?php echo $email; ?></div>
<hr id="BootstrapCard6-card-item6">
<div id="BootstrapCard6-card-item7"><a href="./conf_edit_user.php?id=<?php echo $id_user; ?>" target="_parent">Editar</a></div>
<div id="BootstrapCard6-card-item8"><a href="./conf_delete_user.php?id=<?php echo $id_user; ?>" target="_parent">Eliminar</a></div>
</div>
Thanks for the answer, but all the other items in card object work just fine, the only one that doesn't work is the image.
Here is the code that is created automatacly
<div id="BootstrapCard6-card-body">
<img id="BootstrapCard6-card-item0" src="images/100x100.jpg" alt="" title="">
<div id="BootstrapCard6-card-item1"><?php echo $nome; ?></div>
<div id="BootstrapCard6-card-item2"><?php echo $tipo; ?></div>
<hr id="BootstrapCard6-card-item3">
<div id="BootstrapCard6-card-item4"><?php echo $parceiro; ?></div>
<div id="BootstrapCard6-card-item5"><?php echo $email; ?></div>
<hr id="BootstrapCard6-card-item6">
<div id="BootstrapCard6-card-item7"><a href="./conf_edit_user.php?id=<?php echo $id_user; ?>" target="_parent">Editar</a></div>
<div id="BootstrapCard6-card-item8"><a href="./conf_delete_user.php?id=<?php echo $id_user; ?>" target="_parent">Eliminar</a></div>
</div>
Re: Card object problem
Sorry, this is by design. Any invalid filename will be replace with a dummy image.
I will try to add PHP support in a future update.
I will try to add PHP support in a future update.
Re: Card object problem
Hi Pablo,
Just installed the last version and i saw the "problem" with the card object solved.
I wish to thank you for listening your customers. As i told before a just love your software and will keep buying all versions because they just leave my jobs so much easier. Once again, thanks.
Best regards,
Humberto Rodrigues
Just installed the last version and i saw the "problem" with the card object solved.
I wish to thank you for listening your customers. As i told before a just love your software and will keep buying all versions because they just leave my jobs so much easier. Once again, thanks.
Best regards,
Humberto Rodrigues