Issue with Adsense banner using Page Builder

Okay, sorry for asking about a Topic that perhaps has been asked 1000xs. I have searched forum, found some topics, read through them all day today. Even went through youtube to see if there was any videos.Maybe I am thick. Without modifying my HTML by hand in file manager. Can I use Page builder and place adsense without running into the script being modified by the system by TinyMCE. Now, my belief is the fearsome // <![CDATA[ , is generated by TinyMCE. So, I have Deanos tools and I have full column from Prashank. So I can put PHP block in or/and I can put a full width column thanks to both of them. But for the life of me, I cannot get the HTML code to stick. Probably because there is not a button title "hey stupid click here" to turn off TinyMCE where I can see it, so I can just copy and paste from adsense. Then there is the ?> and <?php suggestion, but unclear where to place that in my HTML. Tried at the start and end of code and received error. Can someone either kick me or kick start me, whatever will get me rolling. TY

Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net
Quote · 19 Apr 2013

When using a php block, you don't use any opening and closing tags. No <?php or ?>

So if you want to use adsense in a php block you do it like this.

$sCode = <<<CODE

Place you adsence code here.

CODE;
echo $sCode;

https://www.deanbassett.com
Quote · 19 Apr 2013

For a HTML block you can use my Block Tools(Not to be confused with Deanos Tools) mod which will allow you to edit existing HTML blocks without a tinymce editor or you can find the block in the database in the table sys_page_compose and edit the code directly in the database. Both of which will eliminate the tinymce problem.

https://www.deanbassett.com
Quote · 19 Apr 2013

TY again Deano, any benefits between the two PHP or HTML?

Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net
Quote · 19 Apr 2013

Also. The html block in the page builders of dolphin 7.1 should have a link to toggle off the tiny mce editor.




toggle_editor.png · 34.2K · 409 views
https://www.deanbassett.com
Quote · 19 Apr 2013

 

TY again Deano, any benefits between the two PHP or HTML?

 PHP can do a hell of a lot more then html can. But for adsence and simple html, no, no benefits between one or the other.

https://www.deanbassett.com
Quote · 19 Apr 2013

Tried the toggle, then copy and pasted code, then saved. checked site and adsense code was listed in html box visible on website. Is there a hide text button?

Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net
Quote · 19 Apr 2013

It worked ty, all I needed to do was toggle copy and paste save

Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net
Quote · 19 Apr 2013

nope went back in to check did not work unless there is another step

html block.jpg · 42.6K · 196 views
Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net
Quote · 19 Apr 2013

Yea, i kinda suspected that toggle editor feature was useless.

You have to go with one of the other methods i mentioned.

https://www.deanbassett.com
Quote · 19 Apr 2013

As requested via PM.

If you don't want to add extra modules and or manually change the code.

 

  1. Create HTML block on desired page for adsense
  2. Insert your page code (and I suggest when creating this block you insert your Language "key" i.e. "_ads, _iframe")
  3. Open your phpmyadmin from you cPanel
  4. Open your Dolphin MySQL database
  5. Open and edit sys_page_compose
  6. navigate to the last page of list with the ">>" button
  7. find the caption  "_ads, _iframe" listed for the index page or the page you inserted the games or iframe code to
  8. re paste the ads code, iframes code into the "Content" field
  9. and click "Go"

[edit] make sure to clear your cache

this is taken from http://www.boonex.com/unity/forums/?action=goto&my_threads=1#topic/How-Do-I-Add-Facebook-Fans-Box--2010-12-14.htm

 

 http://www.boonex.com/forums/?action=goto&my_flags=1#topic/iframe-not-work-in-new-page.htm

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 20 Apr 2013

Use a <div></div> in the HTML Editor

www.tumundo247.com - www.rampletea.com - www.clasificadosnetwork.com
Quote · 26 Jun 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.