Is it possible to do a {showcontent} RT but not to show an article from the website where is inserted ... to be show from a remote website... for example:
site 1 (http://www.site1.de) : here to be a {showcntremote}
site 2: (http://www.site2.de): here to be the content that I want to be show in the site 1
so the ideea is to find a way to show a content from 1 domain to another one.
this is what I want,... any sugestions?
Thanks
Show content remote
Show content remote
Packging design,labels, catalogs,postcards,
hello
why you don't use the "external content" content part ?
http://www.phpwcms-docu.de/ext__content.phtml
why you don't use the "external content" content part ?
http://www.phpwcms-docu.de/ext__content.phtml
I did it like this:
in CP (wysiwyg e.g.) I put the following:
loadit.php then contains
to be able to pass some more information over to the incoming data...
Perhaps not such elegance, but it works
Greetings
claus
in CP (wysiwyg e.g.) I put the following:
Code: Select all
{PHP:loadit.php}
Code: Select all
<?php
header("Content-Type: text/html; charset=ISO-8859-1");
include("http://www.domain.de/specialdir/forremotecontent/wonderful.php");
?>
Perhaps not such elegance, but it works
Greetings
claus
I would think someone could PLAN the CSS id/classes of SOURCE page and then call the content using either:
(similar to idea of print.css controlling what gets printed)
THEN applying CSS to show/hide content on DESTINATION via id/classes.{PHP:my_external_PHP_script.php} -OR- {URL:http://www.externaldomain.de}
(similar to idea of print.css controlling what gets printed)