Reply
Thread Tools
5spdvl's Avatar
Posts: 220 | Thanked: 66 times | Joined on Aug 2010 @ Melbourne, Australia
#851
Originally Posted by b666m View Post
the css file
(just look a few pages back - there is the discussion about this topic ^^)



yep.
just edit the .js-file.

Code:
if (item.name_str != "") {
        name_tag.textContent = item.name_str;
    }
to
Code:
if (item.name_str != "") {
        name_tag.textContent = item.name_str;
    }

if (item.name_str != "" && item.self) {
        name_tag.textContent = "b666m";
    }
(replace b666m for your desired nick ^^)
haven't tested it but it should work
This worked great to remove the "You:" by replacing it with just "", but how do you remove the sender's name from the message bubble?

Perhaps:

if (item.name_str != "") {
name_tag.textContent = item.name_str;
}

if (item.name_str != "" && item.Other) {
name_tag.textContent = "";

Or maybe sender?
 
Posts: 270 | Thanked: 37 times | Joined on Sep 2010
#852
so is it possibile to change "You" in "My name"???
 
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#853
Originally Posted by 5spdvl View Post
This worked great to remove the "You:" by replacing it with just "", but how do you remove the sender's name from the message bubble?

Perhaps:

if (item.name_str != "") {
name_tag.textContent = item.name_str;
}

if (item.name_str != "" && item.Other) {
name_tag.textContent = "";

Or maybe sender?
if you want to remove sender's name, just put an empty string

Code:
if (item.name_str != "") {
   var name = item.name_str;
   name = "";
   name_tag.textContent = name;
}
if you want to remove both names, thats simple. at the end of this message function, add

Code:
name_tag.textContent = "";
 

The Following User Says Thank You to niqbal For This Useful Post:
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#854
Re-uploading Iphone influenced SMS window

basically worked on the side arrows to make them look better and have a better speech bubble feel to it.
  • only first name of sender is shown
  • width of bubble is dependent on the message
  • even gap between messages

i don't own an iphone. if someone can kindly experiment with better green and gray shades. thx
Attached Images
 
Attached Files
File Type: zip conv-ui-iphone.zip (9.6 KB, 260 views)

Last edited by niqbal; 2011-03-04 at 08:01.
 

The Following 5 Users Say Thank You to niqbal For This Useful Post:
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#855
I have updated my previous theme with some bug fixes and also some other options!

Check the updates here


Please check it out and let me know what you think

I have updated the wiki for this theme.

I am aware of the bug where it doesn't scroll to the bottom after sending a message, but I am not sure how to solve this issue. If someone tells me how to I will implement it into my themes
 
5spdvl's Avatar
Posts: 220 | Thanked: 66 times | Joined on Aug 2010 @ Melbourne, Australia
#856
So:

if (item.name_str != "") {
var name = item.name_str;
name = "";
name_tag.textContent = name;
name_tag.textContent = "";
}

...as the entire function to remove both names?

Edit: works nicely, thanks mate.

Last edited by 5spdvl; 2011-03-04 at 00:19.
 
Posts: 114 | Thanked: 51 times | Joined on Jul 2010 @ finland
#857
Originally Posted by niqbal View Post
Re-uploading Iphone influenced SMS window

basically worked on the side arrows to make them look better and have a better speech bubble feel to it.
  • your own name is omitted
  • only first name of sender is shown
  • width of bubble is dependent on the message
  • alternate gap is given between messages

i don't own an iphone. if someone can kindly experiment with better green and gray shades. thx
hi, for me this theme shows the last name of the sender, maybe because i have addressbook set to show last name first?

edit. yes it is because of the addressbook setting to show last name first.

what file do i have to edit to get the backround black? i know this is an iphone style conversation mod, but i still prefer a darker backround to fit for the rest of ui.

thanks for the mods

Last edited by thej80; 2011-03-04 at 07:09.
 
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#858
Originally Posted by thej80 View Post
hi, for me this theme shows the last name of the sender, maybe because i have addressbook set to show last name first?

what file do i have to edit to get the backround black? i know this is an iphone style conversation mod, but i still prefer a darker backround to fit for the rest of ui.

thanks for the mods
edit .html file.

Code:
<html>
<head>
<body bgcolor="#F0F0F0"
change that value to "black", thats it
 

The Following User Says Thank You to niqbal For This Useful Post:
Posts: 270 | Thanked: 37 times | Joined on Sep 2010
#859
Originally Posted by godofwar424 View Post
I have updated my previous theme with some bug fixes and also some other options!

Check the updates here


Please check it out and let me know what you think

I have updated the wiki for this theme.

I am aware of the bug where it doesn't scroll to the bottom after sending a message, but I am not sure how to solve this issue. If someone tells me how to I will implement it into my themes


wow, good work...is it possible to you adjust also the theme that I use? post #831
 
ejasmudar's Avatar
Posts: 800 | Thanked: 957 times | Joined on Sep 2010 @ India
#860
I have started a thread for the scripts that i have been working on:http://talk.maemo.org/showthread.php?p=960308

Right now it can install themes, restore/backup themes, add portrait mode support (not guaranteed for custom themes) and change own name in SMS window.

I am also planning to add features for changing the colours, etc
__________________
My Device History:Nokia 3510 > SE T230 > Nokia 6600 > HP2210 > SE p910i > SE p990i > N95 > I-mate 9502 > itouch > Nokia N900 > ? N9
My apps for N900:
Conversation Modder

My apps for N9:
LockScreenQuotes
USbS


If you feel I have helped you, don't forget to press Thanks!
 
Reply

Tags
bada rox, his lunchbox

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:50.