icons in new post
3 posters
Page 2 of 2
Page 2 of 2 • 1, 2
icons in new post
First topic message reminder :
hello
i have to problem
1. how can i remove these spaces between icons
2. when i click on my host an image it doesnt work but after that when i click on my host an music it work at host an image mini browser
hello
i have to problem
1. how can i remove these spaces between icons
2. when i click on my host an image it doesnt work but after that when i click on my host an music it work at host an image mini browser
Re: icons in new post
http://lemon-13.full-forum.com/
username : Removed
password : Removed
username : Removed
password : Removed
Please DO NOT pass passwords and user names to your forum in main forum please use the pm system for Safety and security Reasons
Warning given.
Warning given.
Re: icons in new post
http://lemon-13.full-forum.com/Ange Tuteur wrote:Please provide a link to your forum.
Thanks.
Re: icons in new post
Hi,
I made it a bit more simple to have multiple upload buttons, so delete both your scripts and create a script for the following code :
Title : your choice
Placement : in all the pages
All you need to write is :
In the following order :
name : the unique name of the button, it MUST NOT be the same as other host buttons.
image : the image of the button
upload : the url of the upload location
height : the height of the frame
width : the width of the frame
There's already two at the top to give an example. Hopefully this will work for you
I made it a bit more simple to have multiple upload buttons, so delete both your scripts and create a script for the following code :
Title : your choice
Placement : in all the pages
- Code:
$(function(){$(function(){
newHost('imageUpload', 'http://lemon-13.com/up.png', 'http://lemon-13.com/upload-Center', '250px', '500px');
newHost('musicUpload', 'http://lemon-13.com/mu.jpg', 'http://lemon-13.com/m%20up/index.html', '400px', '600px');
function newHost(name, image, upload, height, width) {
$('.sceditor-button-servimg').after('<a class="sceditor-button sceditor-button-'+name+'"><div style="background-image:url('+image+')"></div></a>');
$('body').append('<div id="'+name+'_container" class="sceditor-dropdown" style="display:none;"></div>');
$('.sceditor-button-'+name+'').click(function() {
var X = $('.sceditor-button-'+name+'').offset().left;
var Y = $('.sceditor-button-'+name+'').offset().top + 25;
if (!document.getElementById(''+name+'_frame') && $('#'+name+'_container').css('display') == 'none') $('#'+name+'_container').show().css('left',X + 'px').css('top',Y + 'px').append('<iframe id="'+name+'_frame" style="border:none;height:'+height+';width:'+width+';" src="'+upload+'"></iframe>');
else if ($('#'+name+'_container').css('display') == 'none') $('#'+name+'_container').show().css('left',X + 'px').css('top',Y + 'px');
else $('#'+name+'_container').hide();
});
$('.sceditor-button:not(.sceditor-button-'+name+'), .sceditor-container textarea, .sceditor-container iframe').click(function() { $('#'+name+'_container').hide() });
$('.sceditor-container iframe').contents().mousedown(function() { $('#'+name+'_container').hide() });
$('.sceditor-button-source').click(function() { $('.sceditor-button-'+name+'').removeClass('disabled') });
}
})});
All you need to write is :
- Code:
newHost(name, image, upload, height, width)
In the following order :
name : the unique name of the button, it MUST NOT be the same as other host buttons.
image : the image of the button
upload : the url of the upload location
height : the height of the frame
width : the width of the frame
There's already two at the top to give an example. Hopefully this will work for you
Re: icons in new post
wow
tnx u so much!
it was work!
and how make these icon biger than other
and how can i remove others icon as like as spoiler and...
tnx u so much!
it was work!
and how make these icon biger than other
and how can i remove others icon as like as spoiler and...
Re: icons in new post
You're welcome
Topic archived
I believe you should open a new topic for these questions, since they were not originally mentioned in the first post or topic title.qmars(pkq) wrote:wow
tnx u so much!
it was work!
and how make these icon biger than other
and how can i remove others icon as like as spoiler and...
Topic archived
Page 2 of 2 • 1, 2
Similar topics
» Requesting new post and no new post mini icons
» New post icons
» Post Icons!
» New/No Post icons not appearing!
» Post and Topic icons not changing
» New post icons
» Post Icons!
» New/No Post icons not appearing!
» Post and Topic icons not changing
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum