DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Support
*****************************************************
#Post#: 5032--------------------------------------------------
Re: upgrade
DIR By: xboi209
Date: June 26, 2012, 12:11 pm
---------------------------------------------------------
Well it's a lot of work depending on how I code this but I
thought about it now and it seems quite easy. There's usually
more than 1 way of accomplishing something through coding :D
What I meant about resizing the images is that one image is
32(width)x32(height) and another image could have a different
width and height so resize them so that they all have the same
widths and heights.
#Post#: 5036--------------------------------------------------
Re: Upgrade
DIR By: Michel
Date: June 26, 2012, 1:55 pm
---------------------------------------------------------
Ok, thanks.
I will try to figure out how to resize images. Btw, must it be
photoshop? I mean, I don't have a photoshop account...:(
#Post#: 5042--------------------------------------------------
Re: upgrade
DIR By: xboi209
Date: June 26, 2012, 10:22 pm
---------------------------------------------------------
any image editing program, doing it in paint is easy
#Post#: 5081--------------------------------------------------
Re: upgrade
DIR By: Michel
Date: July 3, 2012, 1:51 pm
---------------------------------------------------------
Pls Can you help do it?
#Post#: 5082--------------------------------------------------
Re: upgrade
DIR By: xboi209
Date: July 3, 2012, 3:03 pm
---------------------------------------------------------
Well I'm shelving this for now, I'm quite busy
#Post#: 5084--------------------------------------------------
Re: upgrade
DIR By: Michel
Date: July 3, 2012, 5:38 pm
---------------------------------------------------------
Ok, no problems :-|
#Post#: 5088--------------------------------------------------
Re: upgrade
DIR By: xboi209
Date: July 3, 2012, 10:33 pm
---------------------------------------------------------
Here's the current code that I have(not working) in case you
find someone who's good at javascript/jquery:
--- Code ---
<script type="text/javascript">
var img = $('<img>',{src:'',alt:'symbol',class:'michel'});
$('#smileyBox_message').after(img);
$("img.michel").eq(0).attr("src","
HTML http://xboi209.comlu.com/Michel/font34_007.jpg").prop("id","test");
$("img.michel").click(function(){
$("textarea.editor").append($('img').attr('id')+" ");
})
</script>
--- End Code ---
#Post#: 5141--------------------------------------------------
Re: upgrade
DIR By: Michel
Date: July 10, 2012, 7:34 am
---------------------------------------------------------
Finding a jquery person wont be tres difficile. Please What am I
to tell them to do with the code
#Post#: 5155--------------------------------------------------
Re: upgrade
DIR By: xboi209
Date: July 10, 2012, 11:47 am
---------------------------------------------------------
Each image will have an id that will contain the symbol, when
you click on the image, append the id of the image into the
textarea. This code shouldn't need explaining if the person
knows a lot of jquery already
#Post#: 5648--------------------------------------------------
Re: upgrade
DIR By: xboi209
Date: August 12, 2012, 10:36 pm
---------------------------------------------------------
I'm going to try to work on this again :-)
*****************************************************
Page 8 of 9
DIR Previous Page
DIR Next Page