|
2010-03-10
, 16:52
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#382
|
*arg mv the false files ^^ now no sms are show anymore.
can someone upload the original files from /usr/share/rtcom-messaging-ui/html ? plz
büüüüdeee greetz:.
|
2010-03-10
, 17:18
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#383
|
omg... *dough* XD
brain lag ;( ^^
mhm... i don't even know if the code above actually works...
but you could try to edit the html-file... just search the namefield block and write into it...
maybe it's showing the stuff you typed there AND the nick loaded by the js-file, but then you just could deactivate the variable assignment in the js-file (comment it out)
|
2010-03-11
, 07:06
|
Posts: 11 |
Thanked: 6 times |
Joined on Mar 2010
|
#384
|
|
2010-03-13
, 06:15
|
|
Posts: 115 |
Thanked: 136 times |
Joined on Mar 2008
@ Central Ohio
|
#385
|
mhm... first question should be if the timestamps are actually stored with seconds in the database... (:
|
2010-03-13
, 13:07
|
Posts: 40 |
Thanked: 26 times |
Joined on Mar 2010
@ Scotland
|
#386
|
|
2010-03-13
, 13:15
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#387
|
|
2010-03-13
, 13:27
|
Posts: 40 |
Thanked: 26 times |
Joined on Mar 2010
@ Scotland
|
#388
|
|
2010-03-13
, 13:48
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#389
|
/* Restore scroll position */ var savedScrollPos = document.body.scrollHeight - window.pageYOffset; document.body.insertBefore(fragment, document.body.firstChild); window.sizeToContent(); window.scrollTo(0, (document.body.scrollHeight - savedScrollPos));
/* Restore scroll position */ var savedScrollPos = document.body.scrollHeight - (2 * window.innerWidth); document.body.insertBefore(fragment, document.body.firstChild); window.sizeToContent(); window.scrollTo(0, (document.body.scrollHeight - savedScrollPos));
window.pageYOffset
(2 * window.innerWidth)
The Following User Says Thank You to b666m For This Useful Post: | ||
|
2010-03-13
, 14:04
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#390
|
if you want some color in your code you might try out vim.
don't know if there are any gui editors with syntax highlighting.
(maybe just search for "editor" and look at the descriptions in the app-manager)
Tags |
bada rox, his lunchbox |
Thread Tools | |
|
brain lag ;( ^^
mhm... i don't even know if the code above actually works...
but you could try to edit the html-file... just search the namefield block and write into it...
maybe it's showing the stuff you typed there AND the nick loaded by the js-file, but then you just could deactivate the variable assignment in the js-file (comment it out)