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 |
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.
|
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.
|
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.
|
YUP I concur - If it aint broke - don't fix it.
/DM
Dolphin - Ajax Masturbation |
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?
|
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 |
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.
|
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 |
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 |
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, );
|
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 |
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?
|
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
|
Thanks Deano - this helped greatly when setting up GoogleAds today! |
Thanks Deano, works fantastic! |
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 |
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!!!
|
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
|
amazing! I can now add my adsense! TY TY TY TY!!!!! |
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 dolphin.
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?
|
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 dolphin.
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
|
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 :) |
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 :) |
Yep worked on my end!
Thanks,
I was using php blocks for everything.
Derrick
Back to pulling my hair out! (ouch, ouch,ouch) |
I can say it works for me as well.
Fantastic, now i can add my own html/java blocks with nifty toys :-)
|
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
|
Deano, Thanks, it worked for me too..! |
It doesn't work for me What to do ? |
Thank you! It worked for me too. You made my day :) |
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.
|