Module: Embed Images
Posted by Maurice Makaay
Re: Module: Embed Images December 14, 2012 12:58PM |
Registered: 13 years ago Posts: 50 |
I have both the Embed images and the Embed Attachment Module running.
The Embed Images is the viewer that is needed. The actual images are generated by placing a url to the photo (where ever you want it) or the Embed Attachment Module.
The Embed Attachment module places the link at the active cursor location in the message. If you want it to go someplace specific, you need to move the cursor to the correct spot in the message before clicking on the "Create link in message" button.
I don't have it set to automatically add on (the setting is not checked)
Edited 1 time(s). Last edit at 12/14/2012 01:02PM by DavidVonB.
The Embed Images is the viewer that is needed. The actual images are generated by placing a url to the photo (where ever you want it) or the Embed Attachment Module.
The Embed Attachment module places the link at the active cursor location in the message. If you want it to go someplace specific, you need to move the cursor to the correct spot in the message before clicking on the "Create link in message" button.
I don't have it set to automatically add on (the setting is not checked)
Edited 1 time(s). Last edit at 12/14/2012 01:02PM by DavidVonB.
Re: Module: Embed Images December 14, 2012 06:12PM |
Registered: 12 years ago Posts: 21 |
Re: Module: Embed Images December 14, 2012 06:14PM |
Registered: 12 years ago Posts: 21 |
Re: Module: Embed Images December 15, 2012 02:11AM |
Admin Registered: 22 years ago Posts: 9,240 |
Re: Module: Embed Images December 15, 2012 07:20PM |
Registered: 12 years ago Posts: 21 |
David's solution definitely work...but this is not the solution....
How can i restrict the posters in my forum use the same way as what David proposed?
They usually upload and post directly...they won't go and create the link.
Edited 1 time(s). Last edit at 12/15/2012 07:22PM by autoven.
How can i restrict the posters in my forum use the same way as what David proposed?
They usually upload and post directly...they won't go and create the link.
Edited 1 time(s). Last edit at 12/15/2012 07:22PM by autoven.
Re: Module: Embed Images December 16, 2012 11:23AM |
Registered: 13 years ago Posts: 50 |
Right now, you have two solutions, either allow the users to create links in the message to embed the images or automatically embed all the images after the message and signature.
To get any other action, you would need to write a module. One way of doing this would be to use the (3.14.5.) before_post hook This allows you to get the message after it has been submitted and before it is stored to the database.
The module could be programmed to work as follows.
Check to see if there are any attachments
See if user has already embedded a link (ignore those)
Program the module to generate the embed code where you want it in the message.
return modified message.
To get any other action, you would need to write a module. One way of doing this would be to use the (3.14.5.) before_post hook This allows you to get the message after it has been submitted and before it is stored to the database.
The module could be programmed to work as follows.
Check to see if there are any attachments
See if user has already embedded a link (ignore those)
Program the module to generate the embed code where you want it in the message.
return modified message.
Re: Module: Embed Images December 24, 2012 06:42PM |
Registered: 12 years ago Posts: 30 |
Hello dear,
I have just this problem, Download test (tries to load [www.google.com]) NOT OK, I checked my server, and port 80 is open, does I need any changing in Plesk or in Apache, or in Firewall?
The file http_get.php does I need upload it or leave it, because there already one file in same name in httpdocs/phorum/include/api/.
Here is results Port check.
PORT STATE SERVICE
80/tcp open http
81/tcp closed hosts2-ns
82/tcp closed xfer
83/tcp closed mit-ml-dev
84/tcp closed ctf
85/tcp closed mit-ml-dev
86/tcp closed mfcobol
87/tcp closed priv-term-l
88/tcp closed kerberos-sec
Edited 1 time(s). Last edit at 12/24/2012 06:47PM by Toni.
I have just this problem, Download test (tries to load [www.google.com]) NOT OK, I checked my server, and port 80 is open, does I need any changing in Plesk or in Apache, or in Firewall?
The file http_get.php does I need upload it or leave it, because there already one file in same name in httpdocs/phorum/include/api/.
Here is results Port check.
PORT STATE SERVICE
80/tcp open http
81/tcp closed hosts2-ns
82/tcp closed xfer
83/tcp closed mit-ml-dev
84/tcp closed ctf
85/tcp closed mit-ml-dev
86/tcp closed mfcobol
87/tcp closed priv-term-l
88/tcp closed kerberos-sec
Edited 1 time(s). Last edit at 12/24/2012 06:47PM by Toni.
Re: Module: Embed Images December 25, 2012 03:49AM |
Admin Registered: 22 years ago Posts: 9,240 |
Re: Module: Embed Images December 25, 2012 08:11AM |
Registered: 12 years ago Posts: 30 |
Is that correct?
field "Destinations" did I need do something with or leave as it?
field "Destinations" did I need do something with or leave as it?
Re: Module: Embed Images December 25, 2012 10:39PM |
Registered: 12 years ago Posts: 30 |
Sorry, only registered users may post in this forum.