Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 44 users online :: 0 Registered, 0 Hidden and 44 Guests :: 1 Bot
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
[SUGGESTION] Upload a pic
Page 1 of 1 • Share
- GuestGuest
This.... is still CRYING OUT LOUD for an upload buton, in any of version, especially EDGE!:
- GuestGuest
HaeDoesGraphics wrote:Isn't the upload button here, and you can use the link it gives?
True that, however we wanna loose some of the buttons in the SC, so it'd be more convenient to have 'm all combined somehow, concentrated in just a couple. We all know about the buttons, however, the regular folks checking in won't know the dif and I won't be writing up sorts of tutos for people who are new to forums! I told Pro about this already. I just won't. Thanks.
I agree with this, I HATE having two separate areas cuz when I first started using FM I was like "which one do I use for this omfg"
Maybe add the "insert image" content here instead?
Since there's a white space there anyway and it seems like it will fit.
Maybe add the "insert image" content here instead?
Since there's a white space there anyway and it seems like it will fit.
- GuestGuest
Perhaps. One way or another, I'll be leaving this to Ange's imagination. Gotten used to just a few buttons in the editor, I can't imagine how future members will know the difference, too. It'd be bright to have'm all combined somehow. Idk. It's an urgent request, but if it 'll be too complicated to work it all out into scripts etc, I'm affraid I'll have to let go. ty (you got my vote and your friend's already, I see. Doesn't really matter which way to go. )
GN!
..
GN!
..
- GuestGuest
SLGray wrote:The host an image button is for hosting. The insert image button is for when you what to insert an image that is not on your computer.
I know. Why not combine the two? It's confusing to have 2 buttons in the editor for seperate operations.
This ought to do the trick. Just set the script's placement to "in all the pages". It'll open a new window for uploading images, since using the sceditor's upload button will just force the other popup to close.
- Code:
$(function() {
if ($.sceditor) {
$(function() {
window.fa_servimg_upload = function () {
var win = window.open('https://servimg.com/', '_blank', 'width=620,height=300');
$.get('/privmsg?mode=post', function(d) {
var email = d.match(/var servImgAccount = '(.*?)';/i),
id = d.match(/var servImgId = '(.*?)';/i),
f = d.match(/var servImgF = '(.*?)';/i);
if (email && id && f && email[1] && id[1] && f[1]) {
win.location.href = 'https://servimg.com/multiupload.php?&mode=fae&account=' + email[1] + '&id=' + id[1] + '&f=' + f[1];
}
});
};
$('.sceditor-button-servimg').hide();
$('.sceditor-button-image').click(function() {
$('.sceditor-insertimage div:last-child').append(
$('<input type="button" class="button" value="Upload">').click(fa_servimg_upload)
);
});
});
}
'par ange tuteur';
});
- GuestGuest
That's EXACTLY how we wanted it! Good job, @Ange Tuteur!
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum