The Following 2 Users Say Thank You to Excesv For This Useful Post: | ||
|
2011-03-04
, 15:36
|
|
Posts: 472 |
Thanked: 195 times |
Joined on Jun 2010
@ India, Mumbai
|
#862
|
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
The Following User Says Thank You to cutehunk04 For This Useful Post: | ||
|
2011-03-04
, 16:12
|
Posts: 270 |
Thanked: 37 times |
Joined on Sep 2010
|
#863
|
|
2011-03-04
, 16:16
|
Posts: 270 |
Thanked: 37 times |
Joined on Sep 2010
|
#864
|
here you go
if you want more or less space between the messages, just edit this margin-top in MessagingWidgetsSMSConversation.css
higher value means more space while lower means less spaceCode:div.Message { clear: both; margin-top: 10px; }
EDIT.: sorry, i didn't notice the empty spaces, i will upload a fix when i find what it is
|
2011-03-04
, 16:19
|
Posts: 270 |
Thanked: 37 times |
Joined on Sep 2010
|
#865
|
|
2011-03-04
, 19:12
|
|
Posts: 140 |
Thanked: 369 times |
Joined on Jun 2010
@ Ituzaingo, Argentina
|
#866
|
The Following 11 Users Say Thank You to Harick For This Useful Post: | ||
|
2011-03-04
, 22:51
|
Posts: 50 |
Thanked: 16 times |
Joined on Nov 2009
|
#867
|
|
2011-03-04
, 23:10
|
|
Posts: 140 |
Thanked: 369 times |
Joined on Jun 2010
@ Ituzaingo, Argentina
|
#868
|
The Following User Says Thank You to Harick For This Useful Post: | ||
|
2011-03-04
, 23:21
|
Posts: 50 |
Thanked: 16 times |
Joined on Nov 2009
|
#869
|
|
2011-03-05
, 01:46
|
|
Posts: 474 |
Thanked: 368 times |
Joined on Jan 2010
|
#870
|
i found the problem, but not the solution yet, still working on it
EDIT.: ok, i made an iphone like conversation, hope you like it. the zip contains both versions, with and without avatars. extract everything into the html folder.
if you find any bug, let me know and i'll try to fix it. also let me know if you like those bubble colors or if you prefer anothers
Tags |
bada rox, his lunchbox |
Thread Tools | |
|
I have no idea how you could link the fastSMS applications keyboard to this but that would be awesome.
Thanks to jimmyr.com for teaching me html in 39 minutes.. ha ha choice
Hey guys i noticed it still has "Excesv" in these file. Hopefully you guys know how to change this?... If not, edit the .js file. if your are using notepad++ the command you want to change is on line 435. If not it may take some time to find. You are looking for
if (item.name_str != "") {
name_tag.textContent = item.name_str;
}
if (item.name_str != "" && item.self) {
name_tag.textContent = "Excesv";
Just change "Excesv" to Something else. Leave the " " surrounding the text.
Thanks to everyone on this thread.
Improved version just has nicer margins around the avatar.Also bug fig for message other clicked..
Last edited by Excesv; 2011-03-05 at 01:17. Reason: Excesv Label....