Image link from Photobucket?

User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
wkheathjr
Ssr. Bludit
Posts: 27
Joined: Thu Apr 14, 2016 2:27 pm

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.
wkheathjr
Ssr. Bludit
Posts: 27
Joined: Thu Apr 14, 2016 2:27 pm

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.
wkheathjr
Ssr. Bludit
Posts: 27
Joined: Thu Apr 14, 2016 2:27 pm

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!!
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
wkheathjr
Ssr. Bludit
Posts: 27
Joined: Thu Apr 14, 2016 2:27 pm

Like this:

Code: Select all

http://i1369.photobucket.com/albums/ag211/wkheathjr/10688447_805228026206889_7407554316741739064_o_zpse0ddb66a.jpg
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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. ;-)
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
wkheathjr
Ssr. Bludit
Posts: 27
Joined: Thu Apr 14, 2016 2:27 pm

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.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
wkheathjr
Ssr. Bludit
Posts: 27
Joined: Thu Apr 14, 2016 2:27 pm

Did you not see the youtube video I provided above?
Post Reply