Page Builder Big Bug

In dolphin 7.0.1, go to page builder, insert new html block.

 

Then try to type some text, and try to make that text bigger font, using the tinymce tool

The block disappears.. and when you try to click the block again, it shows but only without the tinymce..

 

This happens everytime, and it's impossible to make larger text using tinymce function

Custom Dolphin Development and Support, Professional Mods | http://www.boonex.com/unity/Adminmysite
Quote · 21 May 2010

I can verify this on my 7.01 with IE8 - both in & out of compatibility mode.

The text can be enlarged by using HTML in the box that appears after TinyMCE fails however.

Quote · 22 May 2010

I thought I would expand on this a little so that people can post javascript etc. in their HTML blocks with 7.01

 

Here's what I do....

I click on the HTML block, open the editor and purposely select a font size. TinyMCE crashes.

I reopen the HTML block. Now a simple text area is available. Javascript can be pasted into that and it will work.

If you are unable to paste into that box, right click on it and choose "select all". The cursor should start blinking in the text area and you should be able to paste.

I'm really beginning to dislike TinyMCE more than ever.

Quote · 28 May 2010

 

TinyMCE has no business being in the HTML block editor.  The only reason Boonex did this, was for all the people that are either too lazy to learn basic html, or who are just too stupid.  I wish they would put it back to the way it was.  I'm really getting tired of them fixing things that aren't broke, and not fixing the things that are.

 

I totally agree.

Quote · 28 May 2010

YUP I concur - If it aint broke - don't fix it.

/DM

Dolphin - Ajax Masturbation
Quote · 28 May 2010

in fact you can not put any coding like google ads or iframe into it.

In 99% it fails to be published.

This backend input is ok if only in html version, was ok before and reliable.

Anyone found a way to get it back to "old version"

will it be fixed in 7.0.2?

 

Quote · 31 May 2010

Try this. Untested but should put the html block back to the way it was.

Edit inc\classes\BxDolPageViewAdmin.php

Look for this at about line 473

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => true,
);


Change to this.

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
//'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => false,
);

https://www.deanbassett.com
Quote · 31 May 2010

Great!

work for me! Html text is back and working   see at     discovertengtou . com

thanks

if all bugs could be fixed so fast... just have to watch the updates, to avoid walking in circles.

Quote · 31 May 2010

is not working for me is not reading my xml banner rotator is not accepting javascript no more

I hope boonex stop making more bugs for Dolphin

Try this. Untested but should put the html block back to the way it was.

Edit inc\classes\BxDolPageViewAdmin.php

Look for this at about line 473

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => true,
);


Change to this.

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
//'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => false,
);

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 1 Jun 2010

you lucky man this is not working for me im realy mad about this little pc sh bug

Great!

work for me! Html text is back and working   see at     discovertengtou . com

thanks

if all bugs could be fixed so fast... just have to watch the updates, to avoid walking in circles.

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 1 Jun 2010

Thanks!

Now, how do I make the input box longer?

Try this. Untested but should put the html block back to the way it was.

Edit inc\classes\BxDolPageViewAdmin.php

Look for this at about line 473

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => true,
);


Change to this.

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
//'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => false,
);

Quote · 2 Jun 2010

The input box will be tiny if colspan is set to true. Did you set colspan to false like shown in the instructions?

Screen shot of your input box?

https://www.deanbassett.com
Quote · 2 Jun 2010

Had to delete all the cache through SSH. Problem solved after that. Thx!!

The input box will be tiny if colspan is set to true. Did you set colspan to false like shown in the instructions?

Screen shot of your input box?

Quote · 2 Jun 2010

That's really strange.

I works with my google code, goolge analytics too....

When you paste your code into the htnl version , do you before generate the code also in frontpage or other html editor?

I do and this might make it working.

try it if you didn't

Quote · 4 Jun 2010

Thanks Deano - this helped greatly when setting up GoogleAds today!

Quote · 8 Jun 2010

Thanks Deano, works fantastic!

Quote · 7 Jul 2010

I still was not able to put my ads using the hack Deano suggested. I have 7.0.2 at www.scmradio.com/main. I'm not sure what the problem is.

The Earth is the LORD's and the fullness therof, the world and they that dwell therin... Psalm 24:1
Quote · 7 Jul 2010

 

I still was not able to put my ads using the hack Deano suggested. I have 7.0.2 at www.scmradio.com/main. I'm not sure what the problem is.

 Make sure to clear your cache


This solution worked perfectly for me and I am soooooooooooooooooo happy.

Here is a beer for ya Deano-  Thank you!!!

Beer for you

Quote · 8 Jul 2010

thank you for the simple solution from theguypc

worked a charm on my site theparentdiary.com, i have the pageblocks on the home page as well as the blog page

many thanks

 

Quote · 31 Jul 2010

amazing! I can now add my adsense! TY TY TY TY!!!!! Laughing

Quote · 2 Sep 2010

Thank you so much, this is a great find... Here is another question, tied pretty close with this one. Can you change the way you to post articles? I would like to post Google ads in my articles, but am unable to with the new dolphinYell.

 

I think it would have to be a very similar change to the one we just made... Maybe just change a different file? any ideas?

Quote · 6 Sep 2010

 

Thank you so much, this is a great find... Here is another question, tied pretty close with this one. Can you change the way you to post articles? I would like to post Google ads in my articles, but am unable to with the new dolphinYell.

 

I think it would have to be a very similar change to the one we just made... Maybe just change a different file? any ideas?

Yes I am having the exact same issue here!

 

can somebody please show us how to apply the same edit to the editor for the articles so that Google Adsense doesn't get modified ?

 

Thanks

 

Marco

Quote · 15 Nov 2010

ima give it a shot hope it works, ill let you guys know if it do :)

Damn i can't wait for Dolphin10 to be released, Its gonna be awesome :)
Quote · 21 Nov 2010

 

is not working for me is not reading my xml banner rotator is not accepting javascript no more

I hope boonex stop making more bugs for Dolphin

 

Try this. Untested but should put the html block back to the way it was.

Edit inc\classes\BxDolPageViewAdmin.php

Look for this at about line 473

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => true,
);


Change to this.

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
//'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => false,
);

 

NOPE GOT AN ERROR DIDNT WORK FOR ME :(

Damn i can't wait for Dolphin10 to be released, Its gonna be awesome :)
Quote · 21 Nov 2010

Yep worked on my end!

Thanks,

I was using php blocks for everything.

 

Derrick

 

Back to pulling my hair out! (ouch, ouch,ouch)
Quote · 26 Dec 2010

I can say it works for me as well.

Fantastic, now i can add my own html/java blocks with nifty toys :-)

Quote · 5 Feb 2011

i encountered the same problem today with 7.05

What i did with firefox? When i pressed the save button i immediately pressed the "esc"     So at the window that appears and dissapears suddently, i went and pasted the html code. The code remains unchanged, without the stupid tinymce editor

Quote · 16 Feb 2011

Deano, Thanks, it worked for me too..!

Quote · 21 Mar 2011

It doesn't work for me What to do ?

Quote · 13 Aug 2011

Thank you! It worked for me too. You made my day :)

Quote · 25 Mar 2012

 

Try this. Untested but should put the html block back to the way it was.

Edit inc\classes\BxDolPageViewAdmin.php

Look for this at about line 473

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => true,
);


Change to this.

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
//'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => false,
);

 This method got the following error when clicking the admin link.

"Parse error: syntax error, unexpected T_REQUIRE_ONCE in /home/hangspot/public_html/dolph/inc/classes/BxDolPageViewAdmin.php on line 1"

In short, it does not work for D7.

What we should be doing is bombarding the programmers with tickets saying that we want iframes back. if they get enough they will change it Im sure.

As it is we are just the blind leading the blind and getting nothing done.

Quote · 5 Apr 2012
 
 
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.