Page 2 of 3

Re: Image link from Photobucket?

Posted: Thu Apr 14, 2016 9:26 pm
by Edi
wkheathjr wrote:

Code: Select all

Warning: include(/home/www/whicheveranywaycan.com/bl-plugins/ckeditor/plugin.php) [function.include]: failed to open stream: No such file or directory in /home/www/whicheveranywaycan.com/bl-kernel/boot/rules/60.plugins.php on line 65

Warning: include(/home/www/whicheveranywaycan.com/bl-plugins/ckeditor/plugin.php) [function.include]: failed to open stream: No such file or directory in /home/www/whicheveranywaycan.com/bl-kernel/boot/rules/60.plugins.php on line 65

Warning: include() [function.include]: Failed opening '/home/www/whicheveranywaycan.com/bl-plugins/ckeditor/plugin.php' for inclusion (include_path='.:/usr/local/php5.3/lib//php') in /home/www/whicheveranywaycan.com/bl-kernel/boot/rules/60.plugins.php on line 65
It seems that you have uploaded the whole folder... There is anothe folder ckeditor inside the unzipped folder ckeditor.

By the way: Also CKEditor does not what you want. There is a BBCode plugin, but this is meant for forums:

http://docs.ckeditor.com/#!/guide/dev_bbcode

Re: Image link from Photobucket?

Posted: Thu Apr 14, 2016 10:25 pm
by wkheathjr
Edi wrote:
wkheathjr wrote:

Code: Select all

Warning: include(/home/www/whicheveranywaycan.com/bl-plugins/ckeditor/plugin.php) [function.include]: failed to open stream: No such file or directory in /home/www/whicheveranywaycan.com/bl-kernel/boot/rules/60.plugins.php on line 65

Warning: include(/home/www/whicheveranywaycan.com/bl-plugins/ckeditor/plugin.php) [function.include]: failed to open stream: No such file or directory in /home/www/whicheveranywaycan.com/bl-kernel/boot/rules/60.plugins.php on line 65

Warning: include() [function.include]: Failed opening '/home/www/whicheveranywaycan.com/bl-plugins/ckeditor/plugin.php' for inclusion (include_path='.:/usr/local/php5.3/lib//php') in /home/www/whicheveranywaycan.com/bl-kernel/boot/rules/60.plugins.php on line 65
It seems that you have uploaded the whole folder... There is anothe folder ckeditor inside the unzipped folder ckeditor.

By the way: Also CKEditor does not what you want. There is a BBCode plugin, but this is meant for forums:

http://docs.ckeditor.com/#!/guide/dev_bbcode
See video here: https://youtu.be/EPfwSgo9tmY

I'll try to install the 2nd Ckeditor folder under Libs into the plugin and see.

Re: Image link from Photobucket?

Posted: Thu Apr 14, 2016 10:28 pm
by wkheathjr
I tried the second folder under the Libs and same result..

Code: Select all

Warning: include(/home/www/whicheveranywaycan.com/bl-plugins/ckeditor/plugin.php) [function.include]: failed to open stream: No such file or directory in /home/www/whicheveranywaycan.com/bl-kernel/boot/rules/60.plugins.php on line 65

Warning: include(/home/www/whicheveranywaycan.com/bl-plugins/ckeditor/plugin.php) [function.include]: failed to open stream: No such file or directory in /home/www/whicheveranywaycan.com/bl-kernel/boot/rules/60.plugins.php on line 65

Warning: include() [function.include]: Failed opening '/home/www/whicheveranywaycan.com/bl-plugins/ckeditor/plugin.php' for inclusion (include_path='.:/usr/local/php5.3/lib//php') in /home/www/whicheveranywaycan.com/bl-kernel/boot/rules/60.plugins.php on line 65
I will now try the whole folder in the plugin, which it seems that I have not tried.

Re: Image link from Photobucket?

Posted: Thu Apr 14, 2016 10:44 pm
by wkheathjr
The ckeditor is funtional now and yes it is able to post direct weblink of image into the text area just fine.. Thank you very much for your patience!!

Re: Image link from Photobucket?

Posted: Thu Apr 14, 2016 11:07 pm
by Edi
wkheathjr wrote:The ckeditor is funtional now and yes it is able to post direct weblink of image into the text area just fine.. Thank you very much for your patience!!
What do you mean with direct weblink?

Re: Image link from Photobucket?

Posted: Thu Apr 14, 2016 11:16 pm
by wkheathjr
Like this:

Code: Select all

http://i1369.photobucket.com/albums/ag211/wkheathjr/10688447_805228026206889_7407554316741739064_o_zpse0ddb66a.jpg

Re: Image link from Photobucket?

Posted: Thu Apr 14, 2016 11:58 pm
by Edi
If you add the link as image. And if you look at the source code it is something like the following:

Code: Select all

<img alt="" src="http://i1369.photobucket.com/albums/ag211/wkheathjr/10688447_805228026206889_7407554316741739064_o_zpse0ddb66a.jpg" style="height:682px; width:1024px" />
This is HTML. ;-)

Re: Image link from Photobucket?

Posted: Fri Apr 15, 2016 12:16 am
by wkheathjr
No.. it is a weblink I was speaking of. It's not a HTML. Http://www.weblink.com I did not even need to use the HTML code.

You suggested to use HTML code, <img src=weblink

See the difference?

What you were suggesting is after the blog has been posted and how the page read out in HTML.. totally different process of before and after.

Re: Image link from Photobucket?

Posted: Fri Apr 15, 2016 12:25 am
by Edi
wkheathjr wrote:No.. it is a weblink I was speaking of.
Then the link is shown not the image.

Please show me an example of a link rendered as image.

Re: Image link from Photobucket?

Posted: Fri Apr 15, 2016 12:45 am
by wkheathjr
Did you not see the youtube video I provided above?