The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Private messages

+2
Cassius Dio
angel_of_night
6 posters

Go down

In progress Private messages

Post by angel_of_night March 1st 2013, 4:11 pm

Is there a way to make new private messages bold and underlined, and the messages already readed not bold?
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

In progress Re: Private messages

Post by Cassius Dio March 1st 2013, 4:48 pm

Hi! Very Happy

Add to JavaScript codes management:
Code:
$(document).ready(function(){
$('img#i_icon_mini_new_message').parent().css('font-weight','bold').css('text-decoration','underline');
});
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

In progress Re: Private messages

Post by angel_of_night March 1st 2013, 4:55 pm

that didn't work. I've put in all pages.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

In progress Re: Private messages

Post by Derri March 1st 2013, 6:02 pm

angel_of_night wrote:that didn't work. I've put in all pages.

I know this is going to sounds silly. However, did you make sure Javascript was enabled? Its in the JavaScript management section. The only reason I ask this is because some people forget to tick the on button.

Smile
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

In progress Re: Private messages

Post by angel_of_night March 1st 2013, 6:06 pm

No Problem. Smile and yes its enabled, since I am using other javascript stuff and they are working fine.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

In progress Re: Private messages

Post by Cassius Dio March 1st 2013, 8:57 pm

Can you provide your forum URL? Thanks. Smile
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

In progress Re: Private messages

Post by angel_of_night March 1st 2013, 11:19 pm

angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

In progress Re: Private messages

Post by Neymar1 March 2nd 2013, 12:25 am

The rest of your navbar links are images, I assume the Inbox is the same? If so, javascript can't change the content of images, unless you have another image made with the text underlined.
Neymar1
Neymar1
Forumember

Male Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland

http://www.simplyfifa.com

Back to top Go down

In progress Re: Private messages

Post by angel_of_night March 2nd 2013, 1:27 am

Neymar1 wrote:The rest of your navbar links are images, I assume the Inbox is the same? If so, javascript can't change the content of images, unless you have another image made with the text underlined.
Even if the inbox was an image (which is not), the private messages aren't images, they are text... I want to change that text.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

In progress Re: Private messages

Post by angel_of_night March 3rd 2013, 6:41 pm

I really need help in this issue.
Right now there's no difference between the new messages and the readed messages.

Private messages Dnfbgdsdf

I want to make the new messages bold and the already read not bold.
Anyone?
Thanks.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

In progress Re: Private messages

Post by SLGray March 3rd 2013, 7:06 pm

Can your members not tell which ones are new or old by the topic icons (New, Old, & Lock)?


Private messages Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Private messages

Post by angel_of_night March 3rd 2013, 7:11 pm

There's nothing to make the difference...
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

In progress Re: Private messages

Post by SLGray March 3rd 2013, 7:14 pm

There should be New & Old images for the private messages.


Private messages Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Private messages

Post by angel_of_night March 3rd 2013, 7:17 pm

But I prefer to make them not bold. It's not possible at all?
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

In progress Re: Private messages

Post by Sanket March 3rd 2013, 7:21 pm

Display>Pics management
Advanced mode
Icons for Topics tab
Subject - New : Isn't there any image?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Private messages

Post by angel_of_night March 3rd 2013, 7:27 pm

yes... but again, i prefer to change the text.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

In progress Re: Private messages

Post by Sanket March 3rd 2013, 7:34 pm

Oh well, I don't have a solution to it. Sorry. Maybe, someone else knows something.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Private messages

Post by Cassius Dio March 3rd 2013, 7:49 pm

Add to CSS Stylesheet:
Code:
ul.topiclist.pmlist li.row a.topictitle{
font-weight: normal;
}

Then add to JavaScript codes management:
Code:
$(document).ready(function(){
$('ul.topiclist.pmlist li.row').has('dl.icon[style~"http://2img.net/i/fa/fdf3/subject_new.png"]').find('a.topictitle').css('font-weight','bold');
});
Replace https://2img.net/i/fa/fdf3/subject_new.png to the URL adress from:
Display>Pics management
Advanced mode
Icons for Topics tab
Subject - New : Isn't there any image?
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

In progress Re: Private messages

Post by angel_of_night March 3rd 2013, 8:28 pm

That actually helped Very Happy
But now the new pms won't be bold for some reason...

Private messages Pmtest
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum