Welcome to Geeklog, Anonymous Wednesday, December 25 2024 @ 10:01 am EST
Geeklog Forums
integration geeklog and code HTML
Status: offline
koalasoft
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Location:Mexico
Hello ..
in english ...
how I can use code HTML in integration geeklog ?
for example one table HTML ?
in Spanish ..
Como puedo tener codigo HTML con integracion geeklog?
Por ejemplo una table HTML ..?
Grettings !!
Saludos !!
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
in english ...
how I can use code HTML in integration geeklog ?
for example one table HTML ?
in Spanish ..
Como puedo tener codigo HTML con integracion geeklog?
Por ejemplo una table HTML ..?
Grettings !!
Saludos !!
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
6
7
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Not sure if I understand the question correctly, but maybe static pages are what you're looking for?
bye, Dirk
bye, Dirk
11
6
Quote
Status: offline
koalasoft
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Location:Mexico
for example .. in one web php I have ..
// Integration Geeklog //
require_once('../lib-common.php');
$_CONF['pagetitle'] = stripslashes (str_replace ('$', '$','Titulo de tu
script'));
$display.= COM_siteHeader ('menu');
echo $display;
// begin code HTML //
echo "This is code HTML<br>";
echo "";
// end code HTML //
// View footer Geeklog
echo COM_siteFooter();
?>
So, my question is , how I can use code HTML without using the command echo.
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
Text Formatted Code
<?php// Integration Geeklog //
require_once('../lib-common.php');
$_CONF['pagetitle'] = stripslashes (str_replace ('$', '$','Titulo de tu
script'));
$display.= COM_siteHeader ('menu');
echo $display;
// begin code HTML //
echo "This is code HTML<br>";
echo "";
// end code HTML //
// View footer Geeklog
echo COM_siteFooter();
?>
So, my question is , how I can use code HTML without using the command echo.
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
7
6
Quote
pedrobinson
Anonymous
koala, although dirk's answer was technically correct, and a possible option, there is another solution to your question. Just because the page STARTS in php doesn't mean that it has to keep going in php. You can step out at any point, toss in a little html, and then get php going again. So, to use your own code, let's just make a couple modifications, and see how that works for you...
// Integration Geeklog //
require_once('../lib-common.php');
$_CONF['pagetitle'] = stripslashes (str_replace ('$', '$','Titulo de tu
script'));
$display.= COM_siteHeader ('menu');
echo $display;
// end php mode, and enter html //
?>
<p>whatever I want to say, I say here using whatever html I want</p>
// end html, start back into php //
<?php
// View footer Geeklog
echo COM_siteFooter();
?>
Since php pages are really just an attempt to incorporate html in a fancier way, then make it possible on your own. Step in and out of php as often as you like, just as long as you start and end your markup correctly, it should be fine.
Although the static pages are very handy, a large migration over to a GL site can be a pain if you have a lot of pages.
ya en español
aunque la respuesta de dirk fue correcta, ya tu sabes q' a él le gusta decir todo de geeklog. también sabes q' a todos nos gusta GL, pero p*ta, ya sabes q' nos cuesta cambiar toda la información a GL. Alla arribita verás el codigo tuyo, con algunos cambios. No tengas miedo de entrar y salir de php y html cuando quieras. Aunque la página empiece con php, te puedes salir, hacer algunos codigos de html, y entrar php de nuevo. Verás unos buenos ejemplos de eso en muchos lugares. Pero eso te ayudará. te deseo suerte
-pedrobinson
Text Formatted Code
<?php// Integration Geeklog //
require_once('../lib-common.php');
$_CONF['pagetitle'] = stripslashes (str_replace ('$', '$','Titulo de tu
script'));
$display.= COM_siteHeader ('menu');
echo $display;
// end php mode, and enter html //
?>
<p>whatever I want to say, I say here using whatever html I want</p>
// end html, start back into php //
<?php
// View footer Geeklog
echo COM_siteFooter();
?>
Since php pages are really just an attempt to incorporate html in a fancier way, then make it possible on your own. Step in and out of php as often as you like, just as long as you start and end your markup correctly, it should be fine.
Although the static pages are very handy, a large migration over to a GL site can be a pain if you have a lot of pages.
ya en español
aunque la respuesta de dirk fue correcta, ya tu sabes q' a él le gusta decir todo de geeklog. también sabes q' a todos nos gusta GL, pero p*ta, ya sabes q' nos cuesta cambiar toda la información a GL. Alla arribita verás el codigo tuyo, con algunos cambios. No tengas miedo de entrar y salir de php y html cuando quieras. Aunque la página empiece con php, te puedes salir, hacer algunos codigos de html, y entrar php de nuevo. Verás unos buenos ejemplos de eso en muchos lugares. Pero eso te ayudará. te deseo suerte
-pedrobinson
6
6
Quote
Status: offline
koalasoft
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Location:Mexico
in spanish !!
Muchas gracias pedrobinson, hare la prueba y vere si resulta , si le captastes a mi pregunta!!
in english
Thank you very much pedrobinson, hare the test and vere if it is, if him captastes to my question!
greetings !!
Saludos !!
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
Muchas gracias pedrobinson, hare la prueba y vere si resulta , si le captastes a mi pregunta!!
in english
Thank you very much pedrobinson, hare the test and vere if it is, if him captastes to my question!
greetings !!
Saludos !!
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
5
5
Quote
Status: offline
koalasoft
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Location:Mexico
in english
You are a machine pedrobinson !!!, If it works very well, thank you very much!!
Greetings.
in spanish
Eres una máquina pedrobinson !!, Si funciona muy bien, muchas gracias !!!
Saludos.
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
You are a machine pedrobinson !!!, If it works very well, thank you very much!!
Greetings.
in spanish
Eres una máquina pedrobinson !!, Si funciona muy bien, muchas gracias !!!
Saludos.
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
7
5
Quote
pedrobinson
Anonymous
I'm glad it ended up working out for you. It can be a pain in the butt while content is migrated. Something to be careful of (which I discovered) is that if you start editing the pages with a WYSIWYG editor, like Dreamweaver, and you're using templates... you'll end up getting a PHP error, since each page has a little line which the php engine will interpret as the header. It'll start reporting warning errors claiming that you've messed it up and whatever. A straight text editor is always the best answer.
en espanol
(hay q' disculparme. este pinche maquina no funciona bien con accentos y cosas asi) me alegra q' te funciono. Ya se de experiencia q' mucho cuesta cambiar bastante paginas a GL. Ten cuidado con un programa como Dreamweaver o GoLive cuando uses templates. Insertan codigo en las paginas q' te daran un error de php. Un programa de texto te servira perfectamente. si tienes otras preguntas, sientete libre de contactarme. me puedes encontrar al mismo nombre que tengo aca en el correo de la letra g, claro con el punto com. (se puede decir q' es gcorreo, pero en ingles) (espero q' me entiendes ) suerte!
en espanol
(hay q' disculparme. este pinche maquina no funciona bien con accentos y cosas asi) me alegra q' te funciono. Ya se de experiencia q' mucho cuesta cambiar bastante paginas a GL. Ten cuidado con un programa como Dreamweaver o GoLive cuando uses templates. Insertan codigo en las paginas q' te daran un error de php. Un programa de texto te servira perfectamente. si tienes otras preguntas, sientete libre de contactarme. me puedes encontrar al mismo nombre que tengo aca en el correo de la letra g, claro con el punto com. (se puede decir q' es gcorreo, pero en ingles) (espero q' me entiendes ) suerte!
5
7
Quote
Status: offline
koalasoft
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Location:Mexico
in english ..
I dont understant your E-mail, , please send your e-mail in my email in my perfil.
in Spanish
No entendia su correo, por favor mande su E-mail a mi correo e-mail, el mio esta en mi perfil.
Greetings!!
Saludos !!
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
I dont understant your E-mail, , please send your e-mail in my email in my perfil.
in Spanish
No entendia su correo, por favor mande su E-mail a mi correo e-mail, el mio esta en mi perfil.
Greetings!!
Saludos !!
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
7
5
Quote
All times are EST. The time is now 10:01 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content