CleanCutRogue September 2, 2007 - 8:46pm | Isn't a Quick Reply just like a normal reply except that the input form resides at the bottom or top of the forum rather than having to link to it on a separate page? I just want to understand what's being requested. 3. We wear sungoggles during the day. Not because the sun affects our
vision, but when you're cool like us the sun shines all the time. |
Corjay (not verified) September 2, 2007 - 8:54pm | Yes. Sorry. I thought it was common enough to be assumed. My bad. |
CleanCutRogue September 3, 2007 - 7:57am | No that's fine. I only have one small concern regarding this. The rtf javascript editor/program has been intrinsically linked to all textarea forms on my site. There is a small bug, though, that I can't figure out. When the rtf editor is open, it prevents my javascript function that rounds corners from working. I'm not sure I want all forums to lose the visual rounded corner effect, and I can't figure out why the two can't work at the same time (I've spent days on this and finally gave up). I will make an attempt at making a non-rtf-edited quick reply. Anyone wanting a more feature-rich reply feature would have to click on a "Reply" link somewhere like it works now. 3. We wear sungoggles during the day. Not because the sun affects our
vision, but when you're cool like us the sun shines all the time. |
Corjay (not verified) September 3, 2007 - 1:07pm | Put the editor on a double <div><div>. I think that's how it's resolved. Try it and see how it works. Anyway, the principle is to remove one javascript from the same level of the other javascript. You might also try <... style="importance: important! important!"> for the corners or however it's done (I've forgotten). |
CleanCutRogue September 4, 2007 - 7:45pm | I figured it out... problem with jquery and clientside window.onload events. Fixed the rounded corner thing, and provided a forum quickreply area. Only exists in forums. Old functionality remains, of course. 3. We wear sungoggles during the day. Not because the sun affects our
vision, but when you're cool like us the sun shines all the time. |