|
Post by Wormopolis on Sept 5, 2009 14:34:54 GMT -8
does it not disappear for you when you reply in this thread?
|
|
|
Post by tunescool on Sept 5, 2009 15:10:39 GMT -8
it disappears[wayd:1: -_-_- -_-_- -_-_- ]
|
|
|
Post by Wormopolis on Sept 5, 2009 17:16:33 GMT -8
could you put it under the ubbc and the drop down in the other cell and have it disappear when you choose from the drop down? i had a code like this once and thats what it did. are you sure there isnt a way to automatically have whatever youre listening show up in the post page like chris's code, and the others you would just enter as well as the artwork? ok, so its working the way you want on here, but on your site it isnt disappearing as soon as you select something from the drop down.
|
|
|
Post by tunescool on Sept 5, 2009 18:23:31 GMT -8
sorry about the confusion, i dont want it to disappear now. thats what i meant by
i guess it cant disappear, if someone just pulls it down or goes to see what it is there isnt a way to get it off, because the drop down is gone, and it still puts listening or watching in the post
|
|
|
Post by Wormopolis on Sept 5, 2009 18:37:46 GMT -8
thats what I was trying to convey before. If it disappears, they cant change their mind.
ok, so to get rid of the disappear thing, you will have undo the change in the line
var d = "<select id='waydselect' onchange='changeBox(this.options[this.selectedIndex].value)'>";
you still want it in the right side cell though correct?
|
|
|
Post by tunescool on Sept 5, 2009 19:29:06 GMT -8
everythings fine now, i wanna keep it on the rite yea
|
|
|
Post by tunescool on Sept 5, 2009 23:12:04 GMT -8
i just assumed chriss code just entered it automatically or thought that i seen it years ago, i just looked at it, sorry again
|
|
|
Post by Wormopolis on Sept 5, 2009 23:54:49 GMT -8
If he was getting the info from somewhere else I dont know how he was doing it. There is no way for it to look at whatever music player you have running and get data from it. and stuff like "watching" it would have no way of knowing.
|
|
|
Post by tunescool on Dec 16, 2009 11:55:50 GMT -8
1. i changed plans to headlines, cause i like to have the event or whatever the actress was doing that day in the post, or for future members. it looks professional or whatever. i still want to have a plans options in the drop down for anyone that relates to other members. so add plans in the in the drop down
2. in the posting page after the drop down everything text is above the image input, or first. id like image where all the text input is , but i want the text input as long as the post reply area(which we probably will have to work on) because it gets so long hitting the cursor and moving whatevers there is annoying
3. i want to make the thread title input cell as long as the input can be, sometimes titles are put in and they are longer than the cell and it makes it harder when you have to hit the cursor and drag [wayd:1: -_-_- -_-_- -_-_- ]
|
|
|
Post by Wormopolis on Dec 16, 2009 12:09:37 GMT -8
1. the opts array at the top of the code is where you add in new options to the drop down list. just add whatever you want into that.
2. that totally confused the hell out of me.
3. do you mean the subject input? that doesnt come from this code at all... or do you mean something else?[wayd:3: -_-_- ]
|
|
|
Post by tunescool on Dec 16, 2009 12:22:12 GMT -8
2. the text area; headlines , listening to, watching, is above the image input text, id like the image first then the input
3, i know has nothing to do with the code but i want the thread title cell bigger
|
|
|
Post by tunescool on Dec 18, 2009 4:57:44 GMT -8
|
|
|
Post by Wormopolis on Dec 18, 2009 7:08:48 GMT -8
for 3:
<script type="text/javascript"> if (document.postForm && document.postForm.subject) document.postForm.subject.size=80; </script>
I dont think #2 is going to be possible the way its setup through the array.[wayd:1: -_-_- -_-_- -_-_- ]
|
|
|
Post by tunescool on Dec 18, 2009 8:48:58 GMT -8
the thread title works nice. if you cant change the others around, i guess you cant, but that would look better
|
|
|
Post by Wormopolis on Dec 18, 2009 12:36:17 GMT -8
The array appends image to the end of itself. then when it posts it in the cell, it just steps through the elements of the array. they arent individual elements that can just be rearrange by moving lines of code.
the other issue is the input elements come after the array elements. adding a check in there to put a break after the input element after the image check would be slightly annoying. the image thing was an amendment to the original script wasnt it?
|
|