In dolphin, how can I create a new webpage that uses the template and lets me write HTML for its body?
I tried using the pagebuilder with no success. I am guessing I am doing something wrong.
In dolphin, how can I create a new webpage that uses the template and lets me write HTML for its body?
I tried using the pagebuilder with no success. I am guessing I am doing something wrong. |
In dolphin, how can I create a new webpage that uses the template and lets me write HTML for its body?
I tried using the pagebuilder with no success. I am guessing I am doing something wrong. do you want to create a new page or new webpage,,, ? administration -> page builder ->page blocks -> add page , it should work perfectly for you including insert HTML code for this body => http://friends.smansakra.sch.id => friends community based dolphin 7 |
In dolphin, how can I create a new webpage that uses the template and lets me write HTML for its body?
I tried using the pagebuilder with no success. I am guessing I am doing something wrong. do you want to create a new page or new webpage,,, ? administration -> page builder ->page blocks -> add page , it should work perfectly for you including insert HTML code for this body Here's the thing though, I did that exactly. I created a new page. But when I tried to drag over the HTML block, it wouldn't set itself at all. And I did not see an option to "save" either; so if I clicked on the other pages within the page builder, the one I would create would just disappear. |
Mine work fine, 1. administration -> page builder ->page blocks -> add page 2. then click add column button 3. then drag html block 4. click view page link on the right 5. after viewing the page, go to administration->page builder -> navigation, just click new item then insert your paga uri
would you please insert screen shot? => http://friends.smansakra.sch.id => friends community based dolphin 7 |
Mine work fine, 1. administration -> page builder ->page blocks -> add page 2. then click add column button 3. then drag html block 4. click view page link on the right 5. after viewing the page, go to administration->page builder -> navigation, just click new item then insert your paga uri
would you please insert screen shot? Ups sorry, you use dolphin 6.1 => http://friends.smansakra.sch.id => friends community based dolphin 7 |
If you are using internet explorer try firefox instead. I haven't used the d6.1 pagebuilder for a while now, but I know adding, updating, and saving html content into a html block usually doesn't work with internet explorer. Nothing seems to happen when you save. Switch over to firefox and it works. D6.1 had a lot of problems with internet explorer. DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources |
If you are using internet explorer try firefox instead. I haven't used the d6.1 pagebuilder for a while now, but I know adding, updating, and saving html content into a html block usually doesn't work with internet explorer. Nothing seems to happen when you save. Switch over to firefox and it works. D6.1 had a lot of problems with internet explorer. I was actually using firefox initially and I tried Internet explorer after it. Both yielded me the same results. |
With phpmyadmin you can check the PageCompose table. Find your page/html block in PageCompose table and make sure width is really the width of your page. Check columns, order, design box. DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources |
With phpmyadmin you can check the PageCompose table. Find your page/html block in PageCompose table and make sure width is really the width of your page. Check columns, order, design box. I've never used myphpadmin....but I'll see about installing it.
It would be cool if I could find out what is the exact code to copy to a new file in order to grab just the template code......then I could just write the rest of the HTML myself. |
In dolphin, how can I create a new webpage that uses the template and lets me write HTML for its body?
I tried using the pagebuilder with no success. I am guessing I am doing something wrong. do you want to create a new page or new webpage,,, ? administration -> page builder ->page blocks -> add page , it should work perfectly for you including insert HTML code for this body Here's the thing though, I did that exactly. I created a new page. But when I tried to drag over the HTML block, it wouldn't set itself at all. And I did not see an option to "save" either; so if I clicked on the other pages within the page builder, the one I would create would just disappear. You did not mention here that you added a column. Which must be done first before you can drag in a HTML block. https://www.deanbassett.com |
In dolphin, how can I create a new webpage that uses the template and lets me write HTML for its body?
I tried using the pagebuilder with no success. I am guessing I am doing something wrong. do you want to create a new page or new webpage,,, ? administration -> page builder ->page blocks -> add page , it should work perfectly for you including insert HTML code for this body Here's the thing though, I did that exactly. I created a new page. But when I tried to drag over the HTML block, it wouldn't set itself at all. And I did not see an option to "save" either; so if I clicked on the other pages within the page builder, the one I would create would just disappear. You did not mention here that you added a column. Which must be done first before you can drag in a HTML block. The was actually the very last thing that I tried, on both IE and FireFox.
Is there a way I can just copy the template code from one webpage and paste it into a new file, then just writing the body HTML myself? |
I was able to identify the code that gives me just the template:
<?
I created a test.php file using the code above, and it displayed the template of the website with blank content. (Except for "__page_main_code__ " in the middle of the page). Now i just need to figure out how to get my HTML in the middle of the page and get rid of "__page_main_code__ ". When I put some sample text just before or just after "PageCode();", the file errors out. If I put some sample text just after ?>, it works.....but it displays the text below the footer of the page.
Does anyone know how I can insert my HTML in the middle of the page? |
Try this $sCode = ' } https://www.deanbassett.com |
Try this $sCode = ' } This sounds extremely helpful. I'm going to give this a try tomorrow for sure. Thank you so much. |
It worked!
Thank you. |
It worked!
Thank you. One more thing.....I downloaded and installed a third party picture gallery app called Plogger (www.plogger.org).
I tried using the same method to wrap the dolphin template around it...but it just errors out. I'm guessing that within the code below, PHP cannot be used? Is it only for HTML? $sCode = '
|
It worked!
Thank you. One more thing.....I downloaded and installed a third party picture gallery app called Plogger (www.plogger.org).
I tried using the same method to wrap the dolphin template around it...but it just errors out. I'm guessing that within the code below, PHP cannot be used? Is it only for HTML? $sCode = '
That is php. https://www.deanbassett.com |
One more thing.....I downloaded and installed a third party picture gallery app called Plogger (www.plogger.org). I tried using the same method to wrap the dolphin template around it...but it just errors out. You'll never do that with page builder. Page builder is just for really simple things. Trying to use it to wrap a third party application will only be an adventure in frustration. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
It worked!
Thank you. One more thing.....I downloaded and installed a third party picture gallery app called Plogger (www.plogger.org).
I tried using the same method to wrap the dolphin template around it...but it just errors out. I'm guessing that within the code below, PHP cannot be used? Is it only for HTML? $sCode = '
That is php. Sorry Deano. What I meant was that within the variable $sCode, can PHP code be used within that variable? Or is it only meant for HTML? |
No. All final output is in html. Even PHP code has to become html at some point before it can be displayed by the browser. https://www.deanbassett.com |
Okie dokie.
Thanks anyway. You were very helpful. |